@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;
  --breakpoint-xxl: 1400px;
  --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;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  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;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.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: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .amsify-suggestags-area .amsify-suggestags-input-area {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .amsify-suggestags-area .amsify-suggestags-input-area {
    transition: none;
  }
}
.form-control::-ms-expand, .amsify-suggestags-area .amsify-suggestags-input-area::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .amsify-suggestags-area .amsify-suggestags-input-area:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .amsify-suggestags-area .amsify-suggestags-input-area:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, .amsify-suggestags-area .amsify-suggestags-input-area::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .amsify-suggestags-area .amsify-suggestags-input-area:disabled, .form-control[readonly], .amsify-suggestags-area [readonly].amsify-suggestags-input-area {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, .amsify-suggestags-area select.amsify-suggestags-input-area:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .amsify-suggestags-area select[size].amsify-suggestags-input-area, select.form-control[multiple], .amsify-suggestags-area select[multiple].amsify-suggestags-input-area {
  height: auto;
}

textarea.form-control, .amsify-suggestags-area textarea.amsify-suggestags-input-area {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row, .rowless {
  margin-right: -5px;
  margin-left: -5px;
}
.form-row:not(.row), .rowless:not(.row) {
  display: flex;
  flex-wrap: wrap;
}
.form-row > .col, .rowless > .col,
.form-row > [class*=col-],
.rowless > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.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 {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .amsify-suggestags-area .amsify-suggestags-input-area:valid, .amsify-suggestags-area .was-validated .amsify-suggestags-input-area:valid, .form-control.is-valid, .amsify-suggestags-area .is-valid.amsify-suggestags-input-area {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .amsify-suggestags-area .amsify-suggestags-input-area:valid:focus, .amsify-suggestags-area .was-validated .amsify-suggestags-input-area:valid:focus, .form-control.is-valid:focus, .amsify-suggestags-area .is-valid.amsify-suggestags-input-area:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .amsify-suggestags-area textarea.amsify-suggestags-input-area:valid, .amsify-suggestags-area .was-validated textarea.amsify-suggestags-input-area:valid, textarea.form-control.is-valid, .amsify-suggestags-area textarea.is-valid.amsify-suggestags-input-area {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .amsify-suggestags-area .amsify-suggestags-input-area:invalid, .amsify-suggestags-area .was-validated .amsify-suggestags-input-area:invalid, .form-control.is-invalid, .amsify-suggestags-area .is-invalid.amsify-suggestags-input-area {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .amsify-suggestags-area .amsify-suggestags-input-area:invalid:focus, .amsify-suggestags-area .was-validated .amsify-suggestags-input-area:invalid:focus, .form-control.is-invalid:focus, .amsify-suggestags-area .is-invalid.amsify-suggestags-input-area:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .amsify-suggestags-area textarea.amsify-suggestags-input-area:invalid, .amsify-suggestags-area .was-validated textarea.amsify-suggestags-input-area:invalid, textarea.form-control.is-invalid, .amsify-suggestags-area textarea.is-invalid.amsify-suggestags-input-area {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .amsify-suggestags-area .amsify-suggestags-input-area, .amsify-suggestags-area .form-inline .amsify-suggestags-input-area {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.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 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.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 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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 {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.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 {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.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 {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.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 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.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 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.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 {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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 {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.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 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.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 {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.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 {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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 {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.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 {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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 {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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 {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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 {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  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 input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .amsify-suggestags-area .input-group > .amsify-suggestags-input-area,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .amsify-suggestags-area .input-group > .amsify-suggestags-input-area + .form-control, .amsify-suggestags-area .input-group > .form-control + .amsify-suggestags-input-area, .amsify-suggestags-area .input-group > .amsify-suggestags-input-area + .amsify-suggestags-input-area,
.input-group > .form-control + .custom-select,
.amsify-suggestags-area .input-group > .amsify-suggestags-input-area + .custom-select,
.input-group > .form-control + .custom-file,
.amsify-suggestags-area .input-group > .amsify-suggestags-input-area + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.amsify-suggestags-area .input-group > .form-control-plaintext + .amsify-suggestags-input-area,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.amsify-suggestags-area .input-group > .custom-select + .amsify-suggestags-input-area,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.amsify-suggestags-area .input-group > .custom-file + .amsify-suggestags-input-area,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .amsify-suggestags-area .input-group > .amsify-suggestags-input-area:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .amsify-suggestags-area .input-group > .amsify-suggestags-input-area:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .amsify-suggestags-area .input-group > .amsify-suggestags-input-area:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .amsify-suggestags-area .input-group-lg > .amsify-suggestags-input-area:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .amsify-suggestags-area .input-group-lg > .amsify-suggestags-input-area,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .amsify-suggestags-area .input-group-sm > .amsify-suggestags-input-area:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .amsify-suggestags-area .input-group-sm > .amsify-suggestags-input-area,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.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 {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.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 {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-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 {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 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,%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 {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.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 {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.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 {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .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-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 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: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 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-right-radius: 0.25rem;
  border-bottom-left-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;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.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 {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  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-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-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 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 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-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 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 {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.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-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
  .modal-dialog:not(.container):not([class*=max-]) {
    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;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-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 {
  display: block;
  clear: both;
  content: "";
}

.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, .flex-center {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .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, .flex-sm-center {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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, .flex-md-center {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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, .flex-lg-center {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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, .flex-xl-center {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex, .flex-xxl-center {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.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, .flex-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, .flex-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;
}

@media (min-width: 576px) {
  .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, .flex-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, .flex-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;
  }
}
@media (min-width: 768px) {
  .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, .flex-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, .flex-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;
  }
}
@media (min-width: 992px) {
  .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, .flex-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, .flex-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;
  }
}
@media (min-width: 1200px) {
  .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, .flex-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, .flex-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;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center, .flex-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center, .flex-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
}

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  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: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Montserrat */
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSerifText-Italic";
  src: url("../fonts/DMSerifText/DMSerifText-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSerifText-Regular";
  src: url("../fonts/DMSerifText/DMSerifText-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "HolidayFree";
  src: url("../fonts/holiday/HolidayFree.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
/* Animacion masket */
.AnimateCapa {
  animation-name: animatecapa;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatecapa {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 0.75;
    filter: opacity(75);
  }
}
@-moz-keyframes animatecapa {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 0.75;
    filter: opacity(75);
  }
}
@keyframes animatecapa {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 0.75;
    filter: opacity(75);
  }
}

.AnimateCapaRemove {
  animation-name: animatecaparemove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatecaparemove {
  0% {
    opacity: 0.75;
    filter: opacity(75);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}
@-moz-keyframes animatecaparemove {
  0% {
    opacity: 0.75;
    filter: opacity(75);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}
@keyframes animatecaparemove {
  0% {
    opacity: 0.75;
    filter: opacity(75);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}

/* Animacion menu responsive */
.AnimateMenuResponsive {
  animation-name: animatemenuresponsive;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsive {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@-moz-keyframes animatemenuresponsive {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes animatemenuresponsive {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}

.AnimateMenuResponsiveRemove {
  animation-name: animatemenuresponsiveremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsiveremove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@-moz-keyframes animatemenuresponsiveremove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
@keyframes animatemenuresponsiveremove {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

.AnimateMenuResponsivedos {
  animation-name: animatemenuresponsivedos;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsivedos {
  0% {
    lef: -300px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes animatemenuresponsivedos {
  0% {
    lef: -300px;
  }
  100% {
    left: 0;
  }
}
@keyframes animatemenuresponsivedos {
  0% {
    lef: -300px;
  }
  100% {
    left: 0;
  }
}

.AnimateMenuResponsivedosRemove {
  animation-name: animatemenuresponsivedosremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}
@-moz-keyframes animatemenuresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}
@keyframes animatemenuresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -300px;
  }
}

.AnimateMenuResponsivetres {
  animation-name: animatemenuresponsivetres;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsivetres {
  0% {
    lef: -22rem;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes animatemenuresponsivetres {
  0% {
    lef: -22rem;
  }
  100% {
    left: 0;
  }
}
@keyframes animatemenuresponsivetres {
  0% {
    lef: -22rem;
  }
  100% {
    left: 0;
  }
}

.AnimateMenuResponsivetresRemove {
  animation-name: animatemenuresponsivetresremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemenuresponsivetresremove {
  0% {
    left: 0;
  }
  100% {
    left: -22rem;
  }
}
@-moz-keyframes animatemenuresponsivetresremove {
  0% {
    left: 0;
  }
  100% {
    left: -22rem;
  }
}
@keyframes animatemenuresponsivetresremove {
  0% {
    left: 0;
  }
  100% {
    left: -22rem;
  }
}

/* Animacion Modal */
.AnimateModal {
  animation-name: animatemodal;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemodal {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes animatemodal {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes animatemodal {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

.AnimateModalRemove {
  animation-name: animatemodalremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatemodalremove {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes animatemodalremove {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes animatemodalremove {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

/* Animacion Dropdown */
.AnimateDropdown {
  display: block !important;
  animation-name: animatedropdown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatedropdown {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 1;
    filter: opacity(100);
  }
}
@-moz-keyframes animatedropdown {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 1;
    filter: opacity(100);
  }
}
@keyframes animatedropdown {
  0% {
    opacity: 0;
    filter: opacity(0);
  }
  100% {
    opacity: 1;
    filter: opacity(100);
  }
}

.AnimateDropdownRemove {
  display: block !important;
  animation-name: animatedropdownremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animatedropdownremove {
  0% {
    opacity: 1;
    filter: opacity(100);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}
@-moz-keyframes animatedropdownremove {
  0% {
    opacity: 1;
    filter: opacity(100);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}
@keyframes animatedropdownremove {
  0% {
    opacity: 1;
    filter: opacity(100);
  }
  100% {
    opacity: 0;
    filter: opacity(0);
  }
}

/* animation loop */
@keyframes animacionloop {
  0% {
    width: 1rem;
    height: 1rem;
  }
  100% {
    width: 9rem;
    height: 9rem;
  }
}
/* animation slider micamino ecommerce */
.AnimateSliderMiCaminoEcommerceResponsivedos {
  animation-name: animateslidermicaminoEcommerceresponsivedos;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animateslidermicaminoEcommerceresponsivedos {
  0% {
    lef: -25rem;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes animateslidermicaminoEcommerceresponsivedos {
  0% {
    lef: -25rem;
  }
  100% {
    left: 0;
  }
}
@keyframes animateslidermicaminoEcommerceresponsivedos {
  0% {
    lef: -25rem;
  }
  100% {
    left: 0;
  }
}

.AnimateSliderMiCaminoEcommerceResponsivedosRemove {
  animation-name: animateslidermicaminoEcommerceresponsivedosremove;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animateslidermicaminoEcommerceresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -25rem;
  }
}
@-moz-keyframes animateslidermicaminoEcommerceresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -25rem;
  }
}
@keyframes animateslidermicaminoEcommerceresponsivedosremove {
  0% {
    left: 0;
  }
  100% {
    left: -25rem;
  }
}

/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://google.github.io/material-design-icons/#icon-font-for-the-web
 */
/* Use the font */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/Material-Icon/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("./../fonts/Material-Icon/MaterialIcons-Regular.woff2") format("woff2"), url("./../fonts/Material-Icon/MaterialIcons-Regular.woff") format("woff"), url("./../fonts/Material-Icon/MaterialIcons-Regular.ttf") format("truetype");
}
/* Base class */
.material-icons, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:after, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc:after, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc:after,
[class*=material-icons-] {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons-md-18,
.mi-md-18 {
  font-size: 18px;
}

.material-icons-md-24,
.mi-md-24 {
  font-size: 24px;
}

.material-icons-md-36,
.mi-md-36 {
  font-size: 36px;
}

.material-icons-md-48,
.mi-md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons-md-dark,
.mi-md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons-md-dark.md-inactive,
.mi-md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons-md-light,
.mi-md-light {
  color: rgb(255, 255, 255);
}

.material-icons-md-light.md-inactive,
.mi-md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Rules to rotate items */
.material-icons-r90,
.mi-r90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.material-icons-r180,
.mi-r180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.material-icons-r270,
.mi-r270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.material-icons-flip-horizontal,
.mi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.material-icons-flip-vertical,
.mi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://google.github.io/material-design-icons/#icon-font-for-the-web
 */
/* Rules for sizing the icon. */
.material-icons-md-18,
.mi-md-18 {
  font-size: 18px;
}

.material-icons-md-24,
.mi-md-24 {
  font-size: 24px;
}

.material-icons-md-36,
.mi-md-36 {
  font-size: 36px;
}

.material-icons-md-48,
.mi-md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons-md-dark,
.mi-md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons-md-dark.md-inactive,
.mi-md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons-md-light,
.mi-md-light {
  color: rgb(255, 255, 255);
}

.material-icons-md-light.md-inactive,
.mi-md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Rules to rotate items */
.material-icons-r90,
.mi-r90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.material-icons-r180,
.mi-r180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.material-icons-r270,
.mi-r270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.material-icons-flip-horizontal,
.mi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.material-icons-flip-vertical,
.mi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* Unicode */
.material-icons-three_d_rotation:before,
.mi-three_d_rotation:before {
  content: "\e84d";
}

.material-icons-ac_unit:before,
.mi-ac_unit:before {
  content: "\eb3b";
}

.material-icons-access_alarm:before,
.mi-access_alarm:before {
  content: "\e190";
}

.material-icons-access_alarms:before,
.mi-access_alarms:before {
  content: "\e191";
}

.material-icons-access_time:before,
.mi-access_time:before {
  content: "\e192";
}

.material-icons-accessibility:before,
.mi-accessibility:before {
  content: "\e84e";
}

.material-icons-accessible:before,
.mi-accessible:before {
  content: "\e914";
}

.material-icons-account_balance:before,
.mi-account_balance:before {
  content: "\e84f";
}

.material-icons-account_balance_wallet:before,
.mi-account_balance_wallet:before {
  content: "\e850";
}

.material-icons-account_box:before,
.mi-account_box:before {
  content: "\e851";
}

.material-icons-account_circle:before,
.mi-account_circle:before {
  content: "\e853";
}

.material-icons-adb:before,
.mi-adb:before {
  content: "\e60e";
}

.material-icons-add:before,
.mi-add:before {
  content: "\e145";
}

.material-icons-add_a_photo:before,
.mi-add_a_photo:before {
  content: "\e439";
}

.material-icons-add_alarm:before,
.mi-add_alarm:before {
  content: "\e193";
}

.material-icons-add_alert:before,
.mi-add_alert:before {
  content: "\e003";
}

.material-icons-add_box:before,
.mi-add_box:before {
  content: "\e146";
}

.material-icons-add_circle:before,
.mi-add_circle:before {
  content: "\e147";
}

.material-icons-add_circle_outline:before,
.mi-add_circle_outline:before {
  content: "\e148";
}

.material-icons-add_location:before,
.mi-add_location:before {
  content: "\e567";
}

.material-icons-add_shopping_cart:before,
.mi-add_shopping_cart:before {
  content: "\e854";
}

.material-icons-add_to_photos:before,
.mi-add_to_photos:before {
  content: "\e39d";
}

.material-icons-add_to_queue:before,
.mi-add_to_queue:before {
  content: "\e05c";
}

.material-icons-adjust:before,
.mi-adjust:before {
  content: "\e39e";
}

.material-icons-airline_seat_flat:before,
.mi-airline_seat_flat:before {
  content: "\e630";
}

.material-icons-airline_seat_flat_angled:before,
.mi-airline_seat_flat_angled:before {
  content: "\e631";
}

.material-icons-airline_seat_individual_suite:before,
.mi-airline_seat_individual_suite:before {
  content: "\e632";
}

.material-icons-airline_seat_legroom_extra:before,
.mi-airline_seat_legroom_extra:before {
  content: "\e633";
}

.material-icons-airline_seat_legroom_normal:before,
.mi-airline_seat_legroom_normal:before {
  content: "\e634";
}

.material-icons-airline_seat_legroom_reduced:before,
.mi-airline_seat_legroom_reduced:before {
  content: "\e635";
}

.material-icons-airline_seat_recline_extra:before,
.mi-airline_seat_recline_extra:before {
  content: "\e636";
}

.material-icons-airline_seat_recline_normal:before,
.mi-airline_seat_recline_normal:before {
  content: "\e637";
}

.material-icons-airplanemode_active:before,
.mi-airplanemode_active:before {
  content: "\e195";
}

.material-icons-airplanemode_inactive:before,
.mi-airplanemode_inactive:before {
  content: "\e194";
}

.material-icons-airplay:before,
.mi-airplay:before {
  content: "\e055";
}

.material-icons-airport_shuttle:before,
.mi-airport_shuttle:before {
  content: "\eb3c";
}

.material-icons-alarm:before,
.mi-alarm:before {
  content: "\e855";
}

.material-icons-alarm_add:before,
.mi-alarm_add:before {
  content: "\e856";
}

.material-icons-alarm_off:before,
.mi-alarm_off:before {
  content: "\e857";
}

.material-icons-alarm_on:before,
.mi-alarm_on:before {
  content: "\e858";
}

.material-icons-album:before,
.mi-album:before {
  content: "\e019";
}

.material-icons-all_inclusive:before,
.mi-all_inclusive:before {
  content: "\eb3d";
}

.material-icons-all_out:before,
.mi-all_out:before {
  content: "\e90b";
}

.material-icons-android:before,
.mi-android:before {
  content: "\e859";
}

.material-icons-announcement:before,
.mi-announcement:before {
  content: "\e85a";
}

.material-icons-apps:before,
.mi-apps:before {
  content: "\e5c3";
}

.material-icons-archive:before,
.mi-archive:before {
  content: "\e149";
}

.material-icons-arrow_back:before,
.mi-arrow_back:before {
  content: "\e5c4";
}

.material-icons-arrow_downward:before,
.mi-arrow_downward:before {
  content: "\e5db";
}

.material-icons-arrow_drop_down:before,
.mi-arrow_drop_down:before {
  content: "\e5c5";
}

.material-icons-arrow_drop_down_circle:before,
.mi-arrow_drop_down_circle:before {
  content: "\e5c6";
}

.material-icons-arrow_drop_up:before,
.mi-arrow_drop_up:before {
  content: "\e5c7";
}

.material-icons-arrow_forward:before,
.mi-arrow_forward:before {
  content: "\e5c8";
}

.material-icons-arrow_upward:before,
.mi-arrow_upward:before {
  content: "\e5d8";
}

.material-icons-art_track:before,
.mi-art_track:before {
  content: "\e060";
}

.material-icons-aspect_ratio:before,
.mi-aspect_ratio:before {
  content: "\e85b";
}

.material-icons-assessment:before,
.mi-assessment:before {
  content: "\e85c";
}

.material-icons-assignment:before,
.mi-assignment:before {
  content: "\e85d";
}

.material-icons-assignment_ind:before,
.mi-assignment_ind:before {
  content: "\e85e";
}

.material-icons-assignment_late:before,
.mi-assignment_late:before {
  content: "\e85f";
}

.material-icons-assignment_return:before,
.mi-assignment_return:before {
  content: "\e860";
}

.material-icons-assignment_returned:before,
.mi-assignment_returned:before {
  content: "\e861";
}

.material-icons-assignment_turned_in:before,
.mi-assignment_turned_in:before {
  content: "\e862";
}

.material-icons-assistant:before,
.mi-assistant:before {
  content: "\e39f";
}

.material-icons-assistant_photo:before,
.mi-assistant_photo:before {
  content: "\e3a0";
}

.material-icons-attach_file:before,
.mi-attach_file:before {
  content: "\e226";
}

.material-icons-attach_money:before,
.mi-attach_money:before {
  content: "\e227";
}

.material-icons-attachment:before,
.mi-attachment:before {
  content: "\e2bc";
}

.material-icons-audiotrack:before,
.mi-audiotrack:before {
  content: "\e3a1";
}

.material-icons-autorenew:before,
.mi-autorenew:before {
  content: "\e863";
}

.material-icons-av_timer:before,
.mi-av_timer:before {
  content: "\e01b";
}

.material-icons-backspace:before,
.mi-backspace:before {
  content: "\e14a";
}

.material-icons-backup:before,
.mi-backup:before {
  content: "\e864";
}

.material-icons-battery_alert:before,
.mi-battery_alert:before {
  content: "\e19c";
}

.material-icons-battery_charging_full:before,
.mi-battery_charging_full:before {
  content: "\e1a3";
}

.material-icons-battery_full:before,
.mi-battery_full:before {
  content: "\e1a4";
}

.material-icons-battery_std:before,
.mi-battery_std:before {
  content: "\e1a5";
}

.material-icons-battery_unknown:before,
.mi-battery_unknown:before {
  content: "\e1a6";
}

.material-icons-beach_access:before,
.mi-beach_access:before {
  content: "\eb3e";
}

.material-icons-beenhere:before,
.mi-beenhere:before {
  content: "\e52d";
}

.material-icons-block:before,
.mi-block:before {
  content: "\e14b";
}

.material-icons-bluetooth:before,
.mi-bluetooth:before {
  content: "\e1a7";
}

.material-icons-bluetooth_audio:before,
.mi-bluetooth_audio:before {
  content: "\e60f";
}

.material-icons-bluetooth_connected:before,
.mi-bluetooth_connected:before {
  content: "\e1a8";
}

.material-icons-bluetooth_disabled:before,
.mi-bluetooth_disabled:before {
  content: "\e1a9";
}

.material-icons-bluetooth_searching:before,
.mi-bluetooth_searching:before {
  content: "\e1aa";
}

.material-icons-blur_circular:before,
.mi-blur_circular:before {
  content: "\e3a2";
}

.material-icons-blur_linear:before,
.mi-blur_linear:before {
  content: "\e3a3";
}

.material-icons-blur_off:before,
.mi-blur_off:before {
  content: "\e3a4";
}

.material-icons-blur_on:before,
.mi-blur_on:before {
  content: "\e3a5";
}

.material-icons-book:before,
.mi-book:before {
  content: "\e865";
}

.material-icons-bookmark:before,
.mi-bookmark:before {
  content: "\e866";
}

.material-icons-bookmark_border:before,
.mi-bookmark_border:before {
  content: "\e867";
}

.material-icons-border_all:before,
.mi-border_all:before {
  content: "\e228";
}

.material-icons-border_bottom:before,
.mi-border_bottom:before {
  content: "\e229";
}

.material-icons-border_clear:before,
.mi-border_clear:before {
  content: "\e22a";
}

.material-icons-border_color:before,
.mi-border_color:before {
  content: "\e22b";
}

.material-icons-border_horizontal:before,
.mi-border_horizontal:before {
  content: "\e22c";
}

.material-icons-border_inner:before,
.mi-border_inner:before {
  content: "\e22d";
}

.material-icons-border_left:before,
.mi-border_left:before {
  content: "\e22e";
}

.material-icons-border_outer:before,
.mi-border_outer:before {
  content: "\e22f";
}

.material-icons-border_right:before,
.mi-border_right:before {
  content: "\e230";
}

.material-icons-border_style:before,
.mi-border_style:before {
  content: "\e231";
}

.material-icons-border_top:before,
.mi-border_top:before {
  content: "\e232";
}

.material-icons-border_vertical:before,
.mi-border_vertical:before {
  content: "\e233";
}

.material-icons-branding_watermark:before,
.mi-branding_watermark:before {
  content: "\e06b";
}

.material-icons-brightness_1:before,
.mi-brightness_1:before {
  content: "\e3a6";
}

.material-icons-brightness_2:before,
.mi-brightness_2:before {
  content: "\e3a7";
}

.material-icons-brightness_3:before,
.mi-brightness_3:before {
  content: "\e3a8";
}

.material-icons-brightness_4:before,
.mi-brightness_4:before {
  content: "\e3a9";
}

.material-icons-brightness_5:before,
.mi-brightness_5:before {
  content: "\e3aa";
}

.material-icons-brightness_6:before,
.mi-brightness_6:before {
  content: "\e3ab";
}

.material-icons-brightness_7:before,
.mi-brightness_7:before {
  content: "\e3ac";
}

.material-icons-brightness_auto:before,
.mi-brightness_auto:before {
  content: "\e1ab";
}

.material-icons-brightness_high:before,
.mi-brightness_high:before {
  content: "\e1ac";
}

.material-icons-brightness_low:before,
.mi-brightness_low:before {
  content: "\e1ad";
}

.material-icons-brightness_medium:before,
.mi-brightness_medium:before {
  content: "\e1ae";
}

.material-icons-broken_image:before,
.mi-broken_image:before {
  content: "\e3ad";
}

.material-icons-brush:before,
.mi-brush:before {
  content: "\e3ae";
}

.material-icons-bubble_chart:before,
.mi-bubble_chart:before {
  content: "\e6dd";
}

.material-icons-bug_report:before,
.mi-bug_report:before {
  content: "\e868";
}

.material-icons-build:before,
.mi-build:before {
  content: "\e869";
}

.material-icons-burst_mode:before,
.mi-burst_mode:before {
  content: "\e43c";
}

.material-icons-business:before,
.mi-business:before {
  content: "\e0af";
}

.material-icons-business_center:before,
.mi-business_center:before {
  content: "\eb3f";
}

.material-icons-cached:before,
.mi-cached:before {
  content: "\e86a";
}

.material-icons-cake:before,
.mi-cake:before {
  content: "\e7e9";
}

.material-icons-call:before,
.mi-call:before {
  content: "\e0b0";
}

.material-icons-call_end:before,
.mi-call_end:before {
  content: "\e0b1";
}

.material-icons-call_made:before,
.mi-call_made:before {
  content: "\e0b2";
}

.material-icons-call_merge:before,
.mi-call_merge:before {
  content: "\e0b3";
}

.material-icons-call_missed:before,
.mi-call_missed:before {
  content: "\e0b4";
}

.material-icons-call_missed_outgoing:before,
.mi-call_missed_outgoing:before {
  content: "\e0e4";
}

.material-icons-call_received:before,
.mi-call_received:before {
  content: "\e0b5";
}

.material-icons-call_split:before,
.mi-call_split:before {
  content: "\e0b6";
}

.material-icons-call_to_action:before,
.mi-call_to_action:before {
  content: "\e06c";
}

.material-icons-camera:before,
.mi-camera:before {
  content: "\e3af";
}

.material-icons-camera_alt:before,
.mi-camera_alt:before {
  content: "\e3b0";
}

.material-icons-camera_enhance:before,
.mi-camera_enhance:before {
  content: "\e8fc";
}

.material-icons-camera_front:before,
.mi-camera_front:before {
  content: "\e3b1";
}

.material-icons-camera_rear:before,
.mi-camera_rear:before {
  content: "\e3b2";
}

.material-icons-camera_roll:before,
.mi-camera_roll:before {
  content: "\e3b3";
}

.material-icons-cancel:before,
.mi-cancel:before {
  content: "\e5c9";
}

.material-icons-card_giftcard:before,
.mi-card_giftcard:before {
  content: "\e8f6";
}

.material-icons-card_membership:before,
.mi-card_membership:before {
  content: "\e8f7";
}

.material-icons-card_travel:before,
.mi-card_travel:before {
  content: "\e8f8";
}

.material-icons-casino:before,
.mi-casino:before {
  content: "\eb40";
}

.material-icons-cast:before,
.mi-cast:before {
  content: "\e307";
}

.material-icons-cast_connected:before,
.mi-cast_connected:before {
  content: "\e308";
}

.material-icons-center_focus_strong:before,
.mi-center_focus_strong:before {
  content: "\e3b4";
}

.material-icons-center_focus_weak:before,
.mi-center_focus_weak:before {
  content: "\e3b5";
}

.material-icons-change_history:before,
.mi-change_history:before {
  content: "\e86b";
}

.material-icons-chat:before,
.mi-chat:before {
  content: "\e0b7";
}

.material-icons-chat_bubble:before,
.mi-chat_bubble:before {
  content: "\e0ca";
}

.material-icons-chat_bubble_outline:before,
.mi-chat_bubble_outline:before {
  content: "\e0cb";
}

.material-icons-check:before,
.mi-check:before {
  content: "\e5ca";
}

.material-icons-check_box:before,
.mi-check_box:before {
  content: "\e834";
}

.material-icons-check_box_outline_blank:before,
.mi-check_box_outline_blank:before {
  content: "\e835";
}

.material-icons-check_circle:before,
.mi-check_circle:before {
  content: "\e86c";
}

.material-icons-chevron_left:before,
.mi-chevron_left:before {
  content: "\e5cb";
}

.material-icons-chevron_right:before,
.mi-chevron_right:before {
  content: "\e5cc";
}

.material-icons-child_care:before,
.mi-child_care:before {
  content: "\eb41";
}

.material-icons-child_friendly:before,
.mi-child_friendly:before {
  content: "\eb42";
}

.material-icons-chrome_reader_mode:before,
.mi-chrome_reader_mode:before {
  content: "\e86d";
}

.material-icons-class:before,
.mi-class:before {
  content: "\e86e";
}

.material-icons-clear:before,
.mi-clear:before {
  content: "\e14c";
}

.material-icons-clear_all:before,
.mi-clear_all:before {
  content: "\e0b8";
}

.material-icons-close:before,
.mi-close:before {
  content: "\e5cd";
}

.material-icons-closed_caption:before,
.mi-closed_caption:before {
  content: "\e01c";
}

.material-icons-cloud:before,
.mi-cloud:before {
  content: "\e2bd";
}

.material-icons-cloud_circle:before,
.mi-cloud_circle:before {
  content: "\e2be";
}

.material-icons-cloud_done:before,
.mi-cloud_done:before {
  content: "\e2bf";
}

.material-icons-cloud_download:before,
.mi-cloud_download:before {
  content: "\e2c0";
}

.material-icons-cloud_off:before,
.mi-cloud_off:before {
  content: "\e2c1";
}

.material-icons-cloud_queue:before,
.mi-cloud_queue:before {
  content: "\e2c2";
}

.material-icons-cloud_upload:before,
.mi-cloud_upload:before {
  content: "\e2c3";
}

.material-icons-code:before,
.mi-code:before {
  content: "\e86f";
}

.material-icons-collections:before,
.mi-collections:before {
  content: "\e3b6";
}

.material-icons-collections_bookmark:before,
.mi-collections_bookmark:before {
  content: "\e431";
}

.material-icons-color_lens:before,
.mi-color_lens:before {
  content: "\e3b7";
}

.material-icons-colorize:before,
.mi-colorize:before {
  content: "\e3b8";
}

.material-icons-comment:before,
.mi-comment:before {
  content: "\e0b9";
}

.material-icons-compare:before,
.mi-compare:before {
  content: "\e3b9";
}

.material-icons-compare_arrows:before,
.mi-compare_arrows:before {
  content: "\e915";
}

.material-icons-computer:before,
.mi-computer:before {
  content: "\e30a";
}

.material-icons-confirmation_number:before,
.mi-confirmation_number:before {
  content: "\e638";
}

.material-icons-contact_mail:before,
.mi-contact_mail:before {
  content: "\e0d0";
}

.material-icons-contact_phone:before,
.mi-contact_phone:before {
  content: "\e0cf";
}

.material-icons-contacts:before,
.mi-contacts:before {
  content: "\e0ba";
}

.material-icons-content_copy:before,
.mi-content_copy:before {
  content: "\e14d";
}

.material-icons-content_cut:before,
.mi-content_cut:before {
  content: "\e14e";
}

.material-icons-content_paste:before,
.mi-content_paste:before {
  content: "\e14f";
}

.material-icons-control_point:before,
.mi-control_point:before {
  content: "\e3ba";
}

.material-icons-control_point_duplicate:before,
.mi-control_point_duplicate:before {
  content: "\e3bb";
}

.material-icons-copyright:before,
.mi-copyright:before {
  content: "\e90c";
}

.material-icons-create:before,
.mi-create:before {
  content: "\e150";
}

.material-icons-create_new_folder:before,
.mi-create_new_folder:before {
  content: "\e2cc";
}

.material-icons-credit_card:before,
.mi-credit_card:before {
  content: "\e870";
}

.material-icons-crop:before,
.mi-crop:before {
  content: "\e3be";
}

.material-icons-crop_16_9:before,
.mi-crop_16_9:before {
  content: "\e3bc";
}

.material-icons-crop_3_2:before,
.mi-crop_3_2:before {
  content: "\e3bd";
}

.material-icons-crop_5_4:before,
.mi-crop_5_4:before {
  content: "\e3bf";
}

.material-icons-crop_7_5:before,
.mi-crop_7_5:before {
  content: "\e3c0";
}

.material-icons-crop_din:before,
.mi-crop_din:before {
  content: "\e3c1";
}

.material-icons-crop_free:before,
.mi-crop_free:before {
  content: "\e3c2";
}

.material-icons-crop_landscape:before,
.mi-crop_landscape:before {
  content: "\e3c3";
}

.material-icons-crop_original:before,
.mi-crop_original:before {
  content: "\e3c4";
}

.material-icons-crop_portrait:before,
.mi-crop_portrait:before {
  content: "\e3c5";
}

.material-icons-crop_rotate:before,
.mi-crop_rotate:before {
  content: "\e437";
}

.material-icons-crop_square:before,
.mi-crop_square:before {
  content: "\e3c6";
}

.material-icons-dashboard:before,
.mi-dashboard:before {
  content: "\e871";
}

.material-icons-data_usage:before,
.mi-data_usage:before {
  content: "\e1af";
}

.material-icons-date_range:before,
.mi-date_range:before {
  content: "\e916";
}

.material-icons-dehaze:before,
.mi-dehaze:before {
  content: "\e3c7";
}

.material-icons-delete:before,
.mi-delete:before {
  content: "\e872";
}

.material-icons-delete_forever:before,
.mi-delete_forever:before {
  content: "\e92b";
}

.material-icons-delete_sweep:before,
.mi-delete_sweep:before {
  content: "\e16c";
}

.material-icons-description:before,
.mi-description:before {
  content: "\e873";
}

.material-icons-desktop_mac:before,
.mi-desktop_mac:before {
  content: "\e30b";
}

.material-icons-desktop_windows:before,
.mi-desktop_windows:before {
  content: "\e30c";
}

.material-icons-details:before,
.mi-details:before {
  content: "\e3c8";
}

.material-icons-developer_board:before,
.mi-developer_board:before {
  content: "\e30d";
}

.material-icons-developer_mode:before,
.mi-developer_mode:before {
  content: "\e1b0";
}

.material-icons-device_hub:before,
.mi-device_hub:before {
  content: "\e335";
}

.material-icons-devices:before,
.mi-devices:before {
  content: "\e1b1";
}

.material-icons-devices_other:before,
.mi-devices_other:before {
  content: "\e337";
}

.material-icons-dialer_sip:before,
.mi-dialer_sip:before {
  content: "\e0bb";
}

.material-icons-dialpad:before,
.mi-dialpad:before {
  content: "\e0bc";
}

.material-icons-directions:before,
.mi-directions:before {
  content: "\e52e";
}

.material-icons-directions_bike:before,
.mi-directions_bike:before {
  content: "\e52f";
}

.material-icons-directions_boat:before,
.mi-directions_boat:before {
  content: "\e532";
}

.material-icons-directions_bus:before,
.mi-directions_bus:before {
  content: "\e530";
}

.material-icons-directions_car:before,
.mi-directions_car:before {
  content: "\e531";
}

.material-icons-directions_railway:before,
.mi-directions_railway:before {
  content: "\e534";
}

.material-icons-directions_run:before,
.mi-directions_run:before {
  content: "\e566";
}

.material-icons-directions_subway:before,
.mi-directions_subway:before {
  content: "\e533";
}

.material-icons-directions_transit:before,
.mi-directions_transit:before {
  content: "\e535";
}

.material-icons-directions_walk:before,
.mi-directions_walk:before {
  content: "\e536";
}

.material-icons-disc_full:before,
.mi-disc_full:before {
  content: "\e610";
}

.material-icons-dns:before,
.mi-dns:before {
  content: "\e875";
}

.material-icons-do_not_disturb:before,
.mi-do_not_disturb:before {
  content: "\e612";
}

.material-icons-do_not_disturb_alt:before,
.mi-do_not_disturb_alt:before {
  content: "\e611";
}

.material-icons-do_not_disturb_off:before,
.mi-do_not_disturb_off:before {
  content: "\e643";
}

.material-icons-do_not_disturb_on:before,
.mi-do_not_disturb_on:before {
  content: "\e644";
}

.material-icons-dock:before,
.mi-dock:before {
  content: "\e30e";
}

.material-icons-domain:before,
.mi-domain:before {
  content: "\e7ee";
}

.material-icons-done:before,
.mi-done:before {
  content: "\e876";
}

.material-icons-done_all:before,
.mi-done_all:before {
  content: "\e877";
}

.material-icons-donut_large:before,
.mi-donut_large:before {
  content: "\e917";
}

.material-icons-donut_small:before,
.mi-donut_small:before {
  content: "\e918";
}

.material-icons-drafts:before,
.mi-drafts:before {
  content: "\e151";
}

.material-icons-drag_handle:before,
.mi-drag_handle:before {
  content: "\e25d";
}

.material-icons-drive_eta:before,
.mi-drive_eta:before {
  content: "\e613";
}

.material-icons-dvr:before,
.mi-dvr:before {
  content: "\e1b2";
}

.material-icons-edit:before,
.mi-edit:before {
  content: "\e3c9";
}

.material-icons-edit_location:before,
.mi-edit_location:before {
  content: "\e568";
}

.material-icons-eject:before,
.mi-eject:before {
  content: "\e8fb";
}

.material-icons-email:before,
.mi-email:before {
  content: "\e0be";
}

.material-icons-enhanced_encryption:before,
.mi-enhanced_encryption:before {
  content: "\e63f";
}

.material-icons-equalizer:before,
.mi-equalizer:before {
  content: "\e01d";
}

.material-icons-error:before,
.mi-error:before {
  content: "\e000";
}

.material-icons-error_outline:before,
.mi-error_outline:before {
  content: "\e001";
}

.material-icons-euro_symbol:before,
.mi-euro_symbol:before {
  content: "\e926";
}

.material-icons-ev_station:before,
.mi-ev_station:before {
  content: "\e56d";
}

.material-icons-event:before,
.mi-event:before {
  content: "\e878";
}

.material-icons-event_available:before,
.mi-event_available:before {
  content: "\e614";
}

.material-icons-event_busy:before,
.mi-event_busy:before {
  content: "\e615";
}

.material-icons-event_note:before,
.mi-event_note:before {
  content: "\e616";
}

.material-icons-event_seat:before,
.mi-event_seat:before {
  content: "\e903";
}

.material-icons-exit_to_app:before,
.mi-exit_to_app:before {
  content: "\e879";
}

.material-icons-expand_less:before,
.mi-expand_less:before {
  content: "\e5ce";
}

.material-icons-expand_more:before,
.mi-expand_more:before {
  content: "\e5cf";
}

.material-icons-explicit:before,
.mi-explicit:before {
  content: "\e01e";
}

.material-icons-explore:before,
.mi-explore:before {
  content: "\e87a";
}

.material-icons-exposure:before,
.mi-exposure:before {
  content: "\e3ca";
}

.material-icons-exposure_neg_1:before,
.mi-exposure_neg_1:before {
  content: "\e3cb";
}

.material-icons-exposure_neg_2:before,
.mi-exposure_neg_2:before {
  content: "\e3cc";
}

.material-icons-exposure_plus_1:before,
.mi-exposure_plus_1:before {
  content: "\e3cd";
}

.material-icons-exposure_plus_2:before,
.mi-exposure_plus_2:before {
  content: "\e3ce";
}

.material-icons-exposure_zero:before,
.mi-exposure_zero:before {
  content: "\e3cf";
}

.material-icons-extension:before,
.mi-extension:before {
  content: "\e87b";
}

.material-icons-face:before,
.mi-face:before {
  content: "\e87c";
}

.material-icons-fast_forward:before,
.mi-fast_forward:before {
  content: "\e01f";
}

.material-icons-fast_rewind:before,
.mi-fast_rewind:before {
  content: "\e020";
}

.material-icons-favorite:before,
.mi-favorite:before {
  content: "\e87d";
}

.material-icons-favorite_border:before,
.mi-favorite_border:before {
  content: "\e87e";
}

.material-icons-featured_play_list:before,
.mi-featured_play_list:before {
  content: "\e06d";
}

.material-icons-featured_video:before,
.mi-featured_video:before {
  content: "\e06e";
}

.material-icons-feedback:before,
.mi-feedback:before {
  content: "\e87f";
}

.material-icons-fiber_dvr:before,
.mi-fiber_dvr:before {
  content: "\e05d";
}

.material-icons-fiber_manual_record:before,
.mi-fiber_manual_record:before {
  content: "\e061";
}

.material-icons-fiber_new:before,
.mi-fiber_new:before {
  content: "\e05e";
}

.material-icons-fiber_pin:before,
.mi-fiber_pin:before {
  content: "\e06a";
}

.material-icons-fiber_smart_record:before,
.mi-fiber_smart_record:before {
  content: "\e062";
}

.material-icons-file_download:before,
.mi-file_download:before {
  content: "\e2c4";
}

.material-icons-file_upload:before,
.mi-file_upload:before {
  content: "\e2c6";
}

.material-icons-filter:before,
.mi-filter:before {
  content: "\e3d3";
}

.material-icons-filter_1:before,
.mi-filter_1:before {
  content: "\e3d0";
}

.material-icons-filter_2:before,
.mi-filter_2:before {
  content: "\e3d1";
}

.material-icons-filter_3:before,
.mi-filter_3:before {
  content: "\e3d2";
}

.material-icons-filter_4:before,
.mi-filter_4:before {
  content: "\e3d4";
}

.material-icons-filter_5:before,
.mi-filter_5:before {
  content: "\e3d5";
}

.material-icons-filter_6:before,
.mi-filter_6:before {
  content: "\e3d6";
}

.material-icons-filter_7:before,
.mi-filter_7:before {
  content: "\e3d7";
}

.material-icons-filter_8:before,
.mi-filter_8:before {
  content: "\e3d8";
}

.material-icons-filter_9:before,
.mi-filter_9:before {
  content: "\e3d9";
}

.material-icons-filter_9_plus:before,
.mi-filter_9_plus:before {
  content: "\e3da";
}

.material-icons-filter_b_and_w:before,
.mi-filter_b_and_w:before {
  content: "\e3db";
}

.material-icons-filter_center_focus:before,
.mi-filter_center_focus:before {
  content: "\e3dc";
}

.material-icons-filter_drama:before,
.mi-filter_drama:before {
  content: "\e3dd";
}

.material-icons-filter_frames:before,
.mi-filter_frames:before {
  content: "\e3de";
}

.material-icons-filter_hdr:before,
.mi-filter_hdr:before {
  content: "\e3df";
}

.material-icons-filter_list:before,
.mi-filter_list:before {
  content: "\e152";
}

.material-icons-filter_none:before,
.mi-filter_none:before {
  content: "\e3e0";
}

.material-icons-filter_tilt_shift:before,
.mi-filter_tilt_shift:before {
  content: "\e3e2";
}

.material-icons-filter_vintage:before,
.mi-filter_vintage:before {
  content: "\e3e3";
}

.material-icons-find_in_page:before,
.mi-find_in_page:before {
  content: "\e880";
}

.material-icons-find_replace:before,
.mi-find_replace:before {
  content: "\e881";
}

.material-icons-fingerprint:before,
.mi-fingerprint:before {
  content: "\e90d";
}

.material-icons-first_page:before,
.mi-first_page:before {
  content: "\e5dc";
}

.material-icons-fitness_center:before,
.mi-fitness_center:before {
  content: "\eb43";
}

.material-icons-flag:before,
.mi-flag:before {
  content: "\e153";
}

.material-icons-flare:before,
.mi-flare:before {
  content: "\e3e4";
}

.material-icons-flash_auto:before,
.mi-flash_auto:before {
  content: "\e3e5";
}

.material-icons-flash_off:before,
.mi-flash_off:before {
  content: "\e3e6";
}

.material-icons-flash_on:before,
.mi-flash_on:before {
  content: "\e3e7";
}

.material-icons-flight:before,
.mi-flight:before {
  content: "\e539";
}

.material-icons-flight_land:before,
.mi-flight_land:before {
  content: "\e904";
}

.material-icons-flight_takeoff:before,
.mi-flight_takeoff:before {
  content: "\e905";
}

.material-icons-flip:before,
.mi-flip:before {
  content: "\e3e8";
}

.material-icons-flip_to_back:before,
.mi-flip_to_back:before {
  content: "\e882";
}

.material-icons-flip_to_front:before,
.mi-flip_to_front:before {
  content: "\e883";
}

.material-icons-folder:before,
.mi-folder:before {
  content: "\e2c7";
}

.material-icons-folder_open:before,
.mi-folder_open:before {
  content: "\e2c8";
}

.material-icons-folder_shared:before,
.mi-folder_shared:before {
  content: "\e2c9";
}

.material-icons-folder_special:before,
.mi-folder_special:before {
  content: "\e617";
}

.material-icons-font_download:before,
.mi-font_download:before {
  content: "\e167";
}

.material-icons-format_align_center:before,
.mi-format_align_center:before {
  content: "\e234";
}

.material-icons-format_align_justify:before,
.mi-format_align_justify:before {
  content: "\e235";
}

.material-icons-format_align_left:before,
.mi-format_align_left:before {
  content: "\e236";
}

.material-icons-format_align_right:before,
.mi-format_align_right:before {
  content: "\e237";
}

.material-icons-format_bold:before,
.mi-format_bold:before {
  content: "\e238";
}

.material-icons-format_clear:before,
.mi-format_clear:before {
  content: "\e239";
}

.material-icons-format_color_fill:before,
.mi-format_color_fill:before {
  content: "\e23a";
}

.material-icons-format_color_reset:before,
.mi-format_color_reset:before {
  content: "\e23b";
}

.material-icons-format_color_text:before,
.mi-format_color_text:before {
  content: "\e23c";
}

.material-icons-format_indent_decrease:before,
.mi-format_indent_decrease:before {
  content: "\e23d";
}

.material-icons-format_indent_increase:before,
.mi-format_indent_increase:before {
  content: "\e23e";
}

.material-icons-format_italic:before,
.mi-format_italic:before {
  content: "\e23f";
}

.material-icons-format_line_spacing:before,
.mi-format_line_spacing:before {
  content: "\e240";
}

.material-icons-format_list_bulleted:before,
.mi-format_list_bulleted:before {
  content: "\e241";
}

.material-icons-format_list_numbered:before,
.mi-format_list_numbered:before {
  content: "\e242";
}

.material-icons-format_paint:before,
.mi-format_paint:before {
  content: "\e243";
}

.material-icons-format_quote:before,
.mi-format_quote:before {
  content: "\e244";
}

.material-icons-format_shapes:before,
.mi-format_shapes:before {
  content: "\e25e";
}

.material-icons-format_size:before,
.mi-format_size:before {
  content: "\e245";
}

.material-icons-format_strikethrough:before,
.mi-format_strikethrough:before {
  content: "\e246";
}

.material-icons-format_textdirection_l_to_r:before,
.mi-format_textdirection_l_to_r:before {
  content: "\e247";
}

.material-icons-format_textdirection_r_to_l:before,
.mi-format_textdirection_r_to_l:before {
  content: "\e248";
}

.material-icons-format_underlined:before,
.mi-format_underlined:before {
  content: "\e249";
}

.material-icons-forum:before,
.mi-forum:before {
  content: "\e0bf";
}

.material-icons-forward:before,
.mi-forward:before {
  content: "\e154";
}

.material-icons-forward_10:before,
.mi-forward_10:before {
  content: "\e056";
}

.material-icons-forward_30:before,
.mi-forward_30:before {
  content: "\e057";
}

.material-icons-forward_5:before,
.mi-forward_5:before {
  content: "\e058";
}

.material-icons-free_breakfast:before,
.mi-free_breakfast:before {
  content: "\eb44";
}

.material-icons-fullscreen:before,
.mi-fullscreen:before {
  content: "\e5d0";
}

.material-icons-fullscreen_exit:before,
.mi-fullscreen_exit:before {
  content: "\e5d1";
}

.material-icons-functions:before,
.mi-functions:before {
  content: "\e24a";
}

.material-icons-g_translate:before,
.mi-g_translate:before {
  content: "\e927";
}

.material-icons-gamepad:before,
.mi-gamepad:before {
  content: "\e30f";
}

.material-icons-games:before,
.mi-games:before {
  content: "\e021";
}

.material-icons-gavel:before,
.mi-gavel:before {
  content: "\e90e";
}

.material-icons-gesture:before,
.mi-gesture:before {
  content: "\e155";
}

.material-icons-get_app:before,
.mi-get_app:before {
  content: "\e884";
}

.material-icons-gif:before,
.mi-gif:before {
  content: "\e908";
}

.material-icons-golf_course:before,
.mi-golf_course:before {
  content: "\eb45";
}

.material-icons-gps_fixed:before,
.mi-gps_fixed:before {
  content: "\e1b3";
}

.material-icons-gps_not_fixed:before,
.mi-gps_not_fixed:before {
  content: "\e1b4";
}

.material-icons-gps_off:before,
.mi-gps_off:before {
  content: "\e1b5";
}

.material-icons-grade:before,
.mi-grade:before {
  content: "\e885";
}

.material-icons-gradient:before,
.mi-gradient:before {
  content: "\e3e9";
}

.material-icons-grain:before,
.mi-grain:before {
  content: "\e3ea";
}

.material-icons-graphic_eq:before,
.mi-graphic_eq:before {
  content: "\e1b8";
}

.material-icons-grid_off:before,
.mi-grid_off:before {
  content: "\e3eb";
}

.material-icons-grid_on:before,
.mi-grid_on:before {
  content: "\e3ec";
}

.material-icons-group:before,
.mi-group:before {
  content: "\e7ef";
}

.material-icons-group_add:before,
.mi-group_add:before {
  content: "\e7f0";
}

.material-icons-group_work:before,
.mi-group_work:before {
  content: "\e886";
}

.material-icons-hd:before,
.mi-hd:before {
  content: "\e052";
}

.material-icons-hdr_off:before,
.mi-hdr_off:before {
  content: "\e3ed";
}

.material-icons-hdr_on:before,
.mi-hdr_on:before {
  content: "\e3ee";
}

.material-icons-hdr_strong:before,
.mi-hdr_strong:before {
  content: "\e3f1";
}

.material-icons-hdr_weak:before,
.mi-hdr_weak:before {
  content: "\e3f2";
}

.material-icons-headset:before,
.mi-headset:before {
  content: "\e310";
}

.material-icons-headset_mic:before,
.mi-headset_mic:before {
  content: "\e311";
}

.material-icons-healing:before,
.mi-healing:before {
  content: "\e3f3";
}

.material-icons-hearing:before,
.mi-hearing:before {
  content: "\e023";
}

.material-icons-help:before,
.mi-help:before {
  content: "\e887";
}

.material-icons-help_outline:before,
.mi-help_outline:before {
  content: "\e8fd";
}

.material-icons-high_quality:before,
.mi-high_quality:before {
  content: "\e024";
}

.material-icons-highlight:before,
.mi-highlight:before {
  content: "\e25f";
}

.material-icons-highlight_off:before,
.mi-highlight_off:before {
  content: "\e888";
}

.material-icons-history:before,
.mi-history:before {
  content: "\e889";
}

.material-icons-home:before,
.mi-home:before {
  content: "\e88a";
}

.material-icons-hot_tub:before,
.mi-hot_tub:before {
  content: "\eb46";
}

.material-icons-hotel:before,
.mi-hotel:before {
  content: "\e53a";
}

.material-icons-hourglass_empty:before,
.mi-hourglass_empty:before {
  content: "\e88b";
}

.material-icons-hourglass_full:before,
.mi-hourglass_full:before {
  content: "\e88c";
}

.material-icons-http:before,
.mi-http:before {
  content: "\e902";
}

.material-icons-https:before,
.mi-https:before {
  content: "\e88d";
}

.material-icons-image:before,
.mi-image:before {
  content: "\e3f4";
}

.material-icons-image_aspect_ratio:before,
.mi-image_aspect_ratio:before {
  content: "\e3f5";
}

.material-icons-import_contacts:before,
.mi-import_contacts:before {
  content: "\e0e0";
}

.material-icons-import_export:before,
.mi-import_export:before {
  content: "\e0c3";
}

.material-icons-important_devices:before,
.mi-important_devices:before {
  content: "\e912";
}

.material-icons-inbox:before,
.mi-inbox:before {
  content: "\e156";
}

.material-icons-indeterminate_check_box:before,
.mi-indeterminate_check_box:before {
  content: "\e909";
}

.material-icons-info:before,
.mi-info:before {
  content: "\e88e";
}

.material-icons-info_outline:before,
.mi-info_outline:before {
  content: "\e88f";
}

.material-icons-input:before,
.mi-input:before {
  content: "\e890";
}

.material-icons-insert_chart:before,
.mi-insert_chart:before {
  content: "\e24b";
}

.material-icons-insert_comment:before,
.mi-insert_comment:before {
  content: "\e24c";
}

.material-icons-insert_drive_file:before,
.mi-insert_drive_file:before {
  content: "\e24d";
}

.material-icons-insert_emoticon:before,
.mi-insert_emoticon:before {
  content: "\e24e";
}

.material-icons-insert_invitation:before,
.mi-insert_invitation:before {
  content: "\e24f";
}

.material-icons-insert_link:before,
.mi-insert_link:before {
  content: "\e250";
}

.material-icons-insert_photo:before,
.mi-insert_photo:before {
  content: "\e251";
}

.material-icons-invert_colors:before,
.mi-invert_colors:before {
  content: "\e891";
}

.material-icons-invert_colors_off:before,
.mi-invert_colors_off:before {
  content: "\e0c4";
}

.material-icons-iso:before,
.mi-iso:before {
  content: "\e3f6";
}

.material-icons-keyboard:before,
.mi-keyboard:before {
  content: "\e312";
}

.material-icons-keyboard_arrow_down:before,
.mi-keyboard_arrow_down:before {
  content: "\e313";
}

.material-icons-keyboard_arrow_left:before,
.mi-keyboard_arrow_left:before {
  content: "\e314";
}

.material-icons-keyboard_arrow_right:before,
.mi-keyboard_arrow_right:before {
  content: "\e315";
}

.material-icons-keyboard_arrow_up:before,
.mi-keyboard_arrow_up:before {
  content: "\e316";
}

.material-icons-keyboard_backspace:before,
.mi-keyboard_backspace:before {
  content: "\e317";
}

.material-icons-keyboard_capslock:before,
.mi-keyboard_capslock:before {
  content: "\e318";
}

.material-icons-keyboard_hide:before,
.mi-keyboard_hide:before {
  content: "\e31a";
}

.material-icons-keyboard_return:before,
.mi-keyboard_return:before {
  content: "\e31b";
}

.material-icons-keyboard_tab:before,
.mi-keyboard_tab:before {
  content: "\e31c";
}

.material-icons-keyboard_voice:before,
.mi-keyboard_voice:before {
  content: "\e31d";
}

.material-icons-kitchen:before,
.mi-kitchen:before {
  content: "\eb47";
}

.material-icons-label:before,
.mi-label:before {
  content: "\e892";
}

.material-icons-label_outline:before,
.mi-label_outline:before {
  content: "\e893";
}

.material-icons-landscape:before,
.mi-landscape:before {
  content: "\e3f7";
}

.material-icons-language:before,
.mi-language:before {
  content: "\e894";
}

.material-icons-laptop:before,
.mi-laptop:before {
  content: "\e31e";
}

.material-icons-laptop_chromebook:before,
.mi-laptop_chromebook:before {
  content: "\e31f";
}

.material-icons-laptop_mac:before,
.mi-laptop_mac:before {
  content: "\e320";
}

.material-icons-laptop_windows:before,
.mi-laptop_windows:before {
  content: "\e321";
}

.material-icons-last_page:before,
.mi-last_page:before {
  content: "\e5dd";
}

.material-icons-launch:before,
.mi-launch:before {
  content: "\e895";
}

.material-icons-layers:before,
.mi-layers:before {
  content: "\e53b";
}

.material-icons-layers_clear:before,
.mi-layers_clear:before {
  content: "\e53c";
}

.material-icons-leak_add:before,
.mi-leak_add:before {
  content: "\e3f8";
}

.material-icons-leak_remove:before,
.mi-leak_remove:before {
  content: "\e3f9";
}

.material-icons-lens:before,
.mi-lens:before {
  content: "\e3fa";
}

.material-icons-library_add:before,
.mi-library_add:before {
  content: "\e02e";
}

.material-icons-library_books:before,
.mi-library_books:before {
  content: "\e02f";
}

.material-icons-library_music:before,
.mi-library_music:before {
  content: "\e030";
}

.material-icons-lightbulb_outline:before,
.mi-lightbulb_outline:before {
  content: "\e90f";
}

.material-icons-line_style:before,
.mi-line_style:before {
  content: "\e919";
}

.material-icons-line_weight:before,
.mi-line_weight:before {
  content: "\e91a";
}

.material-icons-linear_scale:before,
.mi-linear_scale:before {
  content: "\e260";
}

.material-icons-link:before,
.mi-link:before {
  content: "\e157";
}

.material-icons-linked_camera:before,
.mi-linked_camera:before {
  content: "\e438";
}

.material-icons-list:before,
.mi-list:before {
  content: "\e896";
}

.material-icons-live_help:before,
.mi-live_help:before {
  content: "\e0c6";
}

.material-icons-live_tv:before,
.mi-live_tv:before {
  content: "\e639";
}

.material-icons-local_activity:before,
.mi-local_activity:before {
  content: "\e53f";
}

.material-icons-local_airport:before,
.mi-local_airport:before {
  content: "\e53d";
}

.material-icons-local_atm:before,
.mi-local_atm:before {
  content: "\e53e";
}

.material-icons-local_bar:before,
.mi-local_bar:before {
  content: "\e540";
}

.material-icons-local_cafe:before,
.mi-local_cafe:before {
  content: "\e541";
}

.material-icons-local_car_wash:before,
.mi-local_car_wash:before {
  content: "\e542";
}

.material-icons-local_convenience_store:before,
.mi-local_convenience_store:before {
  content: "\e543";
}

.material-icons-local_dining:before,
.mi-local_dining:before {
  content: "\e556";
}

.material-icons-local_drink:before,
.mi-local_drink:before {
  content: "\e544";
}

.material-icons-local_florist:before,
.mi-local_florist:before {
  content: "\e545";
}

.material-icons-local_gas_station:before,
.mi-local_gas_station:before {
  content: "\e546";
}

.material-icons-local_grocery_store:before,
.mi-local_grocery_store:before {
  content: "\e547";
}

.material-icons-local_hospital:before,
.mi-local_hospital:before {
  content: "\e548";
}

.material-icons-local_hotel:before,
.mi-local_hotel:before {
  content: "\e549";
}

.material-icons-local_laundry_service:before,
.mi-local_laundry_service:before {
  content: "\e54a";
}

.material-icons-local_library:before,
.mi-local_library:before {
  content: "\e54b";
}

.material-icons-local_mall:before,
.mi-local_mall:before {
  content: "\e54c";
}

.material-icons-local_movies:before,
.mi-local_movies:before {
  content: "\e54d";
}

.material-icons-local_offer:before,
.mi-local_offer:before {
  content: "\e54e";
}

.material-icons-local_parking:before,
.mi-local_parking:before {
  content: "\e54f";
}

.material-icons-local_pharmacy:before,
.mi-local_pharmacy:before {
  content: "\e550";
}

.material-icons-local_phone:before,
.mi-local_phone:before {
  content: "\e551";
}

.material-icons-local_pizza:before,
.mi-local_pizza:before {
  content: "\e552";
}

.material-icons-local_play:before,
.mi-local_play:before {
  content: "\e553";
}

.material-icons-local_post_office:before,
.mi-local_post_office:before {
  content: "\e554";
}

.material-icons-local_printshop:before,
.mi-local_printshop:before {
  content: "\e555";
}

.material-icons-local_see:before,
.mi-local_see:before {
  content: "\e557";
}

.material-icons-local_shipping:before,
.mi-local_shipping:before {
  content: "\e558";
}

.material-icons-local_taxi:before,
.mi-local_taxi:before {
  content: "\e559";
}

.material-icons-location_city:before,
.mi-location_city:before {
  content: "\e7f1";
}

.material-icons-location_disabled:before,
.mi-location_disabled:before {
  content: "\e1b6";
}

.material-icons-location_off:before,
.mi-location_off:before {
  content: "\e0c7";
}

.material-icons-location_on:before,
.mi-location_on:before {
  content: "\e0c8";
}

.material-icons-location_searching:before,
.mi-location_searching:before {
  content: "\e1b7";
}

.material-icons-lock:before,
.mi-lock:before {
  content: "\e897";
}

.material-icons-lock_open:before,
.mi-lock_open:before {
  content: "\e898";
}

.material-icons-lock_outline:before,
.mi-lock_outline:before {
  content: "\e899";
}

.material-icons-looks:before,
.mi-looks:before {
  content: "\e3fc";
}

.material-icons-looks_3:before,
.mi-looks_3:before {
  content: "\e3fb";
}

.material-icons-looks_4:before,
.mi-looks_4:before {
  content: "\e3fd";
}

.material-icons-looks_5:before,
.mi-looks_5:before {
  content: "\e3fe";
}

.material-icons-looks_6:before,
.mi-looks_6:before {
  content: "\e3ff";
}

.material-icons-looks_one:before,
.mi-looks_one:before {
  content: "\e400";
}

.material-icons-looks_two:before,
.mi-looks_two:before {
  content: "\e401";
}

.material-icons-loop:before,
.mi-loop:before {
  content: "\e028";
}

.material-icons-loupe:before,
.mi-loupe:before {
  content: "\e402";
}

.material-icons-low_priority:before,
.mi-low_priority:before {
  content: "\e16d";
}

.material-icons-loyalty:before,
.mi-loyalty:before {
  content: "\e89a";
}

.material-icons-mail:before,
.mi-mail:before {
  content: "\e158";
}

.material-icons-mail_outline:before,
.mi-mail_outline:before {
  content: "\e0e1";
}

.material-icons-map:before,
.mi-map:before {
  content: "\e55b";
}

.material-icons-markunread:before,
.mi-markunread:before {
  content: "\e159";
}

.material-icons-markunread_mailbox:before,
.mi-markunread_mailbox:before {
  content: "\e89b";
}

.material-icons-memory:before,
.mi-memory:before {
  content: "\e322";
}

.material-icons-menu:before,
.mi-menu:before {
  content: "\e5d2";
}

.material-icons-merge_type:before,
.mi-merge_type:before {
  content: "\e252";
}

.material-icons-message:before,
.mi-message:before {
  content: "\e0c9";
}

.material-icons-mic:before,
.mi-mic:before {
  content: "\e029";
}

.material-icons-mic_none:before,
.mi-mic_none:before {
  content: "\e02a";
}

.material-icons-mic_off:before,
.mi-mic_off:before {
  content: "\e02b";
}

.material-icons-mms:before,
.mi-mms:before {
  content: "\e618";
}

.material-icons-mode_comment:before,
.mi-mode_comment:before {
  content: "\e253";
}

.material-icons-mode_edit:before,
.mi-mode_edit:before {
  content: "\e254";
}

.material-icons-monetization_on:before,
.mi-monetization_on:before {
  content: "\e263";
}

.material-icons-money_off:before,
.mi-money_off:before {
  content: "\e25c";
}

.material-icons-monochrome_photos:before,
.mi-monochrome_photos:before {
  content: "\e403";
}

.material-icons-mood:before,
.mi-mood:before {
  content: "\e7f2";
}

.material-icons-mood_bad:before,
.mi-mood_bad:before {
  content: "\e7f3";
}

.material-icons-more:before,
.mi-more:before {
  content: "\e619";
}

.material-icons-more_horiz:before,
.mi-more_horiz:before {
  content: "\e5d3";
}

.material-icons-more_vert:before,
.mi-more_vert:before {
  content: "\e5d4";
}

.material-icons-motorcycle:before,
.mi-motorcycle:before {
  content: "\e91b";
}

.material-icons-mouse:before,
.mi-mouse:before {
  content: "\e323";
}

.material-icons-move_to_inbox:before,
.mi-move_to_inbox:before {
  content: "\e168";
}

.material-icons-movie:before,
.mi-movie:before {
  content: "\e02c";
}

.material-icons-movie_creation:before,
.mi-movie_creation:before {
  content: "\e404";
}

.material-icons-movie_filter:before,
.mi-movie_filter:before {
  content: "\e43a";
}

.material-icons-multiline_chart:before,
.mi-multiline_chart:before {
  content: "\e6df";
}

.material-icons-music_note:before,
.mi-music_note:before {
  content: "\e405";
}

.material-icons-music_video:before,
.mi-music_video:before {
  content: "\e063";
}

.material-icons-my_location:before,
.mi-my_location:before {
  content: "\e55c";
}

.material-icons-nature:before,
.mi-nature:before {
  content: "\e406";
}

.material-icons-nature_people:before,
.mi-nature_people:before {
  content: "\e407";
}

.material-icons-navigate_before:before,
.mi-navigate_before:before {
  content: "\e408";
}

.material-icons-navigate_next:before,
.mi-navigate_next:before {
  content: "\e409";
}

.material-icons-navigation:before,
.mi-navigation:before {
  content: "\e55d";
}

.material-icons-near_me:before,
.mi-near_me:before {
  content: "\e569";
}

.material-icons-network_cell:before,
.mi-network_cell:before {
  content: "\e1b9";
}

.material-icons-network_check:before,
.mi-network_check:before {
  content: "\e640";
}

.material-icons-network_locked:before,
.mi-network_locked:before {
  content: "\e61a";
}

.material-icons-network_wifi:before,
.mi-network_wifi:before {
  content: "\e1ba";
}

.material-icons-new_releases:before,
.mi-new_releases:before {
  content: "\e031";
}

.material-icons-next_week:before,
.mi-next_week:before {
  content: "\e16a";
}

.material-icons-nfc:before,
.mi-nfc:before {
  content: "\e1bb";
}

.material-icons-no_encryption:before,
.mi-no_encryption:before {
  content: "\e641";
}

.material-icons-no_sim:before,
.mi-no_sim:before {
  content: "\e0cc";
}

.material-icons-not_interested:before,
.mi-not_interested:before {
  content: "\e033";
}

.material-icons-note:before,
.mi-note:before {
  content: "\e06f";
}

.material-icons-note_add:before,
.mi-note_add:before {
  content: "\e89c";
}

.material-icons-notifications:before,
.mi-notifications:before {
  content: "\e7f4";
}

.material-icons-notifications_active:before,
.mi-notifications_active:before {
  content: "\e7f7";
}

.material-icons-notifications_none:before,
.mi-notifications_none:before {
  content: "\e7f5";
}

.material-icons-notifications_off:before,
.mi-notifications_off:before {
  content: "\e7f6";
}

.material-icons-notifications_paused:before,
.mi-notifications_paused:before {
  content: "\e7f8";
}

.material-icons-offline_pin:before,
.mi-offline_pin:before {
  content: "\e90a";
}

.material-icons-ondemand_video:before,
.mi-ondemand_video:before {
  content: "\e63a";
}

.material-icons-opacity:before,
.mi-opacity:before {
  content: "\e91c";
}

.material-icons-open_in_browser:before,
.mi-open_in_browser:before {
  content: "\e89d";
}

.material-icons-open_in_new:before,
.mi-open_in_new:before {
  content: "\e89e";
}

.material-icons-open_with:before,
.mi-open_with:before {
  content: "\e89f";
}

.material-icons-pages:before,
.mi-pages:before {
  content: "\e7f9";
}

.material-icons-pageview:before,
.mi-pageview:before {
  content: "\e8a0";
}

.material-icons-palette:before,
.mi-palette:before {
  content: "\e40a";
}

.material-icons-pan_tool:before,
.mi-pan_tool:before {
  content: "\e925";
}

.material-icons-panorama:before,
.mi-panorama:before {
  content: "\e40b";
}

.material-icons-panorama_fish_eye:before,
.mi-panorama_fish_eye:before {
  content: "\e40c";
}

.material-icons-panorama_horizontal:before,
.mi-panorama_horizontal:before {
  content: "\e40d";
}

.material-icons-panorama_vertical:before,
.mi-panorama_vertical:before {
  content: "\e40e";
}

.material-icons-panorama_wide_angle:before,
.mi-panorama_wide_angle:before {
  content: "\e40f";
}

.material-icons-party_mode:before,
.mi-party_mode:before {
  content: "\e7fa";
}

.material-icons-pause:before,
.mi-pause:before {
  content: "\e034";
}

.material-icons-pause_circle_filled:before,
.mi-pause_circle_filled:before {
  content: "\e035";
}

.material-icons-pause_circle_outline:before,
.mi-pause_circle_outline:before {
  content: "\e036";
}

.material-icons-payment:before,
.mi-payment:before {
  content: "\e8a1";
}

.material-icons-people:before,
.mi-people:before {
  content: "\e7fb";
}

.material-icons-people_outline:before,
.mi-people_outline:before {
  content: "\e7fc";
}

.material-icons-perm_camera_mic:before,
.mi-perm_camera_mic:before {
  content: "\e8a2";
}

.material-icons-perm_contact_calendar:before,
.mi-perm_contact_calendar:before {
  content: "\e8a3";
}

.material-icons-perm_data_setting:before,
.mi-perm_data_setting:before {
  content: "\e8a4";
}

.material-icons-perm_device_information:before,
.mi-perm_device_information:before {
  content: "\e8a5";
}

.material-icons-perm_identity:before,
.mi-perm_identity:before {
  content: "\e8a6";
}

.material-icons-perm_media:before,
.mi-perm_media:before {
  content: "\e8a7";
}

.material-icons-perm_phone_msg:before,
.mi-perm_phone_msg:before {
  content: "\e8a8";
}

.material-icons-perm_scan_wifi:before,
.mi-perm_scan_wifi:before {
  content: "\e8a9";
}

.material-icons-person:before,
.mi-person:before {
  content: "\e7fd";
}

.material-icons-person_add:before,
.mi-person_add:before {
  content: "\e7fe";
}

.material-icons-person_outline:before,
.mi-person_outline:before {
  content: "\e7ff";
}

.material-icons-person_pin:before,
.mi-person_pin:before {
  content: "\e55a";
}

.material-icons-person_pin_circle:before,
.mi-person_pin_circle:before {
  content: "\e56a";
}

.material-icons-personal_video:before,
.mi-personal_video:before {
  content: "\e63b";
}

.material-icons-pets:before,
.mi-pets:before {
  content: "\e91d";
}

.material-icons-phone:before,
.mi-phone:before {
  content: "\e0cd";
}

.material-icons-phone_android:before,
.mi-phone_android:before {
  content: "\e324";
}

.material-icons-phone_bluetooth_speaker:before,
.mi-phone_bluetooth_speaker:before {
  content: "\e61b";
}

.material-icons-phone_forwarded:before,
.mi-phone_forwarded:before {
  content: "\e61c";
}

.material-icons-phone_in_talk:before,
.mi-phone_in_talk:before {
  content: "\e61d";
}

.material-icons-phone_iphone:before,
.mi-phone_iphone:before {
  content: "\e325";
}

.material-icons-phone_locked:before,
.mi-phone_locked:before {
  content: "\e61e";
}

.material-icons-phone_missed:before,
.mi-phone_missed:before {
  content: "\e61f";
}

.material-icons-phone_paused:before,
.mi-phone_paused:before {
  content: "\e620";
}

.material-icons-phonelink:before,
.mi-phonelink:before {
  content: "\e326";
}

.material-icons-phonelink_erase:before,
.mi-phonelink_erase:before {
  content: "\e0db";
}

.material-icons-phonelink_lock:before,
.mi-phonelink_lock:before {
  content: "\e0dc";
}

.material-icons-phonelink_off:before,
.mi-phonelink_off:before {
  content: "\e327";
}

.material-icons-phonelink_ring:before,
.mi-phonelink_ring:before {
  content: "\e0dd";
}

.material-icons-phonelink_setup:before,
.mi-phonelink_setup:before {
  content: "\e0de";
}

.material-icons-photo:before,
.mi-photo:before {
  content: "\e410";
}

.material-icons-photo_album:before,
.mi-photo_album:before {
  content: "\e411";
}

.material-icons-photo_camera:before,
.mi-photo_camera:before {
  content: "\e412";
}

.material-icons-photo_filter:before,
.mi-photo_filter:before {
  content: "\e43b";
}

.material-icons-photo_library:before,
.mi-photo_library:before {
  content: "\e413";
}

.material-icons-photo_size_select_actual:before,
.mi-photo_size_select_actual:before {
  content: "\e432";
}

.material-icons-photo_size_select_large:before,
.mi-photo_size_select_large:before {
  content: "\e433";
}

.material-icons-photo_size_select_small:before,
.mi-photo_size_select_small:before {
  content: "\e434";
}

.material-icons-picture_as_pdf:before,
.mi-picture_as_pdf:before {
  content: "\e415";
}

.material-icons-picture_in_picture:before,
.mi-picture_in_picture:before {
  content: "\e8aa";
}

.material-icons-picture_in_picture_alt:before,
.mi-picture_in_picture_alt:before {
  content: "\e911";
}

.material-icons-pie_chart:before,
.mi-pie_chart:before {
  content: "\e6c4";
}

.material-icons-pie_chart_outlined:before,
.mi-pie_chart_outlined:before {
  content: "\e6c5";
}

.material-icons-pin_drop:before,
.mi-pin_drop:before {
  content: "\e55e";
}

.material-icons-place:before,
.mi-place:before {
  content: "\e55f";
}

.material-icons-play_arrow:before,
.mi-play_arrow:before {
  content: "\e037";
}

.material-icons-play_circle_filled:before,
.mi-play_circle_filled:before {
  content: "\e038";
}

.material-icons-play_circle_outline:before,
.mi-play_circle_outline:before {
  content: "\e039";
}

.material-icons-play_for_work:before,
.mi-play_for_work:before {
  content: "\e906";
}

.material-icons-playlist_add:before,
.mi-playlist_add:before {
  content: "\e03b";
}

.material-icons-playlist_add_check:before,
.mi-playlist_add_check:before {
  content: "\e065";
}

.material-icons-playlist_play:before,
.mi-playlist_play:before {
  content: "\e05f";
}

.material-icons-plus_one:before,
.mi-plus_one:before {
  content: "\e800";
}

.material-icons-poll:before,
.mi-poll:before {
  content: "\e801";
}

.material-icons-polymer:before,
.mi-polymer:before {
  content: "\e8ab";
}

.material-icons-pool:before,
.mi-pool:before {
  content: "\eb48";
}

.material-icons-portable_wifi_off:before,
.mi-portable_wifi_off:before {
  content: "\e0ce";
}

.material-icons-portrait:before,
.mi-portrait:before {
  content: "\e416";
}

.material-icons-power:before,
.mi-power:before {
  content: "\e63c";
}

.material-icons-power_input:before,
.mi-power_input:before {
  content: "\e336";
}

.material-icons-power_settings_new:before,
.mi-power_settings_new:before {
  content: "\e8ac";
}

.material-icons-pregnant_woman:before,
.mi-pregnant_woman:before {
  content: "\e91e";
}

.material-icons-present_to_all:before,
.mi-present_to_all:before {
  content: "\e0df";
}

.material-icons-print:before,
.mi-print:before {
  content: "\e8ad";
}

.material-icons-priority_high:before,
.mi-priority_high:before {
  content: "\e645";
}

.material-icons-public:before,
.mi-public:before {
  content: "\e80b";
}

.material-icons-publish:before,
.mi-publish:before {
  content: "\e255";
}

.material-icons-query_builder:before,
.mi-query_builder:before {
  content: "\e8ae";
}

.material-icons-question_answer:before,
.mi-question_answer:before {
  content: "\e8af";
}

.material-icons-queue:before,
.mi-queue:before {
  content: "\e03c";
}

.material-icons-queue_music:before,
.mi-queue_music:before {
  content: "\e03d";
}

.material-icons-queue_play_next:before,
.mi-queue_play_next:before {
  content: "\e066";
}

.material-icons-radio:before,
.mi-radio:before {
  content: "\e03e";
}

.material-icons-radio_button_checked:before,
.mi-radio_button_checked:before {
  content: "\e837";
}

.material-icons-radio_button_unchecked:before,
.mi-radio_button_unchecked:before {
  content: "\e836";
}

.material-icons-rate_review:before,
.mi-rate_review:before {
  content: "\e560";
}

.material-icons-receipt:before,
.mi-receipt:before {
  content: "\e8b0";
}

.material-icons-recent_actors:before,
.mi-recent_actors:before {
  content: "\e03f";
}

.material-icons-record_voice_over:before,
.mi-record_voice_over:before {
  content: "\e91f";
}

.material-icons-redeem:before,
.mi-redeem:before {
  content: "\e8b1";
}

.material-icons-redo:before,
.mi-redo:before {
  content: "\e15a";
}

.material-icons-refresh:before,
.mi-refresh:before {
  content: "\e5d5";
}

.material-icons-remove:before,
.mi-remove:before {
  content: "\e15b";
}

.material-icons-remove_circle:before,
.mi-remove_circle:before {
  content: "\e15c";
}

.material-icons-remove_circle_outline:before,
.mi-remove_circle_outline:before {
  content: "\e15d";
}

.material-icons-remove_from_queue:before,
.mi-remove_from_queue:before {
  content: "\e067";
}

.material-icons-remove_red_eye:before,
.mi-remove_red_eye:before {
  content: "\e417";
}

.material-icons-remove_shopping_cart:before,
.mi-remove_shopping_cart:before {
  content: "\e928";
}

.material-icons-reorder:before,
.mi-reorder:before {
  content: "\e8fe";
}

.material-icons-repeat:before,
.mi-repeat:before {
  content: "\e040";
}

.material-icons-repeat_one:before,
.mi-repeat_one:before {
  content: "\e041";
}

.material-icons-replay:before,
.mi-replay:before {
  content: "\e042";
}

.material-icons-replay_10:before,
.mi-replay_10:before {
  content: "\e059";
}

.material-icons-replay_30:before,
.mi-replay_30:before {
  content: "\e05a";
}

.material-icons-replay_5:before,
.mi-replay_5:before {
  content: "\e05b";
}

.material-icons-reply:before,
.mi-reply:before {
  content: "\e15e";
}

.material-icons-reply_all:before,
.mi-reply_all:before {
  content: "\e15f";
}

.material-icons-report:before,
.mi-report:before {
  content: "\e160";
}

.material-icons-report_problem:before,
.mi-report_problem:before {
  content: "\e8b2";
}

.material-icons-restaurant:before,
.mi-restaurant:before {
  content: "\e56c";
}

.material-icons-restaurant_menu:before,
.mi-restaurant_menu:before {
  content: "\e561";
}

.material-icons-restore:before,
.mi-restore:before {
  content: "\e8b3";
}

.material-icons-restore_page:before,
.mi-restore_page:before {
  content: "\e929";
}

.material-icons-ring_volume:before,
.mi-ring_volume:before {
  content: "\e0d1";
}

.material-icons-room:before,
.mi-room:before {
  content: "\e8b4";
}

.material-icons-room_service:before,
.mi-room_service:before {
  content: "\eb49";
}

.material-icons-rotate_90_degrees_ccw:before,
.mi-rotate_90_degrees_ccw:before {
  content: "\e418";
}

.material-icons-rotate_left:before,
.mi-rotate_left:before {
  content: "\e419";
}

.material-icons-rotate_right:before,
.mi-rotate_right:before {
  content: "\e41a";
}

.material-icons-rounded_corner:before,
.mi-rounded_corner:before {
  content: "\e920";
}

.material-icons-router:before,
.mi-router:before {
  content: "\e328";
}

.material-icons-rowing:before,
.mi-rowing:before {
  content: "\e921";
}

.material-icons-rss_feed:before,
.mi-rss_feed:before {
  content: "\e0e5";
}

.material-icons-rv_hookup:before,
.mi-rv_hookup:before {
  content: "\e642";
}

.material-icons-satellite:before,
.mi-satellite:before {
  content: "\e562";
}

.material-icons-save:before,
.mi-save:before {
  content: "\e161";
}

.material-icons-scanner:before,
.mi-scanner:before {
  content: "\e329";
}

.material-icons-schedule:before,
.mi-schedule:before {
  content: "\e8b5";
}

.material-icons-school:before,
.mi-school:before {
  content: "\e80c";
}

.material-icons-screen_lock_landscape:before,
.mi-screen_lock_landscape:before {
  content: "\e1be";
}

.material-icons-screen_lock_portrait:before,
.mi-screen_lock_portrait:before {
  content: "\e1bf";
}

.material-icons-screen_lock_rotation:before,
.mi-screen_lock_rotation:before {
  content: "\e1c0";
}

.material-icons-screen_rotation:before,
.mi-screen_rotation:before {
  content: "\e1c1";
}

.material-icons-screen_share:before,
.mi-screen_share:before {
  content: "\e0e2";
}

.material-icons-sd_card:before,
.mi-sd_card:before {
  content: "\e623";
}

.material-icons-sd_storage:before,
.mi-sd_storage:before {
  content: "\e1c2";
}

.material-icons-search:before,
.mi-search:before {
  content: "\e8b6";
}

.material-icons-security:before,
.mi-security:before {
  content: "\e32a";
}

.material-icons-select_all:before,
.mi-select_all:before {
  content: "\e162";
}

.material-icons-send:before,
.mi-send:before {
  content: "\e163";
}

.material-icons-sentiment_dissatisfied:before,
.mi-sentiment_dissatisfied:before {
  content: "\e811";
}

.material-icons-sentiment_neutral:before,
.mi-sentiment_neutral:before {
  content: "\e812";
}

.material-icons-sentiment_satisfied:before,
.mi-sentiment_satisfied:before {
  content: "\e813";
}

.material-icons-sentiment_very_dissatisfied:before,
.mi-sentiment_very_dissatisfied:before {
  content: "\e814";
}

.material-icons-sentiment_very_satisfied:before,
.mi-sentiment_very_satisfied:before {
  content: "\e815";
}

.material-icons-settings:before,
.mi-settings:before {
  content: "\e8b8";
}

.material-icons-settings_applications:before,
.mi-settings_applications:before {
  content: "\e8b9";
}

.material-icons-settings_backup_restore:before,
.mi-settings_backup_restore:before {
  content: "\e8ba";
}

.material-icons-settings_bluetooth:before,
.mi-settings_bluetooth:before {
  content: "\e8bb";
}

.material-icons-settings_brightness:before,
.mi-settings_brightness:before {
  content: "\e8bd";
}

.material-icons-settings_cell:before,
.mi-settings_cell:before {
  content: "\e8bc";
}

.material-icons-settings_ethernet:before,
.mi-settings_ethernet:before {
  content: "\e8be";
}

.material-icons-settings_input_antenna:before,
.mi-settings_input_antenna:before {
  content: "\e8bf";
}

.material-icons-settings_input_component:before,
.mi-settings_input_component:before {
  content: "\e8c0";
}

.material-icons-settings_input_composite:before,
.mi-settings_input_composite:before {
  content: "\e8c1";
}

.material-icons-settings_input_hdmi:before,
.mi-settings_input_hdmi:before {
  content: "\e8c2";
}

.material-icons-settings_input_svideo:before,
.mi-settings_input_svideo:before {
  content: "\e8c3";
}

.material-icons-settings_overscan:before,
.mi-settings_overscan:before {
  content: "\e8c4";
}

.material-icons-settings_phone:before,
.mi-settings_phone:before {
  content: "\e8c5";
}

.material-icons-settings_power:before,
.mi-settings_power:before {
  content: "\e8c6";
}

.material-icons-settings_remote:before,
.mi-settings_remote:before {
  content: "\e8c7";
}

.material-icons-settings_system_daydream:before,
.mi-settings_system_daydream:before {
  content: "\e1c3";
}

.material-icons-settings_voice:before,
.mi-settings_voice:before {
  content: "\e8c8";
}

.material-icons-share:before,
.mi-share:before {
  content: "\e80d";
}

.material-icons-shop:before,
.mi-shop:before {
  content: "\e8c9";
}

.material-icons-shop_two:before,
.mi-shop_two:before {
  content: "\e8ca";
}

.material-icons-shopping_basket:before,
.mi-shopping_basket:before {
  content: "\e8cb";
}

.material-icons-shopping_cart:before,
.mi-shopping_cart:before {
  content: "\e8cc";
}

.material-icons-short_text:before,
.mi-short_text:before {
  content: "\e261";
}

.material-icons-show_chart:before,
.mi-show_chart:before {
  content: "\e6e1";
}

.material-icons-shuffle:before,
.mi-shuffle:before {
  content: "\e043";
}

.material-icons-signal_cellular_4_bar:before,
.mi-signal_cellular_4_bar:before {
  content: "\e1c8";
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before,
.mi-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.material-icons-signal_cellular_no_sim:before,
.mi-signal_cellular_no_sim:before {
  content: "\e1ce";
}

.material-icons-signal_cellular_null:before,
.mi-signal_cellular_null:before {
  content: "\e1cf";
}

.material-icons-signal_cellular_off:before,
.mi-signal_cellular_off:before {
  content: "\e1d0";
}

.material-icons-signal_wifi_4_bar:before,
.mi-signal_wifi_4_bar:before {
  content: "\e1d8";
}

.material-icons-signal_wifi_4_bar_lock:before,
.mi-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}

.material-icons-signal_wifi_off:before,
.mi-signal_wifi_off:before {
  content: "\e1da";
}

.material-icons-sim_card:before,
.mi-sim_card:before {
  content: "\e32b";
}

.material-icons-sim_card_alert:before,
.mi-sim_card_alert:before {
  content: "\e624";
}

.material-icons-skip_next:before,
.mi-skip_next:before {
  content: "\e044";
}

.material-icons-skip_previous:before,
.mi-skip_previous:before {
  content: "\e045";
}

.material-icons-slideshow:before,
.mi-slideshow:before {
  content: "\e41b";
}

.material-icons-slow_motion_video:before,
.mi-slow_motion_video:before {
  content: "\e068";
}

.material-icons-smartphone:before,
.mi-smartphone:before {
  content: "\e32c";
}

.material-icons-smoke_free:before,
.mi-smoke_free:before {
  content: "\eb4a";
}

.material-icons-smoking_rooms:before,
.mi-smoking_rooms:before {
  content: "\eb4b";
}

.material-icons-sms:before,
.mi-sms:before {
  content: "\e625";
}

.material-icons-sms_failed:before,
.mi-sms_failed:before {
  content: "\e626";
}

.material-icons-snooze:before,
.mi-snooze:before {
  content: "\e046";
}

.material-icons-sort:before,
.mi-sort:before {
  content: "\e164";
}

.material-icons-sort_by_alpha:before,
.mi-sort_by_alpha:before {
  content: "\e053";
}

.material-icons-spa:before,
.mi-spa:before {
  content: "\eb4c";
}

.material-icons-space_bar:before,
.mi-space_bar:before {
  content: "\e256";
}

.material-icons-speaker:before,
.mi-speaker:before {
  content: "\e32d";
}

.material-icons-speaker_group:before,
.mi-speaker_group:before {
  content: "\e32e";
}

.material-icons-speaker_notes:before,
.mi-speaker_notes:before {
  content: "\e8cd";
}

.material-icons-speaker_notes_off:before,
.mi-speaker_notes_off:before {
  content: "\e92a";
}

.material-icons-speaker_phone:before,
.mi-speaker_phone:before {
  content: "\e0d2";
}

.material-icons-spellcheck:before,
.mi-spellcheck:before {
  content: "\e8ce";
}

.material-icons-star:before,
.mi-star:before {
  content: "\e838";
}

.material-icons-star_border:before,
.mi-star_border:before {
  content: "\e83a";
}

.material-icons-star_half:before,
.mi-star_half:before {
  content: "\e839";
}

.material-icons-stars:before,
.mi-stars:before {
  content: "\e8d0";
}

.material-icons-stay_current_landscape:before,
.mi-stay_current_landscape:before {
  content: "\e0d3";
}

.material-icons-stay_current_portrait:before,
.mi-stay_current_portrait:before {
  content: "\e0d4";
}

.material-icons-stay_primary_landscape:before,
.mi-stay_primary_landscape:before {
  content: "\e0d5";
}

.material-icons-stay_primary_portrait:before,
.mi-stay_primary_portrait:before {
  content: "\e0d6";
}

.material-icons-stop:before,
.mi-stop:before {
  content: "\e047";
}

.material-icons-stop_screen_share:before,
.mi-stop_screen_share:before {
  content: "\e0e3";
}

.material-icons-storage:before,
.mi-storage:before {
  content: "\e1db";
}

.material-icons-store:before,
.mi-store:before {
  content: "\e8d1";
}

.material-icons-store_mall_directory:before,
.mi-store_mall_directory:before {
  content: "\e563";
}

.material-icons-straighten:before,
.mi-straighten:before {
  content: "\e41c";
}

.material-icons-streetview:before,
.mi-streetview:before {
  content: "\e56e";
}

.material-icons-strikethrough_s:before,
.mi-strikethrough_s:before {
  content: "\e257";
}

.material-icons-style:before,
.mi-style:before {
  content: "\e41d";
}

.material-icons-subdirectory_arrow_left:before,
.mi-subdirectory_arrow_left:before {
  content: "\e5d9";
}

.material-icons-subdirectory_arrow_right:before,
.mi-subdirectory_arrow_right:before {
  content: "\e5da";
}

.material-icons-subject:before,
.mi-subject:before {
  content: "\e8d2";
}

.material-icons-subscriptions:before,
.mi-subscriptions:before {
  content: "\e064";
}

.material-icons-subtitles:before,
.mi-subtitles:before {
  content: "\e048";
}

.material-icons-subway:before,
.mi-subway:before {
  content: "\e56f";
}

.material-icons-supervisor_account:before,
.mi-supervisor_account:before {
  content: "\e8d3";
}

.material-icons-surround_sound:before,
.mi-surround_sound:before {
  content: "\e049";
}

.material-icons-swap_calls:before,
.mi-swap_calls:before {
  content: "\e0d7";
}

.material-icons-swap_horiz:before,
.mi-swap_horiz:before {
  content: "\e8d4";
}

.material-icons-swap_vert:before,
.mi-swap_vert:before {
  content: "\e8d5";
}

.material-icons-swap_vertical_circle:before,
.mi-swap_vertical_circle:before {
  content: "\e8d6";
}

.material-icons-switch_camera:before,
.mi-switch_camera:before {
  content: "\e41e";
}

.material-icons-switch_video:before,
.mi-switch_video:before {
  content: "\e41f";
}

.material-icons-sync:before,
.mi-sync:before {
  content: "\e627";
}

.material-icons-sync_disabled:before,
.mi-sync_disabled:before {
  content: "\e628";
}

.material-icons-sync_problem:before,
.mi-sync_problem:before {
  content: "\e629";
}

.material-icons-system_update:before,
.mi-system_update:before {
  content: "\e62a";
}

.material-icons-system_update_alt:before,
.mi-system_update_alt:before {
  content: "\e8d7";
}

.material-icons-tab:before,
.mi-tab:before {
  content: "\e8d8";
}

.material-icons-tab_unselected:before,
.mi-tab_unselected:before {
  content: "\e8d9";
}

.material-icons-tablet:before,
.mi-tablet:before {
  content: "\e32f";
}

.material-icons-tablet_android:before,
.mi-tablet_android:before {
  content: "\e330";
}

.material-icons-tablet_mac:before,
.mi-tablet_mac:before {
  content: "\e331";
}

.material-icons-tag_faces:before,
.mi-tag_faces:before {
  content: "\e420";
}

.material-icons-tap_and_play:before,
.mi-tap_and_play:before {
  content: "\e62b";
}

.material-icons-terrain:before,
.mi-terrain:before {
  content: "\e564";
}

.material-icons-text_fields:before,
.mi-text_fields:before {
  content: "\e262";
}

.material-icons-text_format:before,
.mi-text_format:before {
  content: "\e165";
}

.material-icons-textsms:before,
.mi-textsms:before {
  content: "\e0d8";
}

.material-icons-texture:before,
.mi-texture:before {
  content: "\e421";
}

.material-icons-theaters:before,
.mi-theaters:before {
  content: "\e8da";
}

.material-icons-thumb_down:before,
.mi-thumb_down:before {
  content: "\e8db";
}

.material-icons-thumb_up:before,
.mi-thumb_up:before {
  content: "\e8dc";
}

.material-icons-thumbs_up_down:before,
.mi-thumbs_up_down:before {
  content: "\e8dd";
}

.material-icons-time_to_leave:before,
.mi-time_to_leave:before {
  content: "\e62c";
}

.material-icons-timelapse:before,
.mi-timelapse:before {
  content: "\e422";
}

.material-icons-timeline:before,
.mi-timeline:before {
  content: "\e922";
}

.material-icons-timer:before,
.mi-timer:before {
  content: "\e425";
}

.material-icons-timer_10:before,
.mi-timer_10:before {
  content: "\e423";
}

.material-icons-timer_3:before,
.mi-timer_3:before {
  content: "\e424";
}

.material-icons-timer_off:before,
.mi-timer_off:before {
  content: "\e426";
}

.material-icons-title:before,
.mi-title:before {
  content: "\e264";
}

.material-icons-toc:before,
.mi-toc:before {
  content: "\e8de";
}

.material-icons-today:before,
.mi-today:before {
  content: "\e8df";
}

.material-icons-toll:before,
.mi-toll:before {
  content: "\e8e0";
}

.material-icons-tonality:before,
.mi-tonality:before {
  content: "\e427";
}

.material-icons-touch_app:before,
.mi-touch_app:before {
  content: "\e913";
}

.material-icons-toys:before,
.mi-toys:before {
  content: "\e332";
}

.material-icons-track_changes:before,
.mi-track_changes:before {
  content: "\e8e1";
}

.material-icons-traffic:before,
.mi-traffic:before {
  content: "\e565";
}

.material-icons-train:before,
.mi-train:before {
  content: "\e570";
}

.material-icons-tram:before,
.mi-tram:before {
  content: "\e571";
}

.material-icons-transfer_within_a_station:before,
.mi-transfer_within_a_station:before {
  content: "\e572";
}

.material-icons-transform:before,
.mi-transform:before {
  content: "\e428";
}

.material-icons-translate:before,
.mi-translate:before {
  content: "\e8e2";
}

.material-icons-trending_down:before,
.mi-trending_down:before {
  content: "\e8e3";
}

.material-icons-trending_flat:before,
.mi-trending_flat:before {
  content: "\e8e4";
}

.material-icons-trending_up:before,
.mi-trending_up:before {
  content: "\e8e5";
}

.material-icons-tune:before,
.mi-tune:before {
  content: "\e429";
}

.material-icons-turned_in:before,
.mi-turned_in:before {
  content: "\e8e6";
}

.material-icons-turned_in_not:before,
.mi-turned_in_not:before {
  content: "\e8e7";
}

.material-icons-tv:before,
.mi-tv:before {
  content: "\e333";
}

.material-icons-unarchive:before,
.mi-unarchive:before {
  content: "\e169";
}

.material-icons-undo:before,
.mi-undo:before {
  content: "\e166";
}

.material-icons-unfold_less:before,
.mi-unfold_less:before {
  content: "\e5d6";
}

.material-icons-unfold_more:before,
.mi-unfold_more:before {
  content: "\e5d7";
}

.material-icons-update:before,
.mi-update:before {
  content: "\e923";
}

.material-icons-usb:before,
.mi-usb:before {
  content: "\e1e0";
}

.material-icons-verified_user:before,
.mi-verified_user:before {
  content: "\e8e8";
}

.material-icons-vertical_align_bottom:before,
.mi-vertical_align_bottom:before {
  content: "\e258";
}

.material-icons-vertical_align_center:before,
.mi-vertical_align_center:before {
  content: "\e259";
}

.material-icons-vertical_align_top:before,
.mi-vertical_align_top:before {
  content: "\e25a";
}

.material-icons-vibration:before,
.mi-vibration:before {
  content: "\e62d";
}

.material-icons-video_call:before,
.mi-video_call:before {
  content: "\e070";
}

.material-icons-video_label:before,
.mi-video_label:before {
  content: "\e071";
}

.material-icons-video_library:before,
.mi-video_library:before {
  content: "\e04a";
}

.material-icons-videocam:before,
.mi-videocam:before {
  content: "\e04b";
}

.material-icons-videocam_off:before,
.mi-videocam_off:before {
  content: "\e04c";
}

.material-icons-videogame_asset:before,
.mi-videogame_asset:before {
  content: "\e338";
}

.material-icons-view_agenda:before,
.mi-view_agenda:before {
  content: "\e8e9";
}

.material-icons-view_array:before,
.mi-view_array:before {
  content: "\e8ea";
}

.material-icons-view_carousel:before,
.mi-view_carousel:before {
  content: "\e8eb";
}

.material-icons-view_column:before,
.mi-view_column:before {
  content: "\e8ec";
}

.material-icons-view_comfy:before,
.mi-view_comfy:before {
  content: "\e42a";
}

.material-icons-view_compact:before,
.mi-view_compact:before {
  content: "\e42b";
}

.material-icons-view_day:before,
.mi-view_day:before {
  content: "\e8ed";
}

.material-icons-view_headline:before,
.mi-view_headline:before {
  content: "\e8ee";
}

.material-icons-view_list:before,
.mi-view_list:before {
  content: "\e8ef";
}

.material-icons-view_module:before,
.mi-view_module:before {
  content: "\e8f0";
}

.material-icons-view_quilt:before,
.mi-view_quilt:before {
  content: "\e8f1";
}

.material-icons-view_stream:before,
.mi-view_stream:before {
  content: "\e8f2";
}

.material-icons-view_week:before,
.mi-view_week:before {
  content: "\e8f3";
}

.material-icons-vignette:before,
.mi-vignette:before {
  content: "\e435";
}

.material-icons-visibility:before,
.mi-visibility:before {
  content: "\e8f4";
}

.material-icons-visibility_off:before,
.mi-visibility_off:before {
  content: "\e8f5";
}

.material-icons-voice_chat:before,
.mi-voice_chat:before {
  content: "\e62e";
}

.material-icons-voicemail:before,
.mi-voicemail:before {
  content: "\e0d9";
}

.material-icons-volume_down:before,
.mi-volume_down:before {
  content: "\e04d";
}

.material-icons-volume_mute:before,
.mi-volume_mute:before {
  content: "\e04e";
}

.material-icons-volume_off:before,
.mi-volume_off:before {
  content: "\e04f";
}

.material-icons-volume_up:before,
.mi-volume_up:before {
  content: "\e050";
}

.material-icons-vpn_key:before,
.mi-vpn_key:before {
  content: "\e0da";
}

.material-icons-vpn_lock:before,
.mi-vpn_lock:before {
  content: "\e62f";
}

.material-icons-wallpaper:before,
.mi-wallpaper:before {
  content: "\e1bc";
}

.material-icons-warning:before,
.mi-warning:before {
  content: "\e002";
}

.material-icons-watch:before,
.mi-watch:before {
  content: "\e334";
}

.material-icons-watch_later:before,
.mi-watch_later:before {
  content: "\e924";
}

.material-icons-wb_auto:before,
.mi-wb_auto:before {
  content: "\e42c";
}

.material-icons-wb_cloudy:before,
.mi-wb_cloudy:before {
  content: "\e42d";
}

.material-icons-wb_incandescent:before,
.mi-wb_incandescent:before {
  content: "\e42e";
}

.material-icons-wb_iridescent:before,
.mi-wb_iridescent:before {
  content: "\e436";
}

.material-icons-wb_sunny:before,
.mi-wb_sunny:before {
  content: "\e430";
}

.material-icons-wc:before,
.mi-wc:before {
  content: "\e63d";
}

.material-icons-web:before,
.mi-web:before {
  content: "\e051";
}

.material-icons-web_asset:before,
.mi-web_asset:before {
  content: "\e069";
}

.material-icons-weekend:before,
.mi-weekend:before {
  content: "\e16b";
}

.material-icons-whatshot:before,
.mi-whatshot:before {
  content: "\e80e";
}

.material-icons-widgets:before,
.mi-widgets:before {
  content: "\e1bd";
}

.material-icons-wifi:before,
.mi-wifi:before {
  content: "\e63e";
}

.material-icons-wifi_lock:before,
.mi-wifi_lock:before {
  content: "\e1e1";
}

.material-icons-wifi_tethering:before,
.mi-wifi_tethering:before {
  content: "\e1e2";
}

.material-icons-work:before,
.mi-work:before {
  content: "\e8f9";
}

.material-icons-wrap_text:before,
.mi-wrap_text:before {
  content: "\e25b";
}

.material-icons-youtube_searched_for:before,
.mi-youtube_searched_for:before {
  content: "\e8fa";
}

.material-icons-zoom_in:before,
.mi-zoom_in:before {
  content: "\e8ff";
}

.material-icons-zoom_out:before,
.mi-zoom_out:before {
  content: "\e900";
}

.material-icons-zoom_out_map:before,
.mi-zoom_out_map:before {
  content: "\e56b";
}

/*
Flaticon icon font: Flaticon
Creation date: 11/11/2020 14:33
*/
@font-face {
  font-family: "Flaticon";
  src: url("./icon/Flaticon.eot?v=1.057");
  src: url("./icon/Flaticon.eot?#iefix") format("embedded-opentype"), url("./icon/Flaticon.woff2?v=1.057") format("woff2"), url("./icon/Flaticon.woff?v=1.057") format("woff"), url("./icon/Flaticon.ttf?v=1.057") format("truetype"), url("./icon/Flaticon.svg?v=1.057#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./icon/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-twitter:before {
  content: "\f100";
}

.flaticon-linkedin:before {
  content: "\f101";
}

.flaticon-upload:before {
  content: "\f102";
}

.flaticon-new-email-envelope:before {
  content: "\f103";
}

.flaticon-female-user-avatar:before {
  content: "\f104";
}

.flaticon-graduate-cap:before {
  content: "\f105";
}

.flaticon-prize:before {
  content: "\f106";
}

.flaticon-home:before {
  content: "\f107";
}

.flaticon-flag:before {
  content: "\f108";
}

.flaticon-like:before {
  content: "\f109";
}

.flaticon-star:before {
  content: "\f10a";
}

.flaticon-calendar:before {
  content: "\f10b";
}

.flaticon-facebook-logo:before {
  content: "\f10c";
}

.flaticon-up-arrow:before {
  content: "\f10d";
}

.flaticon-upload-1:before {
  content: "\f10e";
}

.flaticon-text-quotes:before {
  content: "\f10f";
}

.flaticon-pencil-edit-button:before {
  content: "\f110";
}

.flaticon-prize-1:before {
  content: "\f111";
}

.flaticon-bullhorn:before {
  content: "\f112";
}

.flaticon-cancel:before {
  content: "\f113";
}

.flaticon-success:before {
  content: "\f114";
}

.flaticon-birthday-cake-with-one-burning-candle:before {
  content: "\f115";
}

.flaticon-smartphone-call:before {
  content: "\f116";
}

.flaticon-envelope:before {
  content: "\f117";
}

.flaticon-user:before {
  content: "\f118";
}

.flaticon-link:before {
  content: "\f119";
}

.flaticon-down-chevron:before {
  content: "\f11a";
}

.flaticon-add-button-inside-black-circle:before {
  content: "\f11b";
}

.flaticon-right-arrow:before {
  content: "\f11c";
}

.flaticon-magnifying-glass:before {
  content: "\f11d";
}

.flaticon-magnifying-glass-1:before {
  content: "\f11e";
}

.flaticon-menu:before {
  content: "\f11f";
}

.flaticon-add-user:before {
  content: "\f120";
}

.flaticon-bell:before {
  content: "\f121";
}

.flaticon-email:before {
  content: "\f122";
}

.flaticon-idea:before {
  content: "\f123";
}

.flaticon-flag-1:before {
  content: "\f124";
}

.flaticon-menu-1:before {
  content: "\f125";
}

.flaticon-round-add-button:before {
  content: "\f126";
}

.flaticon-next:before {
  content: "\f127";
}

.flaticon-back:before {
  content: "\f128";
}

.flaticon-bottom:before {
  content: "\f129";
}

.flaticon-upload-2:before {
  content: "\f12a";
}

.flaticon-upload-3:before {
  content: "\f12b";
}

.flaticon-chevron:before {
  content: "\f12c";
}

.flaticon-like-1:before {
  content: "\f12d";
}

.flaticon-family:before {
  content: "\f12e";
}

.flaticon-idea-1:before {
  content: "\f12f";
}

.flaticon-user-1:before {
  content: "\f130";
}

.flaticon-cross:before {
  content: "\f131";
}

.flaticon-male-sign:before {
  content: "\f132";
}

.flaticon-woman:before {
  content: "\f133";
}

.flaticon-woman-1:before {
  content: "\f134";
}

.flaticon-university:before {
  content: "\f135";
}

.flaticon-businesswoman:before {
  content: "\f136";
}

.flaticon-rocket:before {
  content: "\f137";
}

.flaticon-magnifying-search-lenses-tool:before {
  content: "\f138";
}

.flaticon-information-button:before {
  content: "\f139";
}

.flaticon-photograph:before {
  content: "\f13a";
}

.flaticon-right-arrow-1:before {
  content: "\f13b";
}

.flaticon-upload-4:before {
  content: "\f13c";
}

.flaticon-up-arrow-2:before {
  content: "\f13d";
}

.flaticon-files-and-folders:before {
  content: "\f13e";
}

.flaticon-user-2:before {
  content: "\f13f";
}

.flaticon-refer:before {
  content: "\f140";
}

.flaticon-share:before {
  content: "\f141";
}

.flaticon-business-and-finance:before {
  content: "\f142";
}

.flaticon-show:before {
  content: "\f143";
}

.flaticon-asterisk-black-star-shape:before {
  content: "\f144";
}

.flaticon-mace:before {
  content: "\f145";
}

.flaticon-speaker:before {
  content: "\f146";
}

.flaticon-kitesurf:before {
  content: "\f147";
}

.flaticon-facebook-logo-1:before {
  content: "\f148";
}

.flaticon-twitter-1:before {
  content: "\f149";
}

.flaticon-linkedin-1:before {
  content: "\f14a";
}

.flaticon-whatsapp:before {
  content: "\f14b";
}

.flaticon-flag-pole-with-black-flag:before {
  content: "\f14c";
}

.flaticon-hide:before {
  content: "\f14d";
}

.flaticon-eye:before {
  content: "\f14e";
}

.flaticon-tag:before {
  content: "\f14f";
}

.flaticon-home-1:before {
  content: "\f150";
}

.flaticon-envelope-1:before {
  content: "\f151";
}

.flaticon-stick-man-walking:before {
  content: "\f152";
}

.flaticon-select:before {
  content: "\f153";
}

.flaticon-menu-2:before {
  content: "\f154";
}

.flaticon-review:before {
  content: "\f155";
}

.flaticon-follower:before {
  content: "\f156";
}

.flaticon-network:before {
  content: "\f157";
}

.flaticon-download:before {
  content: "\f158";
}

.flaticon-share-1:before {
  content: "\f159";
}

.flaticon-cake:before {
  content: "\f15a";
}

.flaticon-home-2:before {
  content: "\f15b";
}

.flaticon-plus:before {
  content: "\f15c";
}

.flaticon-tick:before {
  content: "\f15d";
}

.flaticon-delete:before {
  content: "\f15e";
}

.flaticon-view:before {
  content: "\f15f";
}

.flaticon-edit:before {
  content: "\f160";
}

.flaticon-next-1:before {
  content: "\f161";
}

.flaticon-back-1:before {
  content: "\f162";
}

.flaticon-menu-3:before {
  content: "\f163";
}

.flaticon-block:before {
  content: "\f164";
}

.flaticon-user-3:before {
  content: "\f165";
}

.flaticon-copy:before {
  content: "\f166";
}

.flaticon-paste:before {
  content: "\f167";
}

.flaticon-teamwork:before {
  content: "\f168";
}

.flaticon-spaceship:before {
  content: "\f169";
}

.flaticon-paper-plane:before {
  content: "\f16a";
}

.flaticon-portfolio:before {
  content: "\f16b";
}

.flaticon-transfer:before {
  content: "\f16c";
}

.flaticon-checked:before {
  content: "\f16d";
}

.flaticon-x-mark:before {
  content: "\f16e";
}

.flaticon-send:before {
  content: "\f16f";
}

.flaticon-clock:before {
  content: "\f170";
}

.flaticon-refresh:before {
  content: "\f171";
}

.flaticon-recycle:before {
  content: "\f172";
}

.flaticon-trophy:before {
  content: "\f173";
}

.flaticon-timetable:before {
  content: "\f174";
}

.flaticon-bookmark-tag:before {
  content: "\f175";
}

.flaticon-share-2:before {
  content: "\f176";
}

.flaticon-speech-bubble:before {
  content: "\f177";
}

.flaticon-plus-1:before {
  content: "\f178";
}

.flaticon-filter:before {
  content: "\f179";
}

.flaticon-copy-1:before {
  content: "\f17a";
}

.flaticon-eye-1:before {
  content: "\f17b";
}

.flaticon-chat:before {
  content: "\f17c";
}

.flaticon-share-3:before {
  content: "\f17d";
}

.flaticon-woman-2:before {
  content: "\f17e";
}

.flaticon-calendar-1:before {
  content: "\f17f";
}

.flaticon-question:before {
  content: "\f180";
}

.flaticon-shield:before {
  content: "\f181";
}

.flaticon-right-arrow-2:before {
  content: "\f182";
}

.flaticon-bag:before {
  content: "\f183";
}

.flaticon-like-2:before {
  content: "\f184";
}

.flaticon-idea-2:before {
  content: "\f185";
}

.flaticon-facebook-group:before {
  content: "\f186";
}

.flaticon-video-camera:before {
  content: "\f187";
}

.flaticon-clip:before {
  content: "\f188";
}

.flaticon-right-arrow-of-straight-thin-line:before {
  content: "\f189";
}

.flaticon-youtube:before {
  content: "\f18a";
}

.flaticon-at:before {
  content: "\f18b";
}

.flaticon-shield-1:before {
  content: "\f18c";
}

.flaticon-down-arrow:before {
  content: "\f18d";
}

.flaticon-gender:before {
  content: "\f18e";
}

.flaticon-mic:before {
  content: "\f18f";
}

.flaticon-gmail:before {
  content: "\f190";
}

.flaticon-instagram:before {
  content: "\f191";
}

.flaticon-back-2:before {
  content: "\f192";
}

.flaticon-next-2:before, .boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li ~ li:before {
  content: "\f193";
}

.flaticon-copy-2:before {
  content: "\f194";
}

.flaticon-copy-3:before {
  content: "\f195";
}

.flaticon-raton-macintosh:before {
  content: "\f196";
}

.flaticon-raton:before {
  content: "\f197";
}

@font-face {
  font-family: "iconwomenalia";
  src: url("./../icon/iconwomenalia/fonts/iconwomenalia.eot?3j6ibj");
  src: url("./../icon/iconwomenalia/fonts/iconwomenalia.eot?3j6ibj#iefix") format("embedded-opentype"), url("./../icon/iconwomenalia/fonts/iconwomenalia.ttf?3j6ibj") format("truetype"), url("./../icon/iconwomenalia/fonts/iconwomenalia.woff?3j6ibj") format("woff"), url("./../icon/iconwomenalia/fonts/iconwomenalia.svg?3j6ibj#iconwomenalia") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=iconwomenalia-], [class*=" iconwomenalia-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconwomenalia" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconwomenalia-instagram:before {
  content: "\e900";
}

.iconwomenalia-icon-mi-camino:before {
  content: "\e901";
}

.iconwomenalia-womenalia-corto-w:before {
  content: "\e902";
}

.iconwomenalia-womenalia-corto:before {
  content: "\e903";
}

.iconwomenalia-icono-4:before {
  content: "\e904";
}

@font-face {
  font-family: "womenalia-icons";
  src: url("./../icon/womenalia-icons-v1.0/fonts/womenalia-icons.eot?tst0on");
  src: url("./../icon/womenalia-icons-v1.0/fonts/womenalia-icons.eot?tst0on#iefix") format("embedded-opentype"), url("./../icon/womenalia-icons-v1.0/fonts/womenalia-icons.ttf?tst0on") format("truetype"), url("./../icon/womenalia-icons-v1.0/fonts/womenalia-icons.woff?tst0on") format("woff"), url("./../icon/womenalia-icons-v1.0/fonts/womenalia-icons.svg?tst0on#womenalia-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=womenalia-icons-], [class*=" womenalia-icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "womenalia-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.womenalia-icons-editar:before {
  content: "\e90b";
}

.womenalia-icons-Nuevos_Contactos:before {
  content: "\e90c";
}

.womenalia-icons-Palabras_por_las_que_te_encuentran:before {
  content: "\e90d";
}

.womenalia-icons-Visitas_a_tu_perfil:before {
  content: "\e90e";
}

.womenalia-icons-Inicio:before {
  content: "\e900";
}

.womenalia-icons-biografia:before {
  content: "\e901";
}

.womenalia-icons-Experiencia_Laboral:before {
  content: "\e902";
}

.womenalia-icons-Educacin:before {
  content: "\e903";
}

.womenalia-icons-Cursos_y_certificados:before {
  content: "\e904";
}

.womenalia-icons-Idiomas:before {
  content: "\e905";
}

.womenalia-icons-Voluntariado:before {
  content: "\e906";
}

.womenalia-icons-Logros:before {
  content: "\e907";
}

.womenalia-icons-Conocimientos:before {
  content: "\e908";
}

.womenalia-icons-Ajuste_y_Privacidad:before {
  content: "\e909";
}

.womenalia-icons-Mas_informacin:before {
  content: "\e90a";
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

html,
body {
  font-family: "Roboto-Regular";
  text-rendering: optimizeLegibility;
  color: #2d2e2e;
  font-size: 13px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

section {
  font-size: 15px;
}
@media screen and (max-width: 991.98px) {
  section {
    font-size: 14px;
  }
}
section.min-position {
  min-height: 600px !important;
}

.sticky-header {
  padding-top: 56px;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a > :first-child:not([class]) {
  display: inherit;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
b.semi.extra, b,
strong.semi.extra,
strong {
  font-family: "Roboto-Bold";
}
b.semi,
strong.semi {
  font-family: "Roboto-Medium";
}
b.extra,
strong.extra {
  font-family: "Roboto-Black";
}

.light {
  font-family: "Roboto-Light";
}

p {
  word-break: break-word;
}

h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  font-weight: normal;
  word-break: break-word;
}

h1,
.h1 {
  color: #000;
  font-size: 2.769rem;
}
h1:not(.nonefonts),
.h1:not(.nonefonts) {
  font-family: "Roboto-Light";
}
h1 .bold,
.h1 .bold {
  font-family: "Roboto-Bold";
}

h2,
.h2 {
  color: #000;
  font-size: 2.538rem;
}
h2.light,
.h2.light {
  font-family: "Roboto-Light";
}

h3,
.h3 {
  font-size: 2.462rem;
}
h3:not(.nonefonts),
.h3:not(.nonefonts) {
  font-family: "Roboto-Light";
}
h3 .color,
.h3 .color {
  color: #ff3667;
}

h4,
.h4 {
  font-family: "Roboto-Regular";
  color: #000;
  font-size: 2.308rem;
}
h4 .bold,
.h4 .bold {
  font-family: "Roboto-Bold";
}

h5,
.h5 {
  font-family: "Roboto-Regular";
  color: #000;
  font-size: 1.846rem;
}
h5 .bold,
.h5 .bold {
  font-family: "Roboto-Bold";
}

h6,
.h6 {
  font-family: "Roboto-Regular";
  color: #000;
  font-size: 1.385rem;
}
h6 .color,
.h6 .color {
  color: #ff3667;
}
h6 .bold,
.h6 .bold {
  color: #ff3667;
}

img.btn-block {
  object-fit: contain;
}

i:not([class]) {
  font-family: "OpenSans-Italic";
  font-weight: normal;
  font-style: normal;
}

.no-lista {
  margin-bottom: 0;
  list-style: none;
}
.no-lista::after {
  clear: both;
  content: "";
  display: block;
}
.no-lista:not(.col):not([class*=col-]):not(.container):not([class*=container-]) {
  padding-left: 0;
}

.table-row {
  display: table;
  width: 100%;
  height: 100%;
}
.table-row .cell-row {
  display: table-cell;
  vertical-align: middle;
  line-height: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
}
.table-row .cell-row .center-row {
  display: inline-block;
  line-height: normal;
  width: 100%;
  height: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: initial;
}
.table-row .cell-row .center-row::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (max-width: 575.98px) {
  .table-row .cell-row .center-row {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.masket,
.masketo,
.masketsearch,
.masket-sliderDashboard,
.masket-menuresponsive {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 42, 41, 0.5);
  z-index: 49;
}

.masketo {
  z-index: 51;
}

.masket-menuresponsive {
  z-index: 1;
}

.modal-backdrop {
  display: none !important;
  width: 100% !important;
  height: 100% !important;
}

.fechanumber ul {
  display: inline-block;
  background-color: #FFF;
  margin-bottom: 1rem;
}
.fechanumber ul li {
  margin-bottom: 0;
  text-align: center;
}
.fechanumber ul li:first-child {
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.7rem;
  min-width: 5.5rem;
  padding: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .fechanumber ul li:first-child {
    font-size: 1.3rem;
    min-width: 4rem;
    padding: 0.3rem;
  }
}
.fechanumber ul li:last-child {
  padding: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  .fechanumber ul li:last-child {
    font-size: 0.9rem;
  }
}

.modal {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-dialog {
  margin: 0;
  width: 100%;
  pointer-events: initial;
}
.modal .modal-dialog .modal-content {
  border-radius: 0.75rem;
  border: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header img[src*=".svg"] {
  display: inline-block;
  margin-bottom: 1rem;
  max-width: 5rem;
}
@media screen and (max-width: 767.98px) {
  .modal .modal-dialog .modal-content .modal-header img[src*=".svg"] {
    max-width: 4.75rem;
  }
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.4rem;
  margin-right: 1rem;
  padding: 0;
  line-height: 100%;
  opacity: 1;
  z-index: 10;
}
.modal .modal-dialog .modal-content .modal-header .close i {
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 0;
  color: #000;
}
.modal .modal-dialog .modal-content .modal-header .close i[class*=material-icons-] {
  font-size: 2.4rem;
}
.modal .modal-dialog .modal-content > div {
  padding: 0 1.5rem;
  border: 0;
}

.modal2 .modal-dialog.max-micaminoecommerce {
  position: relative;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content {
  position: relative;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(100vh - 4rem);
  min-height: 40rem;
  max-height: 70rem;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-header {
  padding: 0;
  border: 0;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-header .close {
  position: relative;
  margin: 0;
  margin-left: auto;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-header .close i {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 0;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body {
  padding: 0;
  border: 0;
  height: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .textbannerhome {
    padding: 0;
    margin-top: 0;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home span {
    display: none;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home h1.title {
    font-family: "Roboto-Bold";
    display: block !important;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.4;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home > .row > div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    margin-top: -2rem;
    box-shadow: 0px 6px 10px 0px rgba(176, 176, 176, 0.2509803922);
    padding: 0.75rem 1rem;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home > .row > div:nth-child(2) ul {
    margin-bottom: 0;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .infobanner-home > .row > div:nth-child(2) > .row > div:last-child {
    display: none;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body h1.title.title-principal {
    display: none;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .count-text-article {
    margin-top: 0;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body .listredesbanner {
    display: none;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome {
    justify-content: center;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li:first-child p {
    font-size: 1.3rem;
    text-align: center;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li:not(:first-child) {
    margin-left: 1.75rem;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li:not(:first-child) p {
    font-size: 1.2rem;
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li:not(:first-child) p:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 1.5rem;
    height: 0.3rem;
    background-color: #4bbeaa;
    transform: translateY(-50%);
  }
  .modal2 .modal-dialog.max-micaminoecommerce > .modal-content > .modal-body ul.count-infobannerhome li > .row {
    justify-content: center;
    margin-bottom: 1.5rem;
  }
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content .alert.alert-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  padding-right: 1rem;
  z-index: 2;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content .alert.alert-color p {
  margin-bottom: 0;
}
.modal2 .modal-dialog.max-micaminoecommerce > .modal-content .alert.alert-color .btn {
  border-color: #FFF;
  width: 100%;
  max-width: 17rem;
}

.modal .center-row.max-actitud {
  max-width: 650px;
}
.modal .center-row.max-calendario {
  max-width: 550px;
}
.modal .center-row.max-etiqueta {
  max-width: 650px;
}
.modal .center-row.max-mensaje {
  max-width: 650px;
}
.modal .center-row.max-edicionbloghome {
  max-width: 650px;
}
.modal .center-row.max-edicionbloghome .modal-content {
  width: 97%;
  margin-right: auto;
  margin-left: auto;
}
.modal .center-row.max-biografia {
  max-width: 1000px;
}
.modal .center-row.max-categoryadmin {
  max-width: 550px;
}
.modal .center-row.max-calendario2 {
  max-width: 350px;
}
.modal .center-row.max-calendario2 .form-group #range_start {
  border: none;
  font-size: 1.2rem;
  text-align: center;
}
.modal .center-row.max-calendario2 .ui-datepicker {
  width: 100%;
}
.modal .center-row.max-miniatura {
  max-width: 550px;
}
.modal .center-row.max-configuracionCookies {
  max-width: 600px;
}
.modal .center-row.max-micaminoecommerce {
  max-width: 1600px;
}
.modal .center-row.max-micaminoecommercevideo {
  max-width: 1200px;
}
@media screen and (min-width: 1400px) {
  .modal .center-row.max-micaminoecommercevideo {
    max-width: 1500px;
  }
}
.modal .center-row.max-confirmacion {
  max-width: 450px;
}
.modal .center-row.max-completarperfil {
  max-width: 550px;
}
.modal .center-row.max-intereses {
  max-width: 500px;
}

.alert.alert-float {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 55rem;
  border-radius: 0.5rem;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .alert.alert-float {
    width: 90%;
  }
}
.alert.alert-float .subtitle {
  margin-bottom: 0.5rem;
}

.upbotton {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  margin-right: 2rem;
  margin-bottom: 6rem;
  z-index: 10;
}
.upbotton .btn {
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 4rem;
  height: 4rem;
}
.upbotton .btn i {
  margin-left: 0;
  font-size: 1.4rem;
}

.form-group {
  position: relative;
}
.form-group::after {
  clear: both;
  content: "";
  display: block;
}
.form-group span {
  display: block;
  line-height: 100%;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
.form-group span:not(:last-child) {
  min-height: 1.2rem;
}
.form-group span p {
  display: inline-block;
  font-size: 0.8rem;
  color: #2d2e2e;
  margin-bottom: 0;
  margin-right: 0.2rem;
}
.form-group span:last-child {
  margin-bottom: 0;
}
.form-group span[role=text] {
  font-size: 0.8rem;
  padding-left: 0;
  text-align: right;
  margin-top: 0.3rem;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .form-group span[role=text] {
    font-size: 0.85rem;
  }
}
.form-group .ngb-dp-navigation-chevron {
  padding-left: 0px;
  padding-right: 0px;
}
.form-group label:first-child {
  padding-left: 1rem;
  line-height: 100%;
}
.form-group label + div {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
}
.form-group label + div select.form-control, .form-group label + div .amsify-suggestags-area select.amsify-suggestags-input-area, .amsify-suggestags-area .form-group label + div select.amsify-suggestags-input-area {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  padding-right: 50px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  .form-group label + div select.form-control, .form-group label + div .amsify-suggestags-area select.amsify-suggestags-input-area, .amsify-suggestags-area .form-group label + div select.amsify-suggestags-input-area {
    padding-right: 35px;
  }
}
.form-group label + div .selecticon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 575.98px) {
  .form-group label + div .selecticon {
    width: 35px;
  }
}
.form-group label + div .selecticon i {
  font-size: 1rem;
  line-height: 100%;
  color: #2d2e2e;
}
.form-group .form-control, .form-group .amsify-suggestags-area .amsify-suggestags-input-area, .amsify-suggestags-area .form-group .amsify-suggestags-input-area {
  padding: 0.7rem 1rem;
  height: auto;
  min-height: 3.1rem;
  border-color: #D9D9D9;
  border-radius: 5px;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .form-group .form-control, .form-group .amsify-suggestags-area .amsify-suggestags-input-area, .amsify-suggestags-area .form-group .amsify-suggestags-input-area {
    min-height: 35px;
  }
}
.form-group .form-control:focus, .form-group .amsify-suggestags-area .amsify-suggestags-input-area:focus, .amsify-suggestags-area .form-group .amsify-suggestags-input-area:focus {
  box-shadow: none;
  border-color: #D9D9D9;
}
.form-group .form-control::-webkit-input-placeholder, .form-group .amsify-suggestags-area .amsify-suggestags-input-area::-webkit-input-placeholder, .amsify-suggestags-area .form-group .amsify-suggestags-input-area::-webkit-input-placeholder {
  color: #2d2e2e;
}
.form-group .form-control:-moz-placeholder, .form-group .amsify-suggestags-area .amsify-suggestags-input-area:-moz-placeholder, .amsify-suggestags-area .form-group .amsify-suggestags-input-area:-moz-placeholder {
  color: #2d2e2e;
}
.form-group .form-control::placeholder, .form-group .amsify-suggestags-area .amsify-suggestags-input-area::placeholder, .amsify-suggestags-area .form-group .amsify-suggestags-input-area::placeholder {
  color: #2d2e2e;
}
.form-group .form-control.disabled[readonly], .form-group .form-control[readonly], .form-group .amsify-suggestags-area [readonly].amsify-suggestags-input-area, .amsify-suggestags-area .form-group [readonly].amsify-suggestags-input-area {
  background-color: #FFF;
  cursor: initial;
}
.form-group .input-group .form-control, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area {
  border-right: transparent;
}
.form-group .input-group .form-control + div > :first-child, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #D9D9D9 #D9D9D9 #D9D9D9 transparent;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  min-width: 50px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .form-group .input-group .form-control + div > :first-child, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child {
    min-width: 40px;
  }
}
.form-group .input-group .form-control + div > :first-child:not([class*=btn-color]), .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child:not([class*=btn-color]), .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child:not([class*=btn-color]) {
  background-color: #FFF;
}
.form-group .input-group .form-control + div > :first-child:not([class*=btn-color]):not([class*=btn-samply]), .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child:not([class*=btn-color]):not([class*=btn-samply]), .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child:not([class*=btn-color]):not([class*=btn-samply]) {
  color: #2d2e2e;
}
.form-group .input-group .form-control + div > :first-child i, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child i, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child i {
  margin: 0;
  font-size: 1.3rem;
}
.form-group .input-group .form-control + div > :first-child i[class*=material-icons], .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div > :first-child i[class*=material-icons], .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div > :first-child i[class*=material-icons] {
  font-size: 1.5rem;
}
.form-group .input-group .form-control + div a.input-group-text span, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div a.input-group-text span, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div a.input-group-text span,
.form-group .input-group .form-control + div button.input-group-text span,
.form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div button.input-group-text span,
.amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div button.input-group-text span {
  font-size: 1.5rem;
}
.form-group .input-group .form-control + div .btn.input-group-text span, .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area + div .btn.input-group-text span, .amsify-suggestags-area .form-group .input-group .amsify-suggestags-input-area + div .btn.input-group-text span {
  display: block;
  font-size: 1.75rem;
  padding-left: 0;
}
.form-group .input-group .btn-transparent {
  background-color: #FFF;
  color: #2d2e2e;
  border-color: #D9D9D9;
}
.form-group textarea.form-control, .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area, .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area {
  resize: none;
  padding: 0.75rem 1.2rem;
}
.form-group textarea.form-control::-webkit-input-placeholder, .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area::-webkit-input-placeholder, .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area::-webkit-input-placeholder {
  color: #6c757d;
}
.form-group textarea.form-control:-moz-placeholder, .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area:-moz-placeholder, .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area:-moz-placeholder {
  color: #6c757d;
}
.form-group textarea.form-control::placeholder, .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area::placeholder, .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area::placeholder {
  color: #6c757d;
}
.form-group textarea.form-control.textarea-min, .form-group .amsify-suggestags-area textarea.textarea-min.amsify-suggestags-input-area, .amsify-suggestags-area .form-group textarea.textarea-min.amsify-suggestags-input-area {
  min-height: 10rem;
}
.form-group textarea.form-control:not([rows]), .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area:not([rows]), .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area:not([rows]) {
  min-height: 12rem;
}
@media screen and (max-width: 575.98px) {
  .form-group textarea.form-control:not([rows]), .form-group .amsify-suggestags-area textarea.amsify-suggestags-input-area:not([rows]), .amsify-suggestags-area .form-group textarea.amsify-suggestags-input-area:not([rows]) {
    min-height: 10rem;
  }
}
.form-group > :first-child {
  margin-top: 0;
}
.form-group ul.dropdown-control {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  z-index: 2;
}
.form-group ul.dropdown-control li button {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.form-group ul.dropdown-control li button:hover {
  background-color: rgba(45, 46, 46, 0.05);
}

input[type=file].form-control, .amsify-suggestags-area input[type=file].amsify-suggestags-input-area {
  display: none;
}
input[type=file].form-control + label, .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label {
  display: block;
  margin-bottom: 0;
}

input[type=checkbox].form-control, .amsify-suggestags-area input[type=checkbox].amsify-suggestags-input-area,
input[type=radio].form-control,
.amsify-suggestags-area input[type=radio].amsify-suggestags-input-area {
  display: none;
}
input[type=checkbox].form-control.primary + label, .amsify-suggestags-area input[type=checkbox].primary.amsify-suggestags-input-area + label,
input[type=radio].form-control.primary + label,
.amsify-suggestags-area input[type=radio].primary.amsify-suggestags-input-area + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  background-color: rgb(205, 214, 221);
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
  border-radius: 2px;
}
input[type=checkbox].form-control.primary + label:before, .amsify-suggestags-area input[type=checkbox].primary.amsify-suggestags-input-area + label:before,
input[type=radio].form-control.primary + label:before,
.amsify-suggestags-area input[type=radio].primary.amsify-suggestags-input-area + label:before {
  content: "";
  margin-top: -0.225rem;
  width: 0.45rem;
  height: 0.75rem;
  border: 0.1rem solid transparent;
  border-bottom-color: #d7dee4;
  border-right-color: #d7dee4;
  transform: rotate(30deg);
}
input[type=checkbox].form-control.primary:checked + label:before, .amsify-suggestags-area input[type=checkbox].primary.amsify-suggestags-input-area:checked + label:before,
input[type=radio].form-control.primary:checked + label:before,
.amsify-suggestags-area input[type=radio].primary.amsify-suggestags-input-area:checked + label:before {
  border-bottom-color: #ff3667;
  border-right-color: #ff3667;
}
input[type=checkbox].form-control.primary-new + label, .amsify-suggestags-area input[type=checkbox].primary-new.amsify-suggestags-input-area + label,
input[type=radio].form-control.primary-new + label,
.amsify-suggestags-area input[type=radio].primary-new.amsify-suggestags-input-area + label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
input[type=checkbox].form-control.primary-new + label:before, .amsify-suggestags-area input[type=checkbox].primary-new.amsify-suggestags-input-area + label:before,
input[type=radio].form-control.primary-new + label:before,
.amsify-suggestags-area input[type=radio].primary-new.amsify-suggestags-input-area + label:before {
  display: none;
  font-size: 1.15rem;
  line-height: 1;
  color: #ff3667;
}
input[type=checkbox].form-control.primary-new:checked + label:before, .amsify-suggestags-area input[type=checkbox].primary-new.amsify-suggestags-input-area:checked + label:before,
input[type=radio].form-control.primary-new:checked + label:before,
.amsify-suggestags-area input[type=radio].primary-new.amsify-suggestags-input-area:checked + label:before {
  display: block;
}
input[type=checkbox].form-control[class*=secondary] + label, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area + label,
input[type=radio].form-control[class*=secondary] + label,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area + label {
  position: relative;
  border-radius: 100px;
  border: 3px solid #7B7B7B;
  width: 5.5rem;
  height: 2.7rem;
  background-color: #7B7B7B;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  input[type=checkbox].form-control[class*=secondary] + label, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area + label,
  input[type=radio].form-control[class*=secondary] + label,
  .amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area + label {
    width: 60px;
    height: 30px;
  }
}
input[type=checkbox].form-control[class*=secondary] + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area + label:before,
input[type=radio].form-control[class*=secondary] + label:before,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area + label:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 2.3rem);
  bottom: 0;
  width: 2.3rem;
  height: 100%;
  background-color: #FFF;
  border-radius: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 575.98px) {
  input[type=checkbox].form-control[class*=secondary] + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area + label:before,
  input[type=radio].form-control[class*=secondary] + label:before,
  .amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area + label:before {
    right: calc(100% - 24px);
    width: 24px;
  }
}
input[type=checkbox].form-control[class*=secondary][class*=-md] + label, .amsify-suggestags-area input[type=checkbox][class*=secondary][class*=-md].amsify-suggestags-input-area + label,
input[type=radio].form-control[class*=secondary][class*=-md] + label,
.amsify-suggestags-area input[type=radio][class*=secondary][class*=-md].amsify-suggestags-input-area + label {
  width: 4rem;
  height: 2rem;
}
@media screen and (max-width: 575.98px) {
  input[type=checkbox].form-control[class*=secondary][class*=-md] + label, .amsify-suggestags-area input[type=checkbox][class*=secondary][class*=-md].amsify-suggestags-input-area + label,
  input[type=radio].form-control[class*=secondary][class*=-md] + label,
  .amsify-suggestags-area input[type=radio][class*=secondary][class*=-md].amsify-suggestags-input-area + label {
    width: 42px;
    height: 22px;
  }
}
input[type=checkbox].form-control[class*=secondary][class*=-md] + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary][class*=-md].amsify-suggestags-input-area + label:before,
input[type=radio].form-control[class*=secondary][class*=-md] + label:before,
.amsify-suggestags-area input[type=radio][class*=secondary][class*=-md].amsify-suggestags-input-area + label:before {
  right: calc(100% - 1.6rem);
  width: 1.6rem;
}
@media screen and (max-width: 575.98px) {
  input[type=checkbox].form-control[class*=secondary][class*=-md] + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary][class*=-md].amsify-suggestags-input-area + label:before,
  input[type=radio].form-control[class*=secondary][class*=-md] + label:before,
  .amsify-suggestags-area input[type=radio][class*=secondary][class*=-md].amsify-suggestags-input-area + label:before {
    right: calc(100% - 16px);
    width: 16px;
  }
}
input[type=checkbox].form-control[class*=secondary]:checked + label, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area:checked + label,
input[type=radio].form-control[class*=secondary]:checked + label,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area:checked + label {
  background-color: #ff3667;
  border-color: #ff3667;
}
input[type=checkbox].form-control[class*=secondary]:checked + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area:checked + label:before,
input[type=radio].form-control[class*=secondary]:checked + label:before,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area:checked + label:before {
  right: 0;
  background-color: #FFF;
}
input[type=checkbox].form-control[class*=secondary]:disabled + label, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area:disabled + label,
input[type=radio].form-control[class*=secondary]:disabled + label,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area:disabled + label {
  opacity: 0.5;
}
input[type=checkbox].form-control[class*=secondary]:disabled + label:before, .amsify-suggestags-area input[type=checkbox][class*=secondary].amsify-suggestags-input-area:disabled + label:before,
input[type=radio].form-control[class*=secondary]:disabled + label:before,
.amsify-suggestags-area input[type=radio][class*=secondary].amsify-suggestags-input-area:disabled + label:before {
  background-color: #818282;
}
input[type=checkbox].form-control.radiocheck + label, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area + label,
input[type=radio].form-control.radiocheck + label,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area + label {
  background-color: #bebebe;
  color: #FFF;
  margin-bottom: 0;
}
input[type=checkbox].form-control.radiocheck + label:not(:disabled):focus, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area + label:not(:disabled):focus,
input[type=radio].form-control.radiocheck + label:not(:disabled):focus,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area + label:not(:disabled):focus {
  background-color: #b5b5b5;
}
input[type=checkbox].form-control.radiocheck + label:not(:disabled):hover, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area + label:not(:disabled):hover,
input[type=radio].form-control.radiocheck + label:not(:disabled):hover,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area + label:not(:disabled):hover {
  background-color: #ababab;
}
input[type=checkbox].form-control.radiocheck + label:not(:disabled):active, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area + label:not(:disabled):active,
input[type=radio].form-control.radiocheck + label:not(:disabled):active,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area + label:not(:disabled):active {
  background-color: #989898;
}
input[type=checkbox].form-control.radiocheck:checked + label, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area:checked + label,
input[type=radio].form-control.radiocheck:checked + label,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area:checked + label {
  background-color: #ff3667;
}
input[type=checkbox].form-control.radiocheck:checked + label:not(:disabled):focus, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):focus,
input[type=radio].form-control.radiocheck:checked + label:not(:disabled):focus,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):focus {
  background-color: #ff3667;
}
input[type=checkbox].form-control.radiocheck:checked + label:not(:disabled):hover, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):hover,
input[type=radio].form-control.radiocheck:checked + label:not(:disabled):hover,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):hover {
  background-color: #ff3667;
}
input[type=checkbox].form-control.radiocheck:checked + label:not(:disabled):active, .amsify-suggestags-area input[type=checkbox].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):active,
input[type=radio].form-control.radiocheck:checked + label:not(:disabled):active,
.amsify-suggestags-area input[type=radio].radiocheck.amsify-suggestags-input-area:checked + label:not(:disabled):active {
  background-color: #ff3667;
}

.btn {
  outline: none;
  color: #2d2e2e;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 100%;
  margin-left: 0.5rem;
}
.btn i[class*=flaticon-next] {
  font-size: 0.75rem;
}
.btn i[class*=flaticon-right-arrow-1] {
  font-size: 1.1rem;
}
.btn[disabled]:not(.ngb-dp-arrow-btn) {
  background-color: rgba(45, 46, 46, 0.3);
  border-color: rgba(45, 46, 46, 0.05);
  color: #FFF;
  cursor: initial;
  pointer-events: none;
}
.btn:not([disabled]):focus {
  color: #383838;
  box-shadow: none;
}
.btn:not([disabled]):hover {
  color: #424343;
  box-shadow: none;
}
.btn:not([disabled]):active {
  color: #575858;
  box-shadow: none;
}
.btn:not(.btn-custom):not(.ngb-dp-arrow-btn) {
  border-radius: 0;
  padding: 0.85rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
.btn:not(.btn-custom):not(.ngb-dp-arrow-btn):not([class*=col-]) {
  min-width: 165px;
}
@media screen and (max-width: 767.98px) {
  .btn:not(.btn-custom):not(.ngb-dp-arrow-btn):not([class*=col-]) {
    min-width: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .btn:not(.btn-custom):not(.ngb-dp-arrow-btn) {
    font-size: 0.9rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 349.98px) {
  .btn:not(.btn-custom):not(.ngb-dp-arrow-btn) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.btn.btn-rounder {
  border-radius: 100vh;
}
.btn.btn-rounder:not([class*=col-]):not(.btn-custom) {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 575.98px) {
  .btn.btn-rounder:not([class*=col-]):not(.btn-custom) {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.btn.btn-rounder:not([class*=col-]).btn-custom {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1199.98px) {
  .btn.btn-rounder:not([class*=col-]).btn-custom {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn.btn-rounder:not([class*=col-]).btn-custom {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 576px) {
  .btn.btn-rounder:not([class*=col-]).btn-custom {
    min-width: 130px;
  }
}

.btn-color {
  background-color: #ff3667;
  color: #FFF;
  border: 1px solid #ff3667;
}
.btn-color.btn:not([disabled]):focus {
  background-color: #f23362;
  color: #FFF;
  border-color: #f23362;
}
.btn-color.btn:not([disabled]):hover {
  background-color: #e6315d;
  color: #FFF;
  border-color: #e6315d;
}
.btn-color.btn:not([disabled]):active {
  background-color: #cc2b52;
  color: #FFF;
  border-color: #cc2b52;
}

.btn-white {
  background-color: transparent;
  color: #ff3667;
  border: 1px solid #ff3667;
}
.btn-white.btn:not([disabled]):focus {
  background-color: #f23362;
  color: #FFF;
  border-color: #f23362;
}
.btn-white.btn:not([disabled]):hover {
  background-color: #e6315d;
  color: #FFF;
  border-color: #e6315d;
}
.btn-white.btn:not([disabled]):active {
  background-color: #cc2b52;
  color: #FFF;
  border-color: #cc2b52;
}

.alert-color {
  background-color: #ff3667;
  color: #FFF;
}

.btn-color2 {
  background-color: #4bbeaa;
  color: #FFF;
  border: 1px solid #4bbeaa;
}
.btn-color2.btn:not([disabled]):focus {
  background-color: #47b5a2;
  color: #FFF;
  border-color: #47b5a2;
}
.btn-color2.btn:not([disabled]):hover {
  background-color: #44ab99;
  color: #FFF;
  border-color: #44ab99;
}
.btn-color2.btn:not([disabled]):active {
  background-color: #3c9888;
  color: #FFF;
  border-color: #3c9888;
}

.btn-white2 {
  background-color: transparent;
  color: #4bbeaa;
  border: 1px solid #4bbeaa;
}
.btn-white2.btn:not([disabled]):focus {
  background-color: #47b5a2;
  color: #FFF;
  border-color: #47b5a2;
}
.btn-white2.btn:not([disabled]):hover {
  background-color: #44ab99;
  color: #FFF;
  border-color: #44ab99;
}
.btn-white2.btn:not([disabled]):active {
  background-color: #3c9888;
  color: #FFF;
  border-color: #3c9888;
}

.alert-color2 {
  background-color: #4bbeaa;
  color: #FFF;
}

.btn-color3 {
  background-color: #383D5E;
  color: #FFF;
  border: 1px solid #383D5E;
}
.btn-color3.btn:not([disabled]):focus {
  background-color: #353a59;
  color: #FFF;
  border-color: #353a59;
}
.btn-color3.btn:not([disabled]):hover {
  background-color: #323755;
  color: #FFF;
  border-color: #323755;
}
.btn-color3.btn:not([disabled]):active {
  background-color: #2d314b;
  color: #FFF;
  border-color: #2d314b;
}

.btn-white3 {
  background-color: transparent;
  color: #383D5E;
  border: 1px solid #383D5E;
}
.btn-white3.btn:not([disabled]):focus {
  background-color: #353a59;
  color: #FFF;
  border-color: #353a59;
}
.btn-white3.btn:not([disabled]):hover {
  background-color: #323755;
  color: #FFF;
  border-color: #323755;
}
.btn-white3.btn:not([disabled]):active {
  background-color: #2d314b;
  color: #FFF;
  border-color: #2d314b;
}

.alert-color3 {
  background-color: #383D5E;
  color: #FFF;
}

.btn-color4 {
  background-color: #2E2E2E;
  color: #FFF;
  border: 1px solid #2E2E2E;
}
.btn-color4.btn:not([disabled]):focus {
  background-color: #2c2c2c;
  color: #FFF;
  border-color: #2c2c2c;
}
.btn-color4.btn:not([disabled]):hover {
  background-color: #292929;
  color: #FFF;
  border-color: #292929;
}
.btn-color4.btn:not([disabled]):active {
  background-color: #252525;
  color: #FFF;
  border-color: #252525;
}

.btn-white4 {
  background-color: transparent;
  color: #2E2E2E;
  border: 1px solid #2E2E2E;
}
.btn-white4.btn:not([disabled]):focus {
  background-color: #2c2c2c;
  color: #FFF;
  border-color: #2c2c2c;
}
.btn-white4.btn:not([disabled]):hover {
  background-color: #292929;
  color: #FFF;
  border-color: #292929;
}
.btn-white4.btn:not([disabled]):active {
  background-color: #252525;
  color: #FFF;
  border-color: #252525;
}

.alert-color4 {
  background-color: #2E2E2E;
  color: #FFF;
}

.btn-color5 {
  background-color: #282a29;
  color: #FFF;
  border: 1px solid #282a29;
}
.btn-color5.btn:not([disabled]):focus {
  background-color: #262827;
  color: #FFF;
  border-color: #262827;
}
.btn-color5.btn:not([disabled]):hover {
  background-color: #242625;
  color: #FFF;
  border-color: #242625;
}
.btn-color5.btn:not([disabled]):active {
  background-color: #202221;
  color: #FFF;
  border-color: #202221;
}

.btn-white5 {
  background-color: transparent;
  color: #282a29;
  border: 1px solid #282a29;
}
.btn-white5.btn:not([disabled]):focus {
  background-color: #262827;
  color: #FFF;
  border-color: #262827;
}
.btn-white5.btn:not([disabled]):hover {
  background-color: #242625;
  color: #FFF;
  border-color: #242625;
}
.btn-white5.btn:not([disabled]):active {
  background-color: #202221;
  color: #FFF;
  border-color: #202221;
}

.alert-color5 {
  background-color: #282a29;
  color: #FFF;
}

.btn-color6 {
  background-color: #2467b6;
  color: #FFF;
  border: 1px solid #2467b6;
}
.btn-color6.btn:not([disabled]):focus {
  background-color: #2262ad;
  color: #FFF;
  border-color: #2262ad;
}
.btn-color6.btn:not([disabled]):hover {
  background-color: #205da4;
  color: #FFF;
  border-color: #205da4;
}
.btn-color6.btn:not([disabled]):active {
  background-color: #1d5292;
  color: #FFF;
  border-color: #1d5292;
}

.btn-white6 {
  background-color: transparent;
  color: #2467b6;
  border: 1px solid #2467b6;
}
.btn-white6.btn:not([disabled]):focus {
  background-color: #2262ad;
  color: #FFF;
  border-color: #2262ad;
}
.btn-white6.btn:not([disabled]):hover {
  background-color: #205da4;
  color: #FFF;
  border-color: #205da4;
}
.btn-white6.btn:not([disabled]):active {
  background-color: #1d5292;
  color: #FFF;
  border-color: #1d5292;
}

.alert-color6 {
  background-color: #2467b6;
  color: #FFF;
}

.btn-color7 {
  background-color: #00a2f5;
  color: #FFF;
  border: 1px solid #00a2f5;
}
.btn-color7.btn:not([disabled]):focus {
  background-color: #009ae9;
  color: #FFF;
  border-color: #009ae9;
}
.btn-color7.btn:not([disabled]):hover {
  background-color: #0092dd;
  color: #FFF;
  border-color: #0092dd;
}
.btn-color7.btn:not([disabled]):active {
  background-color: #0082c4;
  color: #FFF;
  border-color: #0082c4;
}

.btn-white7 {
  background-color: transparent;
  color: #00a2f5;
  border: 1px solid #00a2f5;
}
.btn-white7.btn:not([disabled]):focus {
  background-color: #009ae9;
  color: #FFF;
  border-color: #009ae9;
}
.btn-white7.btn:not([disabled]):hover {
  background-color: #0092dd;
  color: #FFF;
  border-color: #0092dd;
}
.btn-white7.btn:not([disabled]):active {
  background-color: #0082c4;
  color: #FFF;
  border-color: #0082c4;
}

.alert-color7 {
  background-color: #00a2f5;
  color: #FFF;
}

.btn-color8 {
  background-color: #297aa7;
  color: #FFF;
  border: 1px solid #297aa7;
}
.btn-color8.btn:not([disabled]):focus {
  background-color: #27749f;
  color: #FFF;
  border-color: #27749f;
}
.btn-color8.btn:not([disabled]):hover {
  background-color: #256e96;
  color: #FFF;
  border-color: #256e96;
}
.btn-color8.btn:not([disabled]):active {
  background-color: #216286;
  color: #FFF;
  border-color: #216286;
}

.btn-white8 {
  background-color: transparent;
  color: #297aa7;
  border: 1px solid #297aa7;
}
.btn-white8.btn:not([disabled]):focus {
  background-color: #27749f;
  color: #FFF;
  border-color: #27749f;
}
.btn-white8.btn:not([disabled]):hover {
  background-color: #256e96;
  color: #FFF;
  border-color: #256e96;
}
.btn-white8.btn:not([disabled]):active {
  background-color: #216286;
  color: #FFF;
  border-color: #216286;
}

.alert-color8 {
  background-color: #297aa7;
  color: #FFF;
}

.btn-color9 {
  background-color: #15bf5c;
  color: #FFF;
  border: 1px solid #15bf5c;
}
.btn-color9.btn:not([disabled]):focus {
  background-color: #14b557;
  color: #FFF;
  border-color: #14b557;
}
.btn-color9.btn:not([disabled]):hover {
  background-color: #13ac53;
  color: #FFF;
  border-color: #13ac53;
}
.btn-color9.btn:not([disabled]):active {
  background-color: #11994a;
  color: #FFF;
  border-color: #11994a;
}

.btn-white9 {
  background-color: transparent;
  color: #15bf5c;
  border: 1px solid #15bf5c;
}
.btn-white9.btn:not([disabled]):focus {
  background-color: #14b557;
  color: #FFF;
  border-color: #14b557;
}
.btn-white9.btn:not([disabled]):hover {
  background-color: #13ac53;
  color: #FFF;
  border-color: #13ac53;
}
.btn-white9.btn:not([disabled]):active {
  background-color: #11994a;
  color: #FFF;
  border-color: #11994a;
}

.alert-color9 {
  background-color: #15bf5c;
  color: #FFF;
}

.btn-color10 {
  background-color: #f00;
  color: #FFF;
  border: 1px solid #f00;
}
.btn-color10.btn:not([disabled]):focus {
  background-color: #f20000;
  color: #FFF;
  border-color: #f20000;
}
.btn-color10.btn:not([disabled]):hover {
  background-color: #e60000;
  color: #FFF;
  border-color: #e60000;
}
.btn-color10.btn:not([disabled]):active {
  background-color: #cc0000;
  color: #FFF;
  border-color: #cc0000;
}

.btn-white10 {
  background-color: transparent;
  color: #f00;
  border: 1px solid #f00;
}
.btn-white10.btn:not([disabled]):focus {
  background-color: #f20000;
  color: #FFF;
  border-color: #f20000;
}
.btn-white10.btn:not([disabled]):hover {
  background-color: #e60000;
  color: #FFF;
  border-color: #e60000;
}
.btn-white10.btn:not([disabled]):active {
  background-color: #cc0000;
  color: #FFF;
  border-color: #cc0000;
}

.alert-color10 {
  background-color: #f00;
  color: #FFF;
}

.btn-color11 {
  background-color: #ffa700;
  color: #FFF;
  border: 1px solid #ffa700;
}
.btn-color11.btn:not([disabled]):focus {
  background-color: #f29f00;
  color: #FFF;
  border-color: #f29f00;
}
.btn-color11.btn:not([disabled]):hover {
  background-color: #e69600;
  color: #FFF;
  border-color: #e69600;
}
.btn-color11.btn:not([disabled]):active {
  background-color: #cc8600;
  color: #FFF;
  border-color: #cc8600;
}

.btn-white11 {
  background-color: transparent;
  color: #ffa700;
  border: 1px solid #ffa700;
}
.btn-white11.btn:not([disabled]):focus {
  background-color: #f29f00;
  color: #FFF;
  border-color: #f29f00;
}
.btn-white11.btn:not([disabled]):hover {
  background-color: #e69600;
  color: #FFF;
  border-color: #e69600;
}
.btn-white11.btn:not([disabled]):active {
  background-color: #cc8600;
  color: #FFF;
  border-color: #cc8600;
}

.alert-color11 {
  background-color: #ffa700;
  color: #FFF;
}

.btn-color12 {
  background-color: #2a75db;
  color: #FFF;
  border: 1px solid #2a75db;
}
.btn-color12.btn:not([disabled]):focus {
  background-color: #286fd0;
  color: #FFF;
  border-color: #286fd0;
}
.btn-color12.btn:not([disabled]):hover {
  background-color: #2669c5;
  color: #FFF;
  border-color: #2669c5;
}
.btn-color12.btn:not([disabled]):active {
  background-color: #225eaf;
  color: #FFF;
  border-color: #225eaf;
}

.btn-white12 {
  background-color: transparent;
  color: #2a75db;
  border: 1px solid #2a75db;
}
.btn-white12.btn:not([disabled]):focus {
  background-color: #286fd0;
  color: #FFF;
  border-color: #286fd0;
}
.btn-white12.btn:not([disabled]):hover {
  background-color: #2669c5;
  color: #FFF;
  border-color: #2669c5;
}
.btn-white12.btn:not([disabled]):active {
  background-color: #225eaf;
  color: #FFF;
  border-color: #225eaf;
}

.alert-color12 {
  background-color: #2a75db;
  color: #FFF;
}

.btn-color13 {
  background-color: #c5a369;
  color: #FFF;
  border: 1px solid #c5a369;
}
.btn-color13.btn:not([disabled]):focus {
  background-color: #bb9b64;
  color: #FFF;
  border-color: #bb9b64;
}
.btn-color13.btn:not([disabled]):hover {
  background-color: #b1935f;
  color: #FFF;
  border-color: #b1935f;
}
.btn-color13.btn:not([disabled]):active {
  background-color: #9e8254;
  color: #FFF;
  border-color: #9e8254;
}

.btn-white13 {
  background-color: transparent;
  color: #c5a369;
  border: 1px solid #c5a369;
}
.btn-white13.btn:not([disabled]):focus {
  background-color: #bb9b64;
  color: #FFF;
  border-color: #bb9b64;
}
.btn-white13.btn:not([disabled]):hover {
  background-color: #b1935f;
  color: #FFF;
  border-color: #b1935f;
}
.btn-white13.btn:not([disabled]):active {
  background-color: #9e8254;
  color: #FFF;
  border-color: #9e8254;
}

.alert-color13 {
  background-color: #c5a369;
  color: #FFF;
}

.btn-color14 {
  background-color: #db1c60;
  color: #FFF;
  border: 1px solid #db1c60;
}
.btn-color14.btn:not([disabled]):focus {
  background-color: #d01b5b;
  color: #FFF;
  border-color: #d01b5b;
}
.btn-color14.btn:not([disabled]):hover {
  background-color: #c51956;
  color: #FFF;
  border-color: #c51956;
}
.btn-color14.btn:not([disabled]):active {
  background-color: #af164d;
  color: #FFF;
  border-color: #af164d;
}

.btn-white14 {
  background-color: transparent;
  color: #db1c60;
  border: 1px solid #db1c60;
}
.btn-white14.btn:not([disabled]):focus {
  background-color: #d01b5b;
  color: #FFF;
  border-color: #d01b5b;
}
.btn-white14.btn:not([disabled]):hover {
  background-color: #c51956;
  color: #FFF;
  border-color: #c51956;
}
.btn-white14.btn:not([disabled]):active {
  background-color: #af164d;
  color: #FFF;
  border-color: #af164d;
}

.alert-color14 {
  background-color: #db1c60;
  color: #FFF;
}

.btn-color15 {
  background-color: #6cc0aa;
  color: #FFF;
  border: 1px solid #6cc0aa;
}
.btn-color15.btn:not([disabled]):focus {
  background-color: #67b6a2;
  color: #FFF;
  border-color: #67b6a2;
}
.btn-color15.btn:not([disabled]):hover {
  background-color: #61ad99;
  color: #FFF;
  border-color: #61ad99;
}
.btn-color15.btn:not([disabled]):active {
  background-color: #569a88;
  color: #FFF;
  border-color: #569a88;
}

.btn-white15 {
  background-color: transparent;
  color: #6cc0aa;
  border: 1px solid #6cc0aa;
}
.btn-white15.btn:not([disabled]):focus {
  background-color: #67b6a2;
  color: #FFF;
  border-color: #67b6a2;
}
.btn-white15.btn:not([disabled]):hover {
  background-color: #61ad99;
  color: #FFF;
  border-color: #61ad99;
}
.btn-white15.btn:not([disabled]):active {
  background-color: #569a88;
  color: #FFF;
  border-color: #569a88;
}

.alert-color15 {
  background-color: #6cc0aa;
  color: #FFF;
}

.btn-color16 {
  background-color: #2d2e2e;
  color: #FFF;
  border: 1px solid #2d2e2e;
}
.btn-color16.btn:not([disabled]):focus {
  background-color: #2b2c2c;
  color: #FFF;
  border-color: #2b2c2c;
}
.btn-color16.btn:not([disabled]):hover {
  background-color: #292929;
  color: #FFF;
  border-color: #292929;
}
.btn-color16.btn:not([disabled]):active {
  background-color: #242525;
  color: #FFF;
  border-color: #242525;
}

.btn-white16 {
  background-color: transparent;
  color: #2d2e2e;
  border: 1px solid #2d2e2e;
}
.btn-white16.btn:not([disabled]):focus {
  background-color: #2b2c2c;
  color: #FFF;
  border-color: #2b2c2c;
}
.btn-white16.btn:not([disabled]):hover {
  background-color: #292929;
  color: #FFF;
  border-color: #292929;
}
.btn-white16.btn:not([disabled]):active {
  background-color: #242525;
  color: #FFF;
  border-color: #242525;
}

.alert-color16 {
  background-color: #2d2e2e;
  color: #FFF;
}

.btn-color17 {
  background-color: #FFC700;
  color: #FFF;
  border: 1px solid #FFC700;
}
.btn-color17.btn:not([disabled]):focus {
  background-color: #f2bd00;
  color: #FFF;
  border-color: #f2bd00;
}
.btn-color17.btn:not([disabled]):hover {
  background-color: #e6b300;
  color: #FFF;
  border-color: #e6b300;
}
.btn-color17.btn:not([disabled]):active {
  background-color: #cc9f00;
  color: #FFF;
  border-color: #cc9f00;
}

.btn-white17 {
  background-color: transparent;
  color: #FFC700;
  border: 1px solid #FFC700;
}
.btn-white17.btn:not([disabled]):focus {
  background-color: #f2bd00;
  color: #FFF;
  border-color: #f2bd00;
}
.btn-white17.btn:not([disabled]):hover {
  background-color: #e6b300;
  color: #FFF;
  border-color: #e6b300;
}
.btn-white17.btn:not([disabled]):active {
  background-color: #cc9f00;
  color: #FFF;
  border-color: #cc9f00;
}

.alert-color17 {
  background-color: #FFC700;
  color: #FFF;
}

.btn-color18 {
  background-color: #D9D9D9;
  color: #FFF;
  border: 1px solid #D9D9D9;
}
.btn-color18.btn:not([disabled]):focus {
  background-color: #cecece;
  color: #FFF;
  border-color: #cecece;
}
.btn-color18.btn:not([disabled]):hover {
  background-color: #c3c3c3;
  color: #FFF;
  border-color: #c3c3c3;
}
.btn-color18.btn:not([disabled]):active {
  background-color: #aeaeae;
  color: #FFF;
  border-color: #aeaeae;
}

.btn-white18 {
  background-color: transparent;
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.btn-white18.btn:not([disabled]):focus {
  background-color: #cecece;
  color: #FFF;
  border-color: #cecece;
}
.btn-white18.btn:not([disabled]):hover {
  background-color: #c3c3c3;
  color: #FFF;
  border-color: #c3c3c3;
}
.btn-white18.btn:not([disabled]):active {
  background-color: #aeaeae;
  color: #FFF;
  border-color: #aeaeae;
}

.alert-color18 {
  background-color: #D9D9D9;
  color: #FFF;
}

.btn-color19 {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
}
.btn-color19.btn:not([disabled]):focus {
  background-color: black;
  color: #FFF;
  border-color: black;
}
.btn-color19.btn:not([disabled]):hover {
  background-color: black;
  color: #FFF;
  border-color: black;
}
.btn-color19.btn:not([disabled]):active {
  background-color: black;
  color: #FFF;
  border-color: black;
}

.btn-white19 {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn-white19.btn:not([disabled]):focus {
  background-color: black;
  color: #FFF;
  border-color: black;
}
.btn-white19.btn:not([disabled]):hover {
  background-color: black;
  color: #FFF;
  border-color: black;
}
.btn-white19.btn:not([disabled]):active {
  background-color: black;
  color: #FFF;
  border-color: black;
}

.alert-color19 {
  background-color: #000;
  color: #FFF;
}

.btn-samply-color {
  color: #ff3667;
}
.btn-samply-color.btn:not([disabled]):focus {
  color: #f23362;
}
.btn-samply-color.btn:not([disabled]):hover {
  color: #e6315d;
}
.btn-samply-color.btn:not([disabled]):active {
  color: #cc2b52;
}
.btn-samply-color.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-1 {
  color: #ff3667;
}

.text-color-womenalia-force-1 {
  color: #ff3667 !important;
}

.bg-color-womenalia-1 {
  background-color: #ff3667;
}

.progress-bar-color {
  background-color: #ff3667;
}

.btn-samply-color2 {
  color: #4bbeaa;
}
.btn-samply-color2.btn:not([disabled]):focus {
  color: #47b5a2;
}
.btn-samply-color2.btn:not([disabled]):hover {
  color: #44ab99;
}
.btn-samply-color2.btn:not([disabled]):active {
  color: #3c9888;
}
.btn-samply-color2.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-2 {
  color: #4bbeaa;
}

.text-color-womenalia-force-2 {
  color: #4bbeaa !important;
}

.bg-color-womenalia-2 {
  background-color: #4bbeaa;
}

.progress-bar-color2 {
  background-color: #4bbeaa;
}

.btn-samply-color3 {
  color: #383D5E;
}
.btn-samply-color3.btn:not([disabled]):focus {
  color: #353a59;
}
.btn-samply-color3.btn:not([disabled]):hover {
  color: #323755;
}
.btn-samply-color3.btn:not([disabled]):active {
  color: #2d314b;
}
.btn-samply-color3.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-3 {
  color: #383D5E;
}

.text-color-womenalia-force-3 {
  color: #383D5E !important;
}

.bg-color-womenalia-3 {
  background-color: #383D5E;
}

.progress-bar-color3 {
  background-color: #383D5E;
}

.btn-samply-color4 {
  color: #2E2E2E;
}
.btn-samply-color4.btn:not([disabled]):focus {
  color: #2c2c2c;
}
.btn-samply-color4.btn:not([disabled]):hover {
  color: #292929;
}
.btn-samply-color4.btn:not([disabled]):active {
  color: #252525;
}
.btn-samply-color4.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-4 {
  color: #2E2E2E;
}

.text-color-womenalia-force-4 {
  color: #2E2E2E !important;
}

.bg-color-womenalia-4 {
  background-color: #2E2E2E;
}

.progress-bar-color4 {
  background-color: #2E2E2E;
}

.btn-samply-color5 {
  color: #282a29;
}
.btn-samply-color5.btn:not([disabled]):focus {
  color: #262827;
}
.btn-samply-color5.btn:not([disabled]):hover {
  color: #242625;
}
.btn-samply-color5.btn:not([disabled]):active {
  color: #202221;
}
.btn-samply-color5.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-5 {
  color: #282a29;
}

.text-color-womenalia-force-5 {
  color: #282a29 !important;
}

.bg-color-womenalia-5 {
  background-color: #282a29;
}

.progress-bar-color5 {
  background-color: #282a29;
}

.btn-samply-color6 {
  color: #2467b6;
}
.btn-samply-color6.btn:not([disabled]):focus {
  color: #2262ad;
}
.btn-samply-color6.btn:not([disabled]):hover {
  color: #205da4;
}
.btn-samply-color6.btn:not([disabled]):active {
  color: #1d5292;
}
.btn-samply-color6.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-6 {
  color: #2467b6;
}

.text-color-womenalia-force-6 {
  color: #2467b6 !important;
}

.bg-color-womenalia-6 {
  background-color: #2467b6;
}

.progress-bar-color6 {
  background-color: #2467b6;
}

.btn-samply-color7 {
  color: #00a2f5;
}
.btn-samply-color7.btn:not([disabled]):focus {
  color: #009ae9;
}
.btn-samply-color7.btn:not([disabled]):hover {
  color: #0092dd;
}
.btn-samply-color7.btn:not([disabled]):active {
  color: #0082c4;
}
.btn-samply-color7.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-7 {
  color: #00a2f5;
}

.text-color-womenalia-force-7 {
  color: #00a2f5 !important;
}

.bg-color-womenalia-7 {
  background-color: #00a2f5;
}

.progress-bar-color7 {
  background-color: #00a2f5;
}

.btn-samply-color8 {
  color: #297aa7;
}
.btn-samply-color8.btn:not([disabled]):focus {
  color: #27749f;
}
.btn-samply-color8.btn:not([disabled]):hover {
  color: #256e96;
}
.btn-samply-color8.btn:not([disabled]):active {
  color: #216286;
}
.btn-samply-color8.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-8 {
  color: #297aa7;
}

.text-color-womenalia-force-8 {
  color: #297aa7 !important;
}

.bg-color-womenalia-8 {
  background-color: #297aa7;
}

.progress-bar-color8 {
  background-color: #297aa7;
}

.btn-samply-color9 {
  color: #15bf5c;
}
.btn-samply-color9.btn:not([disabled]):focus {
  color: #14b557;
}
.btn-samply-color9.btn:not([disabled]):hover {
  color: #13ac53;
}
.btn-samply-color9.btn:not([disabled]):active {
  color: #11994a;
}
.btn-samply-color9.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-9 {
  color: #15bf5c;
}

.text-color-womenalia-force-9 {
  color: #15bf5c !important;
}

.bg-color-womenalia-9 {
  background-color: #15bf5c;
}

.progress-bar-color9 {
  background-color: #15bf5c;
}

.btn-samply-color10 {
  color: #f00;
}
.btn-samply-color10.btn:not([disabled]):focus {
  color: #f20000;
}
.btn-samply-color10.btn:not([disabled]):hover {
  color: #e60000;
}
.btn-samply-color10.btn:not([disabled]):active {
  color: #cc0000;
}
.btn-samply-color10.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-10 {
  color: #f00;
}

.text-color-womenalia-force-10 {
  color: #f00 !important;
}

.bg-color-womenalia-10 {
  background-color: #f00;
}

.progress-bar-color10 {
  background-color: #f00;
}

.btn-samply-color11 {
  color: #ffa700;
}
.btn-samply-color11.btn:not([disabled]):focus {
  color: #f29f00;
}
.btn-samply-color11.btn:not([disabled]):hover {
  color: #e69600;
}
.btn-samply-color11.btn:not([disabled]):active {
  color: #cc8600;
}
.btn-samply-color11.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-11 {
  color: #ffa700;
}

.text-color-womenalia-force-11 {
  color: #ffa700 !important;
}

.bg-color-womenalia-11 {
  background-color: #ffa700;
}

.progress-bar-color11 {
  background-color: #ffa700;
}

.btn-samply-color12 {
  color: #2a75db;
}
.btn-samply-color12.btn:not([disabled]):focus {
  color: #286fd0;
}
.btn-samply-color12.btn:not([disabled]):hover {
  color: #2669c5;
}
.btn-samply-color12.btn:not([disabled]):active {
  color: #225eaf;
}
.btn-samply-color12.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-12 {
  color: #2a75db;
}

.text-color-womenalia-force-12 {
  color: #2a75db !important;
}

.bg-color-womenalia-12 {
  background-color: #2a75db;
}

.progress-bar-color12 {
  background-color: #2a75db;
}

.btn-samply-color13 {
  color: #c5a369;
}
.btn-samply-color13.btn:not([disabled]):focus {
  color: #bb9b64;
}
.btn-samply-color13.btn:not([disabled]):hover {
  color: #b1935f;
}
.btn-samply-color13.btn:not([disabled]):active {
  color: #9e8254;
}
.btn-samply-color13.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-13 {
  color: #c5a369;
}

.text-color-womenalia-force-13 {
  color: #c5a369 !important;
}

.bg-color-womenalia-13 {
  background-color: #c5a369;
}

.progress-bar-color13 {
  background-color: #c5a369;
}

.btn-samply-color14 {
  color: #db1c60;
}
.btn-samply-color14.btn:not([disabled]):focus {
  color: #d01b5b;
}
.btn-samply-color14.btn:not([disabled]):hover {
  color: #c51956;
}
.btn-samply-color14.btn:not([disabled]):active {
  color: #af164d;
}
.btn-samply-color14.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-14 {
  color: #db1c60;
}

.text-color-womenalia-force-14 {
  color: #db1c60 !important;
}

.bg-color-womenalia-14 {
  background-color: #db1c60;
}

.progress-bar-color14 {
  background-color: #db1c60;
}

.btn-samply-color15 {
  color: #6cc0aa;
}
.btn-samply-color15.btn:not([disabled]):focus {
  color: #67b6a2;
}
.btn-samply-color15.btn:not([disabled]):hover {
  color: #61ad99;
}
.btn-samply-color15.btn:not([disabled]):active {
  color: #569a88;
}
.btn-samply-color15.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-15 {
  color: #6cc0aa;
}

.text-color-womenalia-force-15 {
  color: #6cc0aa !important;
}

.bg-color-womenalia-15 {
  background-color: #6cc0aa;
}

.progress-bar-color15 {
  background-color: #6cc0aa;
}

.btn-samply-color16 {
  color: #2d2e2e;
}
.btn-samply-color16.btn:not([disabled]):focus {
  color: #2b2c2c;
}
.btn-samply-color16.btn:not([disabled]):hover {
  color: #292929;
}
.btn-samply-color16.btn:not([disabled]):active {
  color: #242525;
}
.btn-samply-color16.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-16 {
  color: #2d2e2e;
}

.text-color-womenalia-force-16 {
  color: #2d2e2e !important;
}

.bg-color-womenalia-16 {
  background-color: #2d2e2e;
}

.progress-bar-color16 {
  background-color: #2d2e2e;
}

.btn-samply-color17 {
  color: #FFC700;
}
.btn-samply-color17.btn:not([disabled]):focus {
  color: #f2bd00;
}
.btn-samply-color17.btn:not([disabled]):hover {
  color: #e6b300;
}
.btn-samply-color17.btn:not([disabled]):active {
  color: #cc9f00;
}
.btn-samply-color17.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-17 {
  color: #FFC700;
}

.text-color-womenalia-force-17 {
  color: #FFC700 !important;
}

.bg-color-womenalia-17 {
  background-color: #FFC700;
}

.progress-bar-color17 {
  background-color: #FFC700;
}

.btn-samply-color18 {
  color: #D9D9D9;
}
.btn-samply-color18.btn:not([disabled]):focus {
  color: #cecece;
}
.btn-samply-color18.btn:not([disabled]):hover {
  color: #c3c3c3;
}
.btn-samply-color18.btn:not([disabled]):active {
  color: #aeaeae;
}
.btn-samply-color18.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-18 {
  color: #D9D9D9;
}

.text-color-womenalia-force-18 {
  color: #D9D9D9 !important;
}

.bg-color-womenalia-18 {
  background-color: #D9D9D9;
}

.progress-bar-color18 {
  background-color: #D9D9D9;
}

.btn-samply-color19 {
  color: #000;
}
.btn-samply-color19.btn:not([disabled]):focus {
  color: black;
}
.btn-samply-color19.btn:not([disabled]):hover {
  color: black;
}
.btn-samply-color19.btn:not([disabled]):active {
  color: black;
}
.btn-samply-color19.btn.p-0 {
  line-height: 1;
  vertical-align: baseline;
}

.text-color-womenalia-19 {
  color: #000;
}

.text-color-womenalia-force-19 {
  color: #000 !important;
}

.bg-color-womenalia-19 {
  background-color: #000;
}

.progress-bar-color19 {
  background-color: #000;
}

.btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color.btn:not([disabled]):focus {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color.btn:not([disabled]):hover {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color.btn:not([disabled]):active {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color.no-shadow {
  box-shadow: none;
}
.btn-liner-color.no-shadow.btn:not([disabled]):focus {
  box-shadow: none;
}
.btn-liner-color.no-shadow.btn:not([disabled]):hover {
  box-shadow: none;
}
.btn-liner-color.no-shadow.btn:not([disabled]):active {
  box-shadow: none;
}
.btn-liner-color.shadow-sm {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color.shadow-sm.btn:not([disabled]):focus {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color.shadow-sm.btn:not([disabled]):hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color.shadow-sm.btn:not([disabled]):active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}

.btn-liner-color2 {
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color2.btn:not([disabled]):focus {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color2.btn:not([disabled]):hover {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color2.btn:not([disabled]):active {
  opacity: 0.9;
  color: #FFF;
  box-shadow: 0px 10px 15px #C7C7C7;
}
.btn-liner-color2.no-shadow {
  box-shadow: none;
}
.btn-liner-color2.no-shadow.btn:not([disabled]):focus {
  box-shadow: none;
}
.btn-liner-color2.no-shadow.btn:not([disabled]):hover {
  box-shadow: none;
}
.btn-liner-color2.no-shadow.btn:not([disabled]):active {
  box-shadow: none;
}
.btn-liner-color2.shadow-sm {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color2.shadow-sm.btn:not([disabled]):focus {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color2.shadow-sm.btn:not([disabled]):hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}
.btn-liner-color2.shadow-sm.btn:not([disabled]):active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
}

.title {
  font-size: 3.1rem;
  line-height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.title:not(.normaltitle) {
  font-family: "DMSerifText-Regular";
}
.title:not(.normaltitle) > :first-child {
  font-family: "DMSerifText-Regular";
}
@media screen and (max-width: 991.98px) {
  .title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .title {
    font-size: 2rem;
  }
}

ul.migasdepan li a {
  display: block;
  color: #2d2e2e;
}
ul.migasdepan li:first-child ~ li:not(:last-child) {
  padding-right: 0;
}
ul.migasdepan li:first-child ~ li:not(:last-child) a {
  position: relative;
  padding-right: 10px;
}
ul.migasdepan li:first-child ~ li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  color: #2d2e2e;
}

[aria-label=breadcrumb] ol {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
[aria-label=breadcrumb] ol li {
  font-family: "Roboto-Medium";
  font-size: 1.1rem;
}
[aria-label=breadcrumb] ol li a:not([disabled]):focus {
  color: #f23362;
}
[aria-label=breadcrumb] ol li a:not([disabled]):hover {
  color: #e6315d;
}
[aria-label=breadcrumb] ol li a:not([disabled]):active {
  color: #cc2b52;
}
[aria-label=breadcrumb] ol li.active {
  color: #282a29;
}

.subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.title_page {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .title_page {
    font-size: 1.75rem;
  }
}

.line {
  display: inline-block;
  position: relative;
  border-top: 2px solid #2d2e2e;
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .line {
    border-top-width: 1px;
  }
}
.line.outline:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  width: 100%;
  height: 0;
  border-top: 2px solid;
  border-color: inherit;
}
@media screen and (max-width: 575.98px) {
  .line.outline:before {
    border-top-width: 1px;
  }
}

.itemchange .lying-lines {
  position: relative;
  padding-bottom: 20rem;
}
.itemchange .lying-lines:before, .itemchange .lying-lines:after {
  content: "";
  position: absolute;
  background-color: rgba(210, 210, 210, 0.15);
  width: 27rem;
  border-radius: 100px;
  transform: rotate(130deg);
  z-index: -1;
}
.itemchange .lying-lines:before {
  top: 10rem;
  left: -7rem;
  height: 3.5rem;
}
.itemchange .lying-lines:after {
  top: 16rem;
  left: -3rem;
  height: 9rem;
}
.itemchange .lying-lines.col-6 {
  padding-top: 5rem;
}
.itemchange .lying-lines.col-6:before {
  top: 10rem;
  left: 0;
}
.itemchange .lying-lines.col-6:after {
  top: 14rem;
  left: 5rem;
}

.count-tab .header-tab > div {
  position: relative;
}
.count-tab .header-tab > div button {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .count-tab .header-tab > div button {
    font-size: 1rem;
  }
}
.count-tab .header-tab > div button.active {
  color: #ff3667;
}
.count-tab .header-tab > div button.active:focus, .count-tab .header-tab > div button.active:hover, .count-tab .header-tab > div button.active:active {
  color: #ff3667;
}
.count-tab .header-tab > div button.active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  max-width: 150px;
  border-bottom: 2px solid #ff3667;
  margin-right: auto;
  margin-left: auto;
}
.count-tab .tab {
  margin-top: 2rem;
}
.count-tab .tab button {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid #D9D9D9;
}
.count-tab .tab button .icon-tab {
  line-height: 100%;
  margin-top: 0.5rem;
}
.count-tab .tab button .icon-tab i {
  font-size: 1.2rem;
  margin-left: 0;
  color: #b6b6b6;
}
.count-tab .tab button.active {
  color: #ff3667;
}
.count-tab .tab button.active i {
  color: #ff3667;
}
.count-tab .body-tab {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .count-tab .body-tab {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.count-tab .body-tab .subtitletab {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
  .count-tab .body-tab .subtitletab {
    background-color: #FFF;
  }
  .count-tab .body-tab .subtitletab:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background-color: inherit;
    width: 15px;
    height: 100%;
  }
}
.count-tab .body-tab .subtitletab p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 575.98px) {
  .count-tab .body-tab .subtitletab p {
    font-size: 1.2rem;
  }
}
.count-tab .body-tab .btn-cuenta-editar i {
  font-size: 1.5rem;
  margin-left: 0;
}
@media screen and (min-width: 576px) {
  .count-tab.responsivetab .body-tab.active {
    display: flex !important;
  }
}
@media screen and (max-width: 767.98px) {
  .count-tab:not(.responsivetab) .header-tab:nth-child(3) button {
    text-align: right;
  }
}
.count-tab:not(.responsivetab) .body-tab.active {
  display: flex !important;
}

.box {
  background-color: #F7F7F7;
  border: none;
}

.p-6 {
  padding: 4rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-6 {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-6 {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-6 {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-6 {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-6 {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-6 {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-6 {
    padding: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-6 {
    margin: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
}

.p-7 {
  padding: 5rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-7 {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-7 {
    margin: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-7 {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-7 {
    margin: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-7 {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-7 {
    margin: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-7 {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-7 {
    margin: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-7 {
    padding: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-7 {
    margin: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 5rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 5rem !important;
  }
}

.p-8 {
  padding: 6rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-8 {
    padding: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-8 {
    margin: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-8 {
    padding: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-8 {
    margin: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-8 {
    padding: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-8 {
    margin: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-8 {
    padding: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-8 {
    margin: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-8 {
    padding: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-8 {
    margin: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 6rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 6rem !important;
  }
}

.p-9 {
  padding: 7rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-9 {
    padding: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-9 {
    margin: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-9 {
    padding: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-9 {
    margin: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-9,
  .py-md-9 {
    padding-top: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-9,
  .my-md-9 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-9,
  .px-md-9 {
    padding-left: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-9,
  .px-md-9 {
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-9 {
    padding: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-9 {
    margin: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-9 {
    padding: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-9 {
    margin: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-9 {
    padding: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-9 {
    margin: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 7rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 7rem !important;
  }
}

.p-10 {
  padding: 8rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.pt-10,
.py-10 {
  padding-top: 8rem !important;
}

.mt-10,
.my-10 {
  margin-top: 8rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 8rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 8rem !important;
}

.pl-10,
.px-10 {
  padding-left: 8rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 8rem !important;
}

.pr-10,
.px-10 {
  padding-right: 8rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 8rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-10 {
    padding: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-10 {
    margin: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-10 {
    padding: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-10 {
    margin: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-10,
  .py-md-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-10,
  .my-md-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-10,
  .px-md-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-10,
  .mx-md-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-10,
  .px-md-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-10,
  .mx-md-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-10 {
    padding: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-10 {
    margin: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-10 {
    padding: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-10 {
    margin: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-10 {
    padding: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-10 {
    margin: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 8rem !important;
  }
}

.p-11 {
  padding: 9rem !important;
}

.m-11 {
  margin: 9rem !important;
}

.pt-11,
.py-11 {
  padding-top: 9rem !important;
}

.mt-11,
.my-11 {
  margin-top: 9rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 9rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 9rem !important;
}

.pl-11,
.px-11 {
  padding-left: 9rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 9rem !important;
}

.pr-11,
.px-11 {
  padding-right: 9rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 9rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-11 {
    padding: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-11 {
    margin: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-11 {
    padding: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-11 {
    margin: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-11,
  .py-md-11 {
    padding-top: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-11,
  .my-md-11 {
    margin-top: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-11,
  .px-md-11 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-11,
  .mx-md-11 {
    margin-left: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-11,
  .px-md-11 {
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-11,
  .mx-md-11 {
    margin-right: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-11 {
    padding: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-11 {
    margin: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-11 {
    padding: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-11 {
    margin: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-11 {
    padding: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-11 {
    margin: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 9rem !important;
  }
}

.p-12 {
  padding: 10rem !important;
}

.m-12 {
  margin: 10rem !important;
}

.pt-12,
.py-12 {
  padding-top: 10rem !important;
}

.mt-12,
.my-12 {
  margin-top: 10rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 10rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 10rem !important;
}

.pl-12,
.px-12 {
  padding-left: 10rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 10rem !important;
}

.pr-12,
.px-12 {
  padding-right: 10rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 10rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-12 {
    padding: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-12 {
    margin: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-12 {
    padding: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-12 {
    margin: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-12,
  .py-md-12 {
    padding-top: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-12,
  .my-md-12 {
    margin-top: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-12,
  .px-md-12 {
    padding-left: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-12,
  .mx-md-12 {
    margin-left: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-12,
  .px-md-12 {
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-12,
  .mx-md-12 {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-12 {
    padding: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-12 {
    margin: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-12 {
    padding: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-12 {
    margin: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-12 {
    padding: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-12 {
    margin: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 10rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 10rem !important;
  }
}

.p-13 {
  padding: 11rem !important;
}

.m-13 {
  margin: 11rem !important;
}

.pt-13,
.py-13 {
  padding-top: 11rem !important;
}

.mt-13,
.my-13 {
  margin-top: 11rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 11rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 11rem !important;
}

.pl-13,
.px-13 {
  padding-left: 11rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 11rem !important;
}

.pr-13,
.px-13 {
  padding-right: 11rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 11rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-13 {
    padding: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-13 {
    margin: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-13 {
    padding: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-13 {
    margin: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-13,
  .py-md-13 {
    padding-top: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-13,
  .my-md-13 {
    margin-top: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-13,
  .px-md-13 {
    padding-left: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-13,
  .mx-md-13 {
    margin-left: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-13,
  .px-md-13 {
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-13,
  .mx-md-13 {
    margin-right: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-13 {
    padding: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-13 {
    margin: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-13 {
    padding: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-13 {
    margin: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-13 {
    padding: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-13 {
    margin: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 11rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 11rem !important;
  }
}

.p-14 {
  padding: 12rem !important;
}

.m-14 {
  margin: 12rem !important;
}

.pt-14,
.py-14 {
  padding-top: 12rem !important;
}

.mt-14,
.my-14 {
  margin-top: 12rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 12rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 12rem !important;
}

.pl-14,
.px-14 {
  padding-left: 12rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 12rem !important;
}

.pr-14,
.px-14 {
  padding-right: 12rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 12rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-14 {
    padding: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-14 {
    margin: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 12rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-14 {
    padding: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-14 {
    margin: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-14,
  .py-md-14 {
    padding-top: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-14,
  .my-md-14 {
    margin-top: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-14,
  .px-md-14 {
    padding-left: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-14,
  .mx-md-14 {
    margin-left: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-14,
  .px-md-14 {
    padding-right: 12rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-14,
  .mx-md-14 {
    margin-right: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-14 {
    padding: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-14 {
    margin: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 12rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-14 {
    padding: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-14 {
    margin: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 12rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-14 {
    padding: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-14 {
    margin: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 12rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 12rem !important;
  }
}

.p-15 {
  padding: 13rem !important;
}

.m-15 {
  margin: 13rem !important;
}

.pt-15,
.py-15 {
  padding-top: 13rem !important;
}

.mt-15,
.my-15 {
  margin-top: 13rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 13rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 13rem !important;
}

.pl-15,
.px-15 {
  padding-left: 13rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 13rem !important;
}

.pr-15,
.px-15 {
  padding-right: 13rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 13rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-15 {
    padding: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-15 {
    margin: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 13rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-15 {
    padding: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-15 {
    margin: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-15,
  .py-md-15 {
    padding-top: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-15,
  .my-md-15 {
    margin-top: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-15,
  .px-md-15 {
    padding-left: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-15,
  .mx-md-15 {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-15,
  .px-md-15 {
    padding-right: 13rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-15,
  .mx-md-15 {
    margin-right: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-15 {
    padding: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-15 {
    margin: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 13rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-15 {
    padding: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-15 {
    margin: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 13rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-15 {
    padding: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-15 {
    margin: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 13rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 13rem !important;
  }
}

.p-16 {
  padding: 14rem !important;
}

.m-16 {
  margin: 14rem !important;
}

.pt-16,
.py-16 {
  padding-top: 14rem !important;
}

.mt-16,
.my-16 {
  margin-top: 14rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 14rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 14rem !important;
}

.pl-16,
.px-16 {
  padding-left: 14rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 14rem !important;
}

.pr-16,
.px-16 {
  padding-right: 14rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 14rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-16 {
    padding: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-16 {
    margin: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 14rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-16 {
    padding: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-16 {
    margin: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-16,
  .py-md-16 {
    padding-top: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-16,
  .my-md-16 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-16,
  .px-md-16 {
    padding-left: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-16,
  .mx-md-16 {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-16,
  .px-md-16 {
    padding-right: 14rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-16,
  .mx-md-16 {
    margin-right: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-16 {
    padding: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-16 {
    margin: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 14rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-16 {
    padding: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-16 {
    margin: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 14rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-16 {
    padding: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-16 {
    margin: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 14rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 14rem !important;
  }
}

.p-17 {
  padding: 15rem !important;
}

.m-17 {
  margin: 15rem !important;
}

.pt-17,
.py-17 {
  padding-top: 15rem !important;
}

.mt-17,
.my-17 {
  margin-top: 15rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 15rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 15rem !important;
}

.pl-17,
.px-17 {
  padding-left: 15rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 15rem !important;
}

.pr-17,
.px-17 {
  padding-right: 15rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 15rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-17 {
    padding: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-17 {
    margin: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 15rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-17 {
    padding: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-17 {
    margin: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-17,
  .py-md-17 {
    padding-top: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-17,
  .my-md-17 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-17,
  .px-md-17 {
    padding-left: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-17,
  .mx-md-17 {
    margin-left: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-17,
  .px-md-17 {
    padding-right: 15rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-17,
  .mx-md-17 {
    margin-right: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-17 {
    padding: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-17 {
    margin: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-17 {
    padding: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-17 {
    margin: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-17 {
    padding: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-17 {
    margin: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 15rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 15rem !important;
  }
}

.p-18 {
  padding: 16rem !important;
}

.m-18 {
  margin: 16rem !important;
}

.pt-18,
.py-18 {
  padding-top: 16rem !important;
}

.mt-18,
.my-18 {
  margin-top: 16rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 16rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 16rem !important;
}

.pl-18,
.px-18 {
  padding-left: 16rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 16rem !important;
}

.pr-18,
.px-18 {
  padding-right: 16rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 16rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-18 {
    padding: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-18 {
    margin: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 16rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-18 {
    padding: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-18 {
    margin: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-18,
  .py-md-18 {
    padding-top: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-18,
  .my-md-18 {
    margin-top: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-18,
  .px-md-18 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-18,
  .mx-md-18 {
    margin-left: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-18,
  .px-md-18 {
    padding-right: 16rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-18,
  .mx-md-18 {
    margin-right: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-18 {
    padding: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-18 {
    margin: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 16rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-18 {
    padding: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-18 {
    margin: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 16rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-18 {
    padding: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-18 {
    margin: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 16rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 16rem !important;
  }
}

.p-19 {
  padding: 17rem !important;
}

.m-19 {
  margin: 17rem !important;
}

.pt-19,
.py-19 {
  padding-top: 17rem !important;
}

.mt-19,
.my-19 {
  margin-top: 17rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 17rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 17rem !important;
}

.pl-19,
.px-19 {
  padding-left: 17rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 17rem !important;
}

.pr-19,
.px-19 {
  padding-right: 17rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 17rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-19 {
    padding: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-19 {
    margin: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 17rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-19 {
    padding: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-19 {
    margin: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-19,
  .py-md-19 {
    padding-top: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-19,
  .my-md-19 {
    margin-top: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-19,
  .px-md-19 {
    padding-left: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-19,
  .mx-md-19 {
    margin-left: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-19,
  .px-md-19 {
    padding-right: 17rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-19,
  .mx-md-19 {
    margin-right: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-19 {
    padding: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-19 {
    margin: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 17rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-19 {
    padding: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-19 {
    margin: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 17rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-19 {
    padding: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-19 {
    margin: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 17rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 17rem !important;
  }
}

.p-20 {
  padding: 18rem !important;
}

.m-20 {
  margin: 18rem !important;
}

.pt-20,
.py-20 {
  padding-top: 18rem !important;
}

.mt-20,
.my-20 {
  margin-top: 18rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 18rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 18rem !important;
}

.pl-20,
.px-20 {
  padding-left: 18rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 18rem !important;
}

.pr-20,
.px-20 {
  padding-right: 18rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 18rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-20 {
    padding: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-20 {
    margin: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 18rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-20 {
    padding: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-20 {
    margin: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-20,
  .py-md-20 {
    padding-top: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-20,
  .my-md-20 {
    margin-top: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-20,
  .px-md-20 {
    padding-left: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-20,
  .mx-md-20 {
    margin-left: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-20,
  .px-md-20 {
    padding-right: 18rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-20,
  .mx-md-20 {
    margin-right: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-20 {
    padding: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-20 {
    margin: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 18rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-20 {
    padding: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-20 {
    margin: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 18rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-20 {
    padding: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-20 {
    margin: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 18rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 18rem !important;
  }
}

.p-21 {
  padding: 19rem !important;
}

.m-21 {
  margin: 19rem !important;
}

.pt-21,
.py-21 {
  padding-top: 19rem !important;
}

.mt-21,
.my-21 {
  margin-top: 19rem !important;
}

.pb-21,
.py-21 {
  padding-bottom: 19rem !important;
}

.mb-21,
.my-21 {
  margin-bottom: 19rem !important;
}

.pl-21,
.px-21 {
  padding-left: 19rem !important;
}

.ml-21,
.mx-21 {
  margin-left: 19rem !important;
}

.pr-21,
.px-21 {
  padding-right: 19rem !important;
}

.mr-21,
.mx-21 {
  margin-right: 19rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-21 {
    padding: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-21 {
    margin: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-21,
  .py-sm-21 {
    padding-top: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-21,
  .my-sm-21 {
    margin-top: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-21,
  .py-sm-21 {
    padding-bottom: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-21,
  .my-sm-21 {
    margin-bottom: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-21,
  .px-sm-21 {
    padding-left: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-21,
  .mx-sm-21 {
    margin-left: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-21,
  .px-sm-21 {
    padding-right: 19rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-21,
  .mx-sm-21 {
    margin-right: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-21 {
    padding: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-21 {
    margin: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-21,
  .py-md-21 {
    padding-top: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-21,
  .my-md-21 {
    margin-top: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-21,
  .py-md-21 {
    padding-bottom: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-21,
  .my-md-21 {
    margin-bottom: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-21,
  .px-md-21 {
    padding-left: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-21,
  .mx-md-21 {
    margin-left: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-21,
  .px-md-21 {
    padding-right: 19rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-21,
  .mx-md-21 {
    margin-right: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-21 {
    padding: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-21 {
    margin: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-21,
  .py-lg-21 {
    padding-top: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-21,
  .my-lg-21 {
    margin-top: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-21,
  .py-lg-21 {
    padding-bottom: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-21,
  .my-lg-21 {
    margin-bottom: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-21,
  .px-lg-21 {
    padding-left: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-21,
  .mx-lg-21 {
    margin-left: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-21,
  .px-lg-21 {
    padding-right: 19rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-21,
  .mx-lg-21 {
    margin-right: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-21 {
    padding: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-21 {
    margin: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-21,
  .py-xl-21 {
    padding-top: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-21,
  .my-xl-21 {
    margin-top: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-21,
  .py-xl-21 {
    padding-bottom: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-21,
  .my-xl-21 {
    margin-bottom: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-21,
  .px-xl-21 {
    padding-left: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-21,
  .mx-xl-21 {
    margin-left: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-21,
  .px-xl-21 {
    padding-right: 19rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-21,
  .mx-xl-21 {
    margin-right: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-21 {
    padding: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-21 {
    margin: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-21,
  .py-xxl-21 {
    padding-top: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-21,
  .my-xxl-21 {
    margin-top: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-21,
  .py-xxl-21 {
    padding-bottom: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-21,
  .my-xxl-21 {
    margin-bottom: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-21,
  .px-xxl-21 {
    padding-left: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-21,
  .mx-xxl-21 {
    margin-left: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-21,
  .px-xxl-21 {
    padding-right: 19rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-21,
  .mx-xxl-21 {
    margin-right: 19rem !important;
  }
}

.p-22 {
  padding: 20rem !important;
}

.m-22 {
  margin: 20rem !important;
}

.pt-22,
.py-22 {
  padding-top: 20rem !important;
}

.mt-22,
.my-22 {
  margin-top: 20rem !important;
}

.pb-22,
.py-22 {
  padding-bottom: 20rem !important;
}

.mb-22,
.my-22 {
  margin-bottom: 20rem !important;
}

.pl-22,
.px-22 {
  padding-left: 20rem !important;
}

.ml-22,
.mx-22 {
  margin-left: 20rem !important;
}

.pr-22,
.px-22 {
  padding-right: 20rem !important;
}

.mr-22,
.mx-22 {
  margin-right: 20rem !important;
}

@media screen and (min-width: 576px) {
  .p-sm-22 {
    padding: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .m-sm-22 {
    margin: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-22,
  .py-sm-22 {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mt-sm-22,
  .my-sm-22 {
    margin-top: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-22,
  .py-sm-22 {
    padding-bottom: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-22,
  .my-sm-22 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-22,
  .px-sm-22 {
    padding-left: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .ml-sm-22,
  .mx-sm-22 {
    margin-left: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .pr-sm-22,
  .px-sm-22 {
    padding-right: 20rem !important;
  }
}

@media screen and (min-width: 576px) {
  .mr-sm-22,
  .mx-sm-22 {
    margin-right: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-22 {
    padding: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .m-md-22 {
    margin: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pt-md-22,
  .py-md-22 {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-22,
  .my-md-22 {
    margin-top: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pb-md-22,
  .py-md-22 {
    padding-bottom: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-22,
  .my-md-22 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pl-md-22,
  .px-md-22 {
    padding-left: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .ml-md-22,
  .mx-md-22 {
    margin-left: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .pr-md-22,
  .px-md-22 {
    padding-right: 20rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mr-md-22,
  .mx-md-22 {
    margin-right: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-22 {
    padding: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .m-lg-22 {
    margin: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pt-lg-22,
  .py-lg-22 {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-22,
  .my-lg-22 {
    margin-top: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pb-lg-22,
  .py-lg-22 {
    padding-bottom: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-22,
  .my-lg-22 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pl-lg-22,
  .px-lg-22 {
    padding-left: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .ml-lg-22,
  .mx-lg-22 {
    margin-left: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .pr-lg-22,
  .px-lg-22 {
    padding-right: 20rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mr-lg-22,
  .mx-lg-22 {
    margin-right: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-22 {
    padding: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .m-xl-22 {
    margin: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-22,
  .py-xl-22 {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-22,
  .my-xl-22 {
    margin-top: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pb-xl-22,
  .py-xl-22 {
    padding-bottom: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mb-xl-22,
  .my-xl-22 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-22,
  .px-xl-22 {
    padding-left: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .ml-xl-22,
  .mx-xl-22 {
    margin-left: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .pr-xl-22,
  .px-xl-22 {
    padding-right: 20rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mr-xl-22,
  .mx-xl-22 {
    margin-right: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .p-xxl-22 {
    padding: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .m-xxl-22 {
    margin: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pt-xxl-22,
  .py-xxl-22 {
    padding-top: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mt-xxl-22,
  .my-xxl-22 {
    margin-top: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pb-xxl-22,
  .py-xxl-22 {
    padding-bottom: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mb-xxl-22,
  .my-xxl-22 {
    margin-bottom: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pl-xxl-22,
  .px-xxl-22 {
    padding-left: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .ml-xxl-22,
  .mx-xxl-22 {
    margin-left: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .pr-xxl-22,
  .px-xxl-22 {
    padding-right: 20rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .mr-xxl-22,
  .mx-xxl-22 {
    margin-right: 20rem !important;
  }
}

.flaticon-prize-1 {
  position: relative;
}
.flaticon-prize-1:before {
  position: relative;
  z-index: 1;
}
.flaticon-prize-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 20%;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  height: 45%;
  background-color: #FFF;
  border-radius: 100px;
  z-index: 0;
}

.flaticon-refresh:before {
  transform: rotate(-70deg);
}

i.flaticon-bookmark-tag {
  position: relative;
  margin-left: 0;
}
i.flaticon-bookmark-tag > i {
  position: absolute;
  top: -20%;
  right: -7%;
  border-radius: 100vh;
  background-color: #FFF;
  padding: 10%;
  font-size: 37% !important;
}

.flaticon-review.user {
  position: relative;
}
.flaticon-review.user:after {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f156";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40%;
}

.text-editorG {
  display: block;
  max-width: 98%;
  margin-right: auto;
  margin-left: auto;
}

[src*=".svg"] {
  width: 100%;
}

@media screen and (min-width: 1300px) {
  .container[role=document],
  .container-xl[role=document] {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1400px) {
  .container[role=document],
  .container-xl[role=document] {
    max-width: 1340px;
  }
}
.boxfooter {
  padding-bottom: 4rem;
}
.boxfooter > div:first-child i {
  font-size: 3.5rem;
  line-height: 100%;
}
.boxfooter > div:first-child + div p {
  margin-bottom: 0;
}
.boxfooter > div:first-child + div p.titleCompartir {
  font-size: 1.6rem;
  line-height: 100%;
}

.boxIn {
  position: relative;
}
.boxIn .floatbtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.boxIn .floatbtn button {
  font-size: 1rem;
}
.boxIn .floatbtn button i,
.boxIn .floatbtn button b {
  vertical-align: middle;
  line-height: 100%;
}
.boxIn .floatbtn button i {
  margin-right: 0.4rem;
  margin-left: 0;
}
.boxIn .floatbtn + p.subtitle {
  padding-right: 5.5rem;
}

.extrabox {
  position: relative;
  background-color: #F7F7F7;
}
.extrabox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 200px;
  height: 100%;
  background-color: inherit;
}

.menssagemns {
  margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
  .count-idiomas .boxcount-idioma {
    margin-bottom: 2.5rem;
  }
}

.numcount-contactos:not(.col):not([class*=col-]) {
  margin-top: 1.5rem;
}
.numcount-contactos .count-iconContac {
  display: inline-block;
  position: relative;
  line-height: 100%;
}
.numcount-contactos .count-iconContac i.flaticon-refer {
  position: relative;
}
.numcount-contactos .count-iconContac i.flaticon-refer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47%;
  height: 100%;
  background-color: #FFF;
}
.numcount-contactos .count-iconContac i.flaticon-user-2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20% !important;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 12rem;
  max-height: 15rem;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-delete-profile {
  font-size: 1.5em !important;
}

.float-bottom {
  top: initial !important;
  bottom: 0;
  margin-bottom: 0.5rem;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.loading-container .spinner-border {
  width: 5rem;
  height: 5rem;
  color: #ff3667 !important;
}

.fixed-loading + .loading-container {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.height-auto {
  height: auto !important;
}

a.hover-womenalia:hover {
  color: #ff3667;
  text-decoration: underline;
}
a.hover-womenalia:hover b {
  color: #ff3667;
}

.hover-text-womenalia:hover {
  color: #ff3667;
  text-decoration: underline;
}
.hover-text-womenalia:hover b {
  color: #ff3667;
}

a.hover-womenalia-underline {
  color: #ff3667;
  text-decoration: underline;
}
a.hover-womenalia-underline:hover {
  color: #ff3667;
  text-decoration: underline;
}
a.hover-womenalia-underline:hover b {
  color: #ff3667;
}

a.hover-womenalia-icon:hover {
  color: #ff3667;
}
a.hover-womenalia-icon:hover b {
  color: #ff3667;
}

a.hover-womenalia-description {
  display: inline-block;
  color: #2d2e2e;
}
a.hover-womenalia-description:hover {
  color: #ff3667;
  text-decoration: none;
}

a.hover-womenalia-editor {
  display: inline-block;
  color: #ff3667;
}
a.hover-womenalia-editor:hover {
  color: #ff3667;
  text-decoration: none;
}

.flexbox-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-hover:hover {
  color: #ff3667 !important;
}

.d-grid {
  display: grid;
}

@media screen and (min-width: 576px) {
  .d-sm-grid {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .d-md-grid {
    display: grid;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-grid {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-grid {
    display: grid;
  }
}
@media screen and (min-width: 1400px) {
  .d-xxl-grid {
    display: grid;
  }
}
ngb-datepicker-navigation-select > .custom-select {
  background: none;
}

.ck-balloon-panel {
  z-index: 1051 !important;
}

.font-sans-extra-bold {
  font-family: "Roboto-Black";
}

.btn-hover-color {
  color: #FFF;
  font-family: "Roboto-Bold";
}
.btn-hover-color:hover {
  color: #ff3667 !important;
}

.btn-close-step-suggestion {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -10px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #ff3667;
  color: #ff3667;
  font-weight: 900;
}

.col-5ths {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}

ul.nav-tabs:not(.nav-tabs-custom) {
  border-bottom: 0;
  margin-bottom: 1.5rem;
}
ul.nav-tabs:not(.nav-tabs-custom) li .btn {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
}
ul.nav-tabs:not(.nav-tabs-custom) li .btn:focus {
  background-color: #EDEDED !important;
  color: #ff3667 !important;
}
ul.nav-tabs:not(.nav-tabs-custom) li .btn:hover {
  background-color: #EDEDED !important;
  color: #ff3667 !important;
}
ul.nav-tabs:not(.nav-tabs-custom) li .btn:active {
  background-color: #EDEDED !important;
  color: #ff3667 !important;
}
ul.nav-tabs:not(.nav-tabs-custom) li .btn.active {
  background-color: #ff3667 !important;
  color: #FFF !important;
}

.tab-content .tab-pane .item-configuracion {
  margin-bottom: 1rem;
}
.tab-content .tab-pane .item-configuracion .title-tab {
  margin-bottom: 2rem;
}
.tab-content .tab-pane .item-configuracion .subtitle-tab {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tab-content .tab-pane .item-configuracion hr {
  margin-top: 0.5rem;
}
.tab-content .tab-pane .item-configuracion > p {
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.progress .progress-bar[aria-valuenow="0"] {
  width: 0%;
}
.progress .progress-bar[aria-valuenow="1"] {
  width: 1%;
}
.progress .progress-bar[aria-valuenow="2"] {
  width: 2%;
}
.progress .progress-bar[aria-valuenow="3"] {
  width: 3%;
}
.progress .progress-bar[aria-valuenow="4"] {
  width: 4%;
}
.progress .progress-bar[aria-valuenow="5"] {
  width: 5%;
}
.progress .progress-bar[aria-valuenow="6"] {
  width: 6%;
}
.progress .progress-bar[aria-valuenow="7"] {
  width: 7%;
}
.progress .progress-bar[aria-valuenow="8"] {
  width: 8%;
}
.progress .progress-bar[aria-valuenow="9"] {
  width: 9%;
}
.progress .progress-bar[aria-valuenow="10"] {
  width: 10%;
}
.progress .progress-bar[aria-valuenow="11"] {
  width: 11%;
}
.progress .progress-bar[aria-valuenow="12"] {
  width: 12%;
}
.progress .progress-bar[aria-valuenow="13"] {
  width: 13%;
}
.progress .progress-bar[aria-valuenow="14"] {
  width: 14%;
}
.progress .progress-bar[aria-valuenow="15"] {
  width: 15%;
}
.progress .progress-bar[aria-valuenow="16"] {
  width: 16%;
}
.progress .progress-bar[aria-valuenow="17"] {
  width: 17%;
}
.progress .progress-bar[aria-valuenow="18"] {
  width: 18%;
}
.progress .progress-bar[aria-valuenow="19"] {
  width: 19%;
}
.progress .progress-bar[aria-valuenow="20"] {
  width: 20%;
}
.progress .progress-bar[aria-valuenow="21"] {
  width: 21%;
}
.progress .progress-bar[aria-valuenow="22"] {
  width: 22%;
}
.progress .progress-bar[aria-valuenow="23"] {
  width: 23%;
}
.progress .progress-bar[aria-valuenow="24"] {
  width: 24%;
}
.progress .progress-bar[aria-valuenow="25"] {
  width: 25%;
}
.progress .progress-bar[aria-valuenow="26"] {
  width: 26%;
}
.progress .progress-bar[aria-valuenow="27"] {
  width: 27%;
}
.progress .progress-bar[aria-valuenow="28"] {
  width: 28%;
}
.progress .progress-bar[aria-valuenow="29"] {
  width: 29%;
}
.progress .progress-bar[aria-valuenow="30"] {
  width: 30%;
}
.progress .progress-bar[aria-valuenow="31"] {
  width: 31%;
}
.progress .progress-bar[aria-valuenow="32"] {
  width: 32%;
}
.progress .progress-bar[aria-valuenow="33"] {
  width: 33%;
}
.progress .progress-bar[aria-valuenow="34"] {
  width: 34%;
}
.progress .progress-bar[aria-valuenow="35"] {
  width: 35%;
}
.progress .progress-bar[aria-valuenow="36"] {
  width: 36%;
}
.progress .progress-bar[aria-valuenow="37"] {
  width: 37%;
}
.progress .progress-bar[aria-valuenow="38"] {
  width: 38%;
}
.progress .progress-bar[aria-valuenow="39"] {
  width: 39%;
}
.progress .progress-bar[aria-valuenow="40"] {
  width: 40%;
}
.progress .progress-bar[aria-valuenow="41"] {
  width: 41%;
}
.progress .progress-bar[aria-valuenow="42"] {
  width: 42%;
}
.progress .progress-bar[aria-valuenow="43"] {
  width: 43%;
}
.progress .progress-bar[aria-valuenow="44"] {
  width: 44%;
}
.progress .progress-bar[aria-valuenow="45"] {
  width: 45%;
}
.progress .progress-bar[aria-valuenow="46"] {
  width: 46%;
}
.progress .progress-bar[aria-valuenow="47"] {
  width: 47%;
}
.progress .progress-bar[aria-valuenow="48"] {
  width: 48%;
}
.progress .progress-bar[aria-valuenow="49"] {
  width: 49%;
}
.progress .progress-bar[aria-valuenow="50"] {
  width: 50%;
}
.progress .progress-bar[aria-valuenow="51"] {
  width: 51%;
}
.progress .progress-bar[aria-valuenow="52"] {
  width: 52%;
}
.progress .progress-bar[aria-valuenow="53"] {
  width: 53%;
}
.progress .progress-bar[aria-valuenow="54"] {
  width: 54%;
}
.progress .progress-bar[aria-valuenow="55"] {
  width: 55%;
}
.progress .progress-bar[aria-valuenow="56"] {
  width: 56%;
}
.progress .progress-bar[aria-valuenow="57"] {
  width: 57%;
}
.progress .progress-bar[aria-valuenow="58"] {
  width: 58%;
}
.progress .progress-bar[aria-valuenow="59"] {
  width: 59%;
}
.progress .progress-bar[aria-valuenow="60"] {
  width: 60%;
}
.progress .progress-bar[aria-valuenow="61"] {
  width: 61%;
}
.progress .progress-bar[aria-valuenow="62"] {
  width: 62%;
}
.progress .progress-bar[aria-valuenow="63"] {
  width: 63%;
}
.progress .progress-bar[aria-valuenow="64"] {
  width: 64%;
}
.progress .progress-bar[aria-valuenow="65"] {
  width: 65%;
}
.progress .progress-bar[aria-valuenow="66"] {
  width: 66%;
}
.progress .progress-bar[aria-valuenow="67"] {
  width: 67%;
}
.progress .progress-bar[aria-valuenow="68"] {
  width: 68%;
}
.progress .progress-bar[aria-valuenow="69"] {
  width: 69%;
}
.progress .progress-bar[aria-valuenow="70"] {
  width: 70%;
}
.progress .progress-bar[aria-valuenow="71"] {
  width: 71%;
}
.progress .progress-bar[aria-valuenow="72"] {
  width: 72%;
}
.progress .progress-bar[aria-valuenow="73"] {
  width: 73%;
}
.progress .progress-bar[aria-valuenow="74"] {
  width: 74%;
}
.progress .progress-bar[aria-valuenow="75"] {
  width: 75%;
}
.progress .progress-bar[aria-valuenow="76"] {
  width: 76%;
}
.progress .progress-bar[aria-valuenow="77"] {
  width: 77%;
}
.progress .progress-bar[aria-valuenow="78"] {
  width: 78%;
}
.progress .progress-bar[aria-valuenow="79"] {
  width: 79%;
}
.progress .progress-bar[aria-valuenow="80"] {
  width: 80%;
}
.progress .progress-bar[aria-valuenow="81"] {
  width: 81%;
}
.progress .progress-bar[aria-valuenow="82"] {
  width: 82%;
}
.progress .progress-bar[aria-valuenow="83"] {
  width: 83%;
}
.progress .progress-bar[aria-valuenow="84"] {
  width: 84%;
}
.progress .progress-bar[aria-valuenow="85"] {
  width: 85%;
}
.progress .progress-bar[aria-valuenow="86"] {
  width: 86%;
}
.progress .progress-bar[aria-valuenow="87"] {
  width: 87%;
}
.progress .progress-bar[aria-valuenow="88"] {
  width: 88%;
}
.progress .progress-bar[aria-valuenow="89"] {
  width: 89%;
}
.progress .progress-bar[aria-valuenow="90"] {
  width: 90%;
}
.progress .progress-bar[aria-valuenow="91"] {
  width: 91%;
}
.progress .progress-bar[aria-valuenow="92"] {
  width: 92%;
}
.progress .progress-bar[aria-valuenow="93"] {
  width: 93%;
}
.progress .progress-bar[aria-valuenow="94"] {
  width: 94%;
}
.progress .progress-bar[aria-valuenow="95"] {
  width: 95%;
}
.progress .progress-bar[aria-valuenow="96"] {
  width: 96%;
}
.progress .progress-bar[aria-valuenow="97"] {
  width: 97%;
}
.progress .progress-bar[aria-valuenow="98"] {
  width: 98%;
}
.progress .progress-bar[aria-valuenow="99"] {
  width: 99%;
}
.progress .progress-bar[aria-valuenow="100"] {
  width: 100%;
}

.progress-circle {
  position: relative;
  padding: 0;
  width: 9rem;
  height: 9rem;
  background-color: #CCCCCC;
  border-radius: 100px;
  line-height: 9rem;
}
.progress-circle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  width: 7.7rem;
  height: 7.7rem;
  background-color: #FFF;
  overflow: hidden;
}
.progress-circle > .circle-imgperfil-micamino-ecommerce {
  position: relative;
  height: 7.7rem;
  width: 7.7rem;
  min-height: 7.7rem;
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  border-radius: 100px;
  overflow: hidden;
  background-color: #FFF;
  z-index: 2;
}
.progress-circle > .circle-imgperfil-micamino-ecommerce img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.progress-circle:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Roboto-Bold";
  font-size: 2rem;
  color: #4bbeaa;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.left-half-clipper {
  position: absolute;
  border-radius: 100px;
  width: 9rem;
  height: 9rem;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  transform: rotate(180deg);
}

.value-bar {
  position: absolute;
  clip: rect(0, 4.5rem, 9rem, 0);
  width: 9rem;
  height: 9rem;
  border-radius: 100px;
  border: 0.75rem solid #4bbeaa;
  box-sizing: border-box;
}

.progress-circle:not(.over50) .first50-bar {
  display: none;
}

.progress-circle.p0 .value-bar {
  display: none;
}

.progress-circle.progress-1:before {
  content: "1%";
}
.progress-circle.progress-1 .value-bar {
  transform: rotate(3.6deg);
}

.progress-circle.progress-2:before {
  content: "2%";
}
.progress-circle.progress-2 .value-bar {
  transform: rotate(7.2deg);
}

.progress-circle.progress-3:before {
  content: "3%";
}
.progress-circle.progress-3 .value-bar {
  transform: rotate(10.8deg);
}

.progress-circle.progress-4:before {
  content: "4%";
}
.progress-circle.progress-4 .value-bar {
  transform: rotate(14.4deg);
}

.progress-circle.progress-5:before {
  content: "5%";
}
.progress-circle.progress-5 .value-bar {
  transform: rotate(18deg);
}

.progress-circle.progress-6:before {
  content: "6%";
}
.progress-circle.progress-6 .value-bar {
  transform: rotate(21.6deg);
}

.progress-circle.progress-7:before {
  content: "7%";
}
.progress-circle.progress-7 .value-bar {
  transform: rotate(25.2deg);
}

.progress-circle.progress-8:before {
  content: "8%";
}
.progress-circle.progress-8 .value-bar {
  transform: rotate(28.8deg);
}

.progress-circle.progress-9:before {
  content: "9%";
}
.progress-circle.progress-9 .value-bar {
  transform: rotate(32.4deg);
}

.progress-circle.progress-10:before {
  content: "10%";
}
.progress-circle.progress-10 .value-bar {
  transform: rotate(36deg);
}

.progress-circle.progress-11:before {
  content: "11%";
}
.progress-circle.progress-11 .value-bar {
  transform: rotate(39.6deg);
}

.progress-circle.progress-12:before {
  content: "12%";
}
.progress-circle.progress-12 .value-bar {
  transform: rotate(43.2deg);
}

.progress-circle.progress-13:before {
  content: "13%";
}
.progress-circle.progress-13 .value-bar {
  transform: rotate(46.8deg);
}

.progress-circle.progress-14:before {
  content: "14%";
}
.progress-circle.progress-14 .value-bar {
  transform: rotate(50.4deg);
}

.progress-circle.progress-15:before {
  content: "15%";
}
.progress-circle.progress-15 .value-bar {
  transform: rotate(54deg);
}

.progress-circle.progress-16:before {
  content: "16%";
}
.progress-circle.progress-16 .value-bar {
  transform: rotate(57.6deg);
}

.progress-circle.progress-17:before {
  content: "17%";
}
.progress-circle.progress-17 .value-bar {
  transform: rotate(61.2deg);
}

.progress-circle.progress-18:before {
  content: "18%";
}
.progress-circle.progress-18 .value-bar {
  transform: rotate(64.8deg);
}

.progress-circle.progress-19:before {
  content: "19%";
}
.progress-circle.progress-19 .value-bar {
  transform: rotate(68.4deg);
}

.progress-circle.progress-20:before {
  content: "20%";
}
.progress-circle.progress-20 .value-bar {
  transform: rotate(72deg);
}

.progress-circle.progress-21:before {
  content: "21%";
}
.progress-circle.progress-21 .value-bar {
  transform: rotate(75.6deg);
}

.progress-circle.progress-22:before {
  content: "22%";
}
.progress-circle.progress-22 .value-bar {
  transform: rotate(79.2deg);
}

.progress-circle.progress-23:before {
  content: "23%";
}
.progress-circle.progress-23 .value-bar {
  transform: rotate(82.8deg);
}

.progress-circle.progress-24:before {
  content: "24%";
}
.progress-circle.progress-24 .value-bar {
  transform: rotate(86.4deg);
}

.progress-circle.progress-25:before {
  content: "25%";
}
.progress-circle.progress-25 .value-bar {
  transform: rotate(90deg);
}

.progress-circle.progress-26:before {
  content: "26%";
}
.progress-circle.progress-26 .value-bar {
  transform: rotate(93.6deg);
}

.progress-circle.progress-27:before {
  content: "27%";
}
.progress-circle.progress-27 .value-bar {
  transform: rotate(97.2deg);
}

.progress-circle.progress-28:before {
  content: "28%";
}
.progress-circle.progress-28 .value-bar {
  transform: rotate(100.8deg);
}

.progress-circle.progress-29:before {
  content: "29%";
}
.progress-circle.progress-29 .value-bar {
  transform: rotate(104.4deg);
}

.progress-circle.progress-30:before {
  content: "30%";
}
.progress-circle.progress-30 .value-bar {
  transform: rotate(108deg);
}

.progress-circle.progress-31:before {
  content: "31%";
}
.progress-circle.progress-31 .value-bar {
  transform: rotate(111.6deg);
}

.progress-circle.progress-32:before {
  content: "32%";
}
.progress-circle.progress-32 .value-bar {
  transform: rotate(115.2deg);
}

.progress-circle.progress-33:before {
  content: "33%";
}
.progress-circle.progress-33 .value-bar {
  transform: rotate(118.8deg);
}

.progress-circle.progress-34:before {
  content: "34%";
}
.progress-circle.progress-34 .value-bar {
  transform: rotate(122.4deg);
}

.progress-circle.progress-35:before {
  content: "35%";
}
.progress-circle.progress-35 .value-bar {
  transform: rotate(126deg);
}

.progress-circle.progress-36:before {
  content: "36%";
}
.progress-circle.progress-36 .value-bar {
  transform: rotate(129.6deg);
}

.progress-circle.progress-37:before {
  content: "37%";
}
.progress-circle.progress-37 .value-bar {
  transform: rotate(133.2deg);
}

.progress-circle.progress-38:before {
  content: "38%";
}
.progress-circle.progress-38 .value-bar {
  transform: rotate(136.8deg);
}

.progress-circle.progress-39:before {
  content: "39%";
}
.progress-circle.progress-39 .value-bar {
  transform: rotate(140.4deg);
}

.progress-circle.progress-40:before {
  content: "40%";
}
.progress-circle.progress-40 .value-bar {
  transform: rotate(144deg);
}

.progress-circle.progress-41:before {
  content: "41%";
}
.progress-circle.progress-41 .value-bar {
  transform: rotate(147.6deg);
}

.progress-circle.progress-42:before {
  content: "42%";
}
.progress-circle.progress-42 .value-bar {
  transform: rotate(151.2deg);
}

.progress-circle.progress-43:before {
  content: "43%";
}
.progress-circle.progress-43 .value-bar {
  transform: rotate(154.8deg);
}

.progress-circle.progress-44:before {
  content: "44%";
}
.progress-circle.progress-44 .value-bar {
  transform: rotate(158.4deg);
}

.progress-circle.progress-45:before {
  content: "45%";
}
.progress-circle.progress-45 .value-bar {
  transform: rotate(162deg);
}

.progress-circle.progress-46:before {
  content: "46%";
}
.progress-circle.progress-46 .value-bar {
  transform: rotate(165.6deg);
}

.progress-circle.progress-47:before {
  content: "47%";
}
.progress-circle.progress-47 .value-bar {
  transform: rotate(169.2deg);
}

.progress-circle.progress-48:before {
  content: "48%";
}
.progress-circle.progress-48 .value-bar {
  transform: rotate(172.8deg);
}

.progress-circle.progress-49:before {
  content: "49%";
}
.progress-circle.progress-49 .value-bar {
  transform: rotate(176.4deg);
}

.progress-circle.progress-50:before {
  content: "50%";
}
.progress-circle.progress-50 .value-bar {
  transform: rotate(180deg);
}

.progress-circle.progress-51:before {
  content: "51%";
}
.progress-circle.progress-51 .value-bar {
  transform: rotate(183.6deg);
}
.progress-circle.progress-51 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-51 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-52:before {
  content: "52%";
}
.progress-circle.progress-52 .value-bar {
  transform: rotate(187.2deg);
}
.progress-circle.progress-52 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-52 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-53:before {
  content: "53%";
}
.progress-circle.progress-53 .value-bar {
  transform: rotate(190.8deg);
}
.progress-circle.progress-53 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-53 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-54:before {
  content: "54%";
}
.progress-circle.progress-54 .value-bar {
  transform: rotate(194.4deg);
}
.progress-circle.progress-54 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-54 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-55:before {
  content: "55%";
}
.progress-circle.progress-55 .value-bar {
  transform: rotate(198deg);
}
.progress-circle.progress-55 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-55 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-56:before {
  content: "56%";
}
.progress-circle.progress-56 .value-bar {
  transform: rotate(201.6deg);
}
.progress-circle.progress-56 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-56 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-57:before {
  content: "57%";
}
.progress-circle.progress-57 .value-bar {
  transform: rotate(205.2deg);
}
.progress-circle.progress-57 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-57 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-58:before {
  content: "58%";
}
.progress-circle.progress-58 .value-bar {
  transform: rotate(208.8deg);
}
.progress-circle.progress-58 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-58 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-59:before {
  content: "59%";
}
.progress-circle.progress-59 .value-bar {
  transform: rotate(212.4deg);
}
.progress-circle.progress-59 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-59 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-60:before {
  content: "60%";
}
.progress-circle.progress-60 .value-bar {
  transform: rotate(216deg);
}
.progress-circle.progress-60 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-60 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-61:before {
  content: "61%";
}
.progress-circle.progress-61 .value-bar {
  transform: rotate(219.6deg);
}
.progress-circle.progress-61 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-61 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-62:before {
  content: "62%";
}
.progress-circle.progress-62 .value-bar {
  transform: rotate(223.2deg);
}
.progress-circle.progress-62 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-62 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-63:before {
  content: "63%";
}
.progress-circle.progress-63 .value-bar {
  transform: rotate(226.8deg);
}
.progress-circle.progress-63 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-63 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-64:before {
  content: "64%";
}
.progress-circle.progress-64 .value-bar {
  transform: rotate(230.4deg);
}
.progress-circle.progress-64 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-64 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-65:before {
  content: "65%";
}
.progress-circle.progress-65 .value-bar {
  transform: rotate(234deg);
}
.progress-circle.progress-65 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-65 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-66:before {
  content: "66%";
}
.progress-circle.progress-66 .value-bar {
  transform: rotate(237.6deg);
}
.progress-circle.progress-66 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-66 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-67:before {
  content: "67%";
}
.progress-circle.progress-67 .value-bar {
  transform: rotate(241.2deg);
}
.progress-circle.progress-67 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-67 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-68:before {
  content: "68%";
}
.progress-circle.progress-68 .value-bar {
  transform: rotate(244.8deg);
}
.progress-circle.progress-68 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-68 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-69:before {
  content: "69%";
}
.progress-circle.progress-69 .value-bar {
  transform: rotate(248.4deg);
}
.progress-circle.progress-69 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-69 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-70:before {
  content: "70%";
}
.progress-circle.progress-70 .value-bar {
  transform: rotate(252deg);
}
.progress-circle.progress-70 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-70 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-71:before {
  content: "71%";
}
.progress-circle.progress-71 .value-bar {
  transform: rotate(255.6deg);
}
.progress-circle.progress-71 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-71 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-72:before {
  content: "72%";
}
.progress-circle.progress-72 .value-bar {
  transform: rotate(259.2deg);
}
.progress-circle.progress-72 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-72 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-73:before {
  content: "73%";
}
.progress-circle.progress-73 .value-bar {
  transform: rotate(262.8deg);
}
.progress-circle.progress-73 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-73 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-74:before {
  content: "74%";
}
.progress-circle.progress-74 .value-bar {
  transform: rotate(266.4deg);
}
.progress-circle.progress-74 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-74 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-75:before {
  content: "75%";
}
.progress-circle.progress-75 .value-bar {
  transform: rotate(270deg);
}
.progress-circle.progress-75 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-75 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-76:before {
  content: "76%";
}
.progress-circle.progress-76 .value-bar {
  transform: rotate(273.6deg);
}
.progress-circle.progress-76 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-76 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-77:before {
  content: "77%";
}
.progress-circle.progress-77 .value-bar {
  transform: rotate(277.2deg);
}
.progress-circle.progress-77 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-77 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-78:before {
  content: "78%";
}
.progress-circle.progress-78 .value-bar {
  transform: rotate(280.8deg);
}
.progress-circle.progress-78 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-78 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-79:before {
  content: "79%";
}
.progress-circle.progress-79 .value-bar {
  transform: rotate(284.4deg);
}
.progress-circle.progress-79 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-79 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-80:before {
  content: "80%";
}
.progress-circle.progress-80 .value-bar {
  transform: rotate(288deg);
}
.progress-circle.progress-80 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-80 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-81:before {
  content: "81%";
}
.progress-circle.progress-81 .value-bar {
  transform: rotate(291.6deg);
}
.progress-circle.progress-81 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-81 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-82:before {
  content: "82%";
}
.progress-circle.progress-82 .value-bar {
  transform: rotate(295.2deg);
}
.progress-circle.progress-82 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-82 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-83:before {
  content: "83%";
}
.progress-circle.progress-83 .value-bar {
  transform: rotate(298.8deg);
}
.progress-circle.progress-83 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-83 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-84:before {
  content: "84%";
}
.progress-circle.progress-84 .value-bar {
  transform: rotate(302.4deg);
}
.progress-circle.progress-84 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-84 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-85:before {
  content: "85%";
}
.progress-circle.progress-85 .value-bar {
  transform: rotate(306deg);
}
.progress-circle.progress-85 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-85 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-86:before {
  content: "86%";
}
.progress-circle.progress-86 .value-bar {
  transform: rotate(309.6deg);
}
.progress-circle.progress-86 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-86 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-87:before {
  content: "87%";
}
.progress-circle.progress-87 .value-bar {
  transform: rotate(313.2deg);
}
.progress-circle.progress-87 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-87 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-88:before {
  content: "88%";
}
.progress-circle.progress-88 .value-bar {
  transform: rotate(316.8deg);
}
.progress-circle.progress-88 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-88 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-89:before {
  content: "89%";
}
.progress-circle.progress-89 .value-bar {
  transform: rotate(320.4deg);
}
.progress-circle.progress-89 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-89 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-90:before {
  content: "90%";
}
.progress-circle.progress-90 .value-bar {
  transform: rotate(324deg);
}
.progress-circle.progress-90 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-90 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-91:before {
  content: "91%";
}
.progress-circle.progress-91 .value-bar {
  transform: rotate(327.6deg);
}
.progress-circle.progress-91 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-91 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-92:before {
  content: "92%";
}
.progress-circle.progress-92 .value-bar {
  transform: rotate(331.2deg);
}
.progress-circle.progress-92 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-92 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-93:before {
  content: "93%";
}
.progress-circle.progress-93 .value-bar {
  transform: rotate(334.8deg);
}
.progress-circle.progress-93 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-93 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-94:before {
  content: "94%";
}
.progress-circle.progress-94 .value-bar {
  transform: rotate(338.4deg);
}
.progress-circle.progress-94 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-94 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-95:before {
  content: "95%";
}
.progress-circle.progress-95 .value-bar {
  transform: rotate(342deg);
}
.progress-circle.progress-95 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-95 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-96:before {
  content: "96%";
}
.progress-circle.progress-96 .value-bar {
  transform: rotate(345.6deg);
}
.progress-circle.progress-96 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-96 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-97:before {
  content: "97%";
}
.progress-circle.progress-97 .value-bar {
  transform: rotate(349.2deg);
}
.progress-circle.progress-97 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-97 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-98:before {
  content: "98%";
}
.progress-circle.progress-98 .value-bar {
  transform: rotate(352.8deg);
}
.progress-circle.progress-98 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-98 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-99:before {
  content: "99%";
}
.progress-circle.progress-99 .value-bar {
  transform: rotate(356.4deg);
}
.progress-circle.progress-99 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-99 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

.progress-circle.progress-100:before {
  content: "100%";
}
.progress-circle.progress-100 .value-bar {
  transform: rotate(360deg);
}
.progress-circle.progress-100 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}
.progress-circle.progress-100 .left-half-clipper .first50-bar {
  display: block;
  position: absolute;
  clip: rect(0, 9rem, 9rem, 4.5rem);
  background-color: #4bbeaa;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
}

fh-100 {
  height: 100% !important;
}

.title-vermas {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.title-vermas .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .title-vermas .subtitle {
    font-size: 1.3rem;
  }
}
.title-vermas .subtitle:not(.lowercase) {
  text-transform: uppercase;
}
.title-vermas .btn {
  font-size: 1.1rem;
  padding-right: 0;
  padding-left: 0;
}
.title-vermas .btn:hover, .title-vermas .btn:active, .title-vermas .btn:focus {
  text-decoration: underline;
}

.swiper-line-center-arrow {
  position: relative;
}
@media screen and (min-width: 0) {
  .swiper-line-center-arrow.hidden-arrow-xs-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-xs-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .swiper-line-center-arrow.hidden-arrow-sm-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-sm-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .swiper-line-center-arrow.hidden-arrow-md-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-md-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .swiper-line-center-arrow.hidden-arrow-lg-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-lg-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-line-center-arrow.hidden-arrow-xl-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-xl-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-line-center-arrow.hidden-arrow-xxl-swiper .swiper-navigation-prev.swiper-button-disabled,
  .swiper-line-center-arrow.hidden-arrow-xxl-swiper .swiper-navigation-next.swiper-button-disabled {
    display: none;
  }
}
.swiper-line-center-arrow .swiper-slide {
  height: initial !important;
}
.swiper-line-center-arrow .swiper-navigation-prev,
.swiper-line-center-arrow .swiper-navigation-next {
  position: absolute;
  top: 50%;
  padding: 0;
  border: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.swiper-line-center-arrow .swiper-navigation-prev i,
.swiper-line-center-arrow .swiper-navigation-next i {
  font-size: 1.75rem;
  color: #4bbeaa;
  margin-left: 0;
}
.swiper-line-center-arrow .swiper-navigation-prev.swiper-button-disabled,
.swiper-line-center-arrow .swiper-navigation-next.swiper-button-disabled {
  opacity: 0.3;
  background-color: transparent;
}
.swiper-line-center-arrow .swiper-navigation-prev {
  left: 0;
  margin-left: -1rem;
}
.swiper-line-center-arrow .swiper-navigation-next {
  right: 0;
  margin-right: -1rem;
}

@media screen and (min-width: 0) {
  .section-with-xs-article.col-xs {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 576px) {
  .section-with-sm-article.col-sm {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 768px) {
  .section-with-md-article.col-md {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 992px) {
  .section-with-lg-article.col-lg {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1200px) {
  .section-with-xl-article.col-xl {
    max-width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1400px) {
  .section-with-xxl-article.col-xxl {
    max-width: calc(100% - 330px);
  }
}

.line-title-box p {
  position: relative;
  margin-left: 1.3rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .line-title-box p {
    margin-left: 1rem;
  }
}
.line-title-box p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1rem;
  height: 0;
  border-top: 2px solid #4bbeaa;
  transform: translateY(-50%);
}

.box-imgposition .count-homeimg {
  position: relative;
}
.box-imgposition .count-homeimg img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-imgposition .infobanner-home {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #FFF;
  padding-top: 1rem;
}
.box-imgposition .infobanner-home > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff3667;
  color: #FFF;
  margin-top: -1.1rem;
  border-radius: 100px;
  line-height: 1;
  padding: 0.55rem 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: auto;
  max-width: 45%;
  z-index: 2;
}
.box-imgposition .infobanner-home ul {
  margin-bottom: 1.5rem;
}
.box-imgposition .infobanner-home ul.count-start li button {
  line-height: 1;
  padding: 0.1rem;
  color: #d2d2d2;
}
.box-imgposition .infobanner-home ul.count-start li button i {
  margin-left: 0;
  font-size: 1.4rem;
}
.box-imgposition .infobanner-home ul.count-start li button.active {
  color: #ff3667;
}
.box-imgposition .infobanner-home ul.count-start li p {
  font-size: 1rem !important;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition .infobanner-home ul.count-infobannerhome {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition .infobanner-home ul.count-infobannerhome li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.box-imgposition .infobanner-home ul.count-infobannerhome li:first-child p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.box-imgposition .infobanner-home ul.count-infobannerhome li .imgperfilbanner {
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 100px;
  overflow: hidden;
}
.box-imgposition .infobanner-home ul.count-infobannerhome li .imgperfilbanner img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-imgposition .infobanner-home ul.count-infobannerhome li p {
  margin-bottom: 0;
  font-size: 0.95rem;
}
.box-imgposition .infobanner-home .btn-leermasbanner {
  position: relative;
  padding-left: 0;
  padding-right: 4rem;
}
.box-imgposition .infobanner-home .btn-leermasbanner span {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas {
  position: absolute;
  left: 0;
  border-top: 2px solid #ff3667;
  width: 7rem;
  height: 0;
  margin-left: 0;
}
.box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:before, .box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:after {
  content: "";
  position: absolute;
  right: 0;
  border-top: 2px solid #ff3667;
  width: 0.6rem;
  height: 0;
}
@media screen and (max-width: 575.98px) {
  .box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:before, .box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:after {
    border-top-width: 1.5px;
  }
}
.box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:before {
  bottom: 100%;
  margin-bottom: 0.25rem;
  transform: rotate(45deg);
}
.box-imgposition .infobanner-home .btn-leermasbanner i.flechabtnleermas:after {
  top: 100%;
  margin-top: 0.05rem;
  transform: rotate(315deg);
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.bannerhome > div:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.box-imgposition.bannerhome .count-homeimg {
  height: 27rem;
}
@media screen and (max-width: 1199.98px) {
  .box-imgposition.bannerhome .count-homeimg {
    height: 25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.bannerhome .count-homeimg {
    height: 23rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.bannerhome .count-homeimg {
    height: 20rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.bannerhome .count-homeimg {
    height: 18rem;
  }
}
.box-imgposition.bannerhome .textbannerhome {
  margin-top: -7rem;
  padding-right: 8rem;
}
@media screen and (max-width: 1199.98px) {
  .box-imgposition.bannerhome .textbannerhome {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.bannerhome .textbannerhome {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.bannerhome .textbannerhome {
    padding-left: 0;
    padding-right: 3rem;
  }
}
.box-imgposition.bannerhome .textbannerhome .infobanner-home {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 1199.98px) {
  .box-imgposition.bannerhome .textbannerhome .infobanner-home {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.bannerhome .textbannerhome .infobanner-home {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.box-imgposition.bannerhome .textbannerhome .infobanner-home > span {
  margin-left: 2rem;
}
.box-imgposition.bannerhome .textbannerhome .infobanner-home .title {
  font-size: 2.7rem;
}
@media screen and (max-width: 1199.98px) {
  .box-imgposition.bannerhome .textbannerhome .infobanner-home .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.bannerhome .textbannerhome .infobanner-home .title {
    font-size: 2.1rem;
  }
}
.box-imgposition.bannerhome .textbannerhome .infobanner-home ul.count-start button i {
  font-size: 1.4rem;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.bannerhome .textbannerhome .infobanner-home ul.count-start button i {
    font-size: 1.2rem;
  }
}
.box-imgposition.box-eventsHome .count-homeimg {
  height: 27rem;
}
@media screen and (max-width: 1199.98px) {
  .box-imgposition.box-eventsHome .count-homeimg {
    height: 25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .count-homeimg {
    height: 23rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .count-homeimg {
    height: 20rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.box-eventsHome .count-homeimg {
    height: 18rem;
  }
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 20rem;
  padding: 2rem 2rem 3rem;
  background-color: rgba(40, 42, 41, 0.8);
  z-index: 2;
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:not(.colorfecha) {
  color: #FFF;
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p.colorfecha {
  color: #ff3667;
  text-transform: uppercase;
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(1) {
  font-size: 1.5rem;
  margin-bottom: auto;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(1) {
    font-size: 1.1rem;
  }
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(2) {
  font-family: "DMSerifText-Regular";
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(2) {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(2) {
    font-size: 1.7rem;
  }
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket p:nth-child(2) ~ p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket h1 {
  font-family: "DMSerifText-Regular";
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 0;
  color: #FFF;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket h1 {
    font-size: 1.7rem;
  }
}
.box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket h1 ~ p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket ul li {
    position: relative;
  }
  .box-imgposition.box-eventsHome .count-homeimg .masketimg .infomasket ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 65%;
    border-right: 1px solid #FFF;
    transform: translateY(-50%);
  }
}
.box-imgposition.box-eventsHome .textbannerhome {
  margin-top: 0 !important;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home > span {
  margin-left: 2.5rem;
  min-width: 10rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .textbannerhome .infobanner-home > span {
    min-width: 8rem;
  }
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .title {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .title {
    font-size: 1.4rem;
  }
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul {
  margin-bottom: 0;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li .img-perfilcreador {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 100px;
  overflow: hidden;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li .img-perfilcreador img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li:first-child + li {
    max-width: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li:first-child + li {
    max-width: 10rem;
  }
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li:not(:first-child):not(:last-child) {
  position: relative;
  padding-right: 12px;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo ul li:not(:first-child):not(:last-child):after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .btn i {
  font-size: 1.5rem;
  color: rgb(205, 214, 221);
  margin-left: 0;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .btn i > i {
  color: #ff3667;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .text-descripcionhome {
  margin-top: 1rem;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .initinfo .text-descripcionhome p {
  color: #2d2e2e;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .btn-leermasbanner i.flechabtnleermas {
  border-color: #282a29;
}
.box-imgposition.box-eventsHome .textbannerhome .infobanner-home .btn-leermasbanner i.flechabtnleermas:before, .box-imgposition.box-eventsHome .textbannerhome .infobanner-home .btn-leermasbanner i.flechabtnleermas:after {
  border-color: #282a29;
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg {
  height: 13rem;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg {
    height: 14rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg {
    height: 12rem;
  }
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg .fechanumber {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  z-index: 2;
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg .fechanumber ul li:first-child {
  min-width: 4rem;
  font-size: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg .fechanumber ul li:first-child {
    font-size: 0.9rem;
    min-width: 0;
    width: 3rem;
  }
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg .fechanumber ul li:last-child {
  font-size: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .count-homeimg .fechanumber ul li:last-child {
    font-size: 0.8rem;
  }
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .infobanner-home {
  background-color: transparent;
  border: none;
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .infobanner-home > span {
  max-width: calc(100% - 3.5rem);
  min-width: 8rem;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .infobanner-home > span {
    min-width: 6rem;
    margin-left: 1rem;
    font-size: 0.9rem;
  }
}
.box-imgposition.box-eventsHome.carouselbox-eventshome .infobanner-home .title {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .box-imgposition.box-eventsHome.carouselbox-eventshome .infobanner-home .title {
    font-size: 1rem;
  }
}

[role=listbox],
.listbox {
  margin-bottom: 20px;
}
[role=listbox]:hover,
.listbox:hover {
  color: inherit;
  text-decoration: none;
}
[role=listbox] .edition .form-group,
.listbox .edition .form-group {
  margin-bottom: 0;
}
[role=listbox] .edition .form-group button,
.listbox .edition .form-group button {
  line-height: 1;
  padding: 0.5rem;
}
[role=listbox] .edition .form-group button i,
.listbox .edition .form-group button i {
  margin-left: 0;
  font-size: 0.9rem;
}
[role=listbox] .box-imgposition.boxpost .count-homeimg,
.listbox .box-imgposition.boxpost .count-homeimg {
  height: 20rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.boxpost .count-homeimg,
  .listbox .box-imgposition.boxpost .count-homeimg {
    height: 18rem;
  }
}
[role=listbox] .box-imgposition.boxpost .textbannerhome,
.listbox .box-imgposition.boxpost .textbannerhome {
  margin-top: -4rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  [role=listbox] .box-imgposition.boxpost .textbannerhome,
  .listbox .box-imgposition.boxpost .textbannerhome {
    margin-top: -3rem;
  }
}
[role=listbox] .box-imgposition.boxpost .infobanner-home,
.listbox .box-imgposition.boxpost .infobanner-home {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home > span,
.listbox .box-imgposition.boxpost .infobanner-home > span {
  margin-left: 1.5rem;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home .title,
.listbox .box-imgposition.boxpost .infobanner-home .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home ul,
.listbox .box-imgposition.boxpost .infobanner-home ul {
  margin-bottom: 1rem;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home ul.count-start button i,
.listbox .box-imgposition.boxpost .infobanner-home ul.count-start button i {
  font-size: 1rem;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home ul.count-infobannerhome li,
.listbox .box-imgposition.boxpost .infobanner-home ul.count-infobannerhome li {
  min-height: 22px;
}
[role=listbox] .box-imgposition.boxpost .infobanner-home ul.count-infobannerhome li:last-child,
.listbox .box-imgposition.boxpost .infobanner-home ul.count-infobannerhome li:last-child {
  color: #2d2e2e;
}
[role=listbox] .box-imgposition.boxcamino .count-homeimg,
.listbox .box-imgposition.boxcamino .count-homeimg {
  height: 15rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.boxcamino .count-homeimg,
  .listbox .box-imgposition.boxcamino .count-homeimg {
    height: 18rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .textbannerhome,
.listbox .box-imgposition.boxcamino .textbannerhome {
  margin-top: -1.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  [role=listbox] .box-imgposition.boxcamino .textbannerhome,
  .listbox .box-imgposition.boxcamino .textbannerhome {
    margin-top: -3rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home,
.listbox .box-imgposition.boxcamino .infobanner-home {
  padding-top: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home,
  .listbox .box-imgposition.boxcamino .infobanner-home {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home > span,
.listbox .box-imgposition.boxcamino .infobanner-home > span {
  margin-left: 1.5rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home .title,
.listbox .box-imgposition.boxcamino .infobanner-home .title {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1299.98px) and (min-width: 1200px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home .title,
  .listbox .box-imgposition.boxcamino .infobanner-home .title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home .title,
  .listbox .box-imgposition.boxcamino .infobanner-home .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home .count-listStart,
  .listbox .box-imgposition.boxcamino .infobanner-home .count-listStart {
    margin-right: -2.5rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul,
.listbox .box-imgposition.boxcamino .infobanner-home ul {
  margin-bottom: 0;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-start,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-start {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-start button i,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-start button i {
  font-size: 0.9rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-start button i,
  .listbox .box-imgposition.boxcamino .infobanner-home ul.count-start button i {
    font-size: 1rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-fecha,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-fecha {
  margin-top: 0.5rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-fecha li,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-fecha li {
  color: #2d2e2e;
  font-size: 0.9rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome {
  margin-top: 1.5rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li {
  min-height: 22px;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li .imgperfilbanner,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li .imgperfilbanner {
  width: 2.75rem;
  height: 2.75rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li .imgperfilbanner,
  .listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li .imgperfilbanner {
    width: 2rem;
    height: 2rem;
  }
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li p,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li p {
  font-family: "DMSerifText-Regular";
  font-size: 1.2rem;
}
[role=listbox] .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li p > :first-child,
.listbox .box-imgposition.boxcamino .infobanner-home ul.count-infobannerhome li p > :first-child {
  font-family: "DMSerifText-Regular";
}
[role=listbox] .box-imgposition.box-unregisteredinfo .count-homeimg,
.listbox .box-imgposition.box-unregisteredinfo .count-homeimg {
  height: 14rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-unregisteredinfo .count-homeimg,
  .listbox .box-imgposition.box-unregisteredinfo .count-homeimg {
    height: 18rem;
  }
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home {
  padding-top: 0.5rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home .title,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home .title {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home .title,
  .listbox .box-imgposition.box-unregisteredinfo .infobanner-home .title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home .count-listStart,
  .listbox .box-imgposition.box-unregisteredinfo .infobanner-home .count-listStart {
    margin-right: -2.5rem;
  }
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul {
  margin-bottom: 0;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-start,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-start {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-start button i,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-start button i {
  font-size: 1rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-fecha,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-fecha {
  margin-top: 0.5rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-fecha li,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-fecha li {
  color: #2d2e2e;
  font-size: 1rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome {
  margin-top: 1rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li {
  min-height: 22px;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li .imgperfilbanner,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li .imgperfilbanner {
  width: 3rem;
  height: 3rem;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li p,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li p {
  font-family: "DMSerifText-Regular";
  font-size: 1rem;
  line-height: 1.2;
}
[role=listbox] .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li p > :first-child,
.listbox .box-imgposition.box-unregisteredinfo .infobanner-home ul.count-infobannerhome li p > :first-child {
  font-family: "DMSerifText-Regular";
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 0 4px 20px rgba(194, 194, 194, 0.25);
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1),
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) {
  position: relative;
  background-color: #FFF;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg {
  height: 16rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg {
    height: 14rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem 0.75rem;
  margin-top: 0.5rem;
  min-width: 7.5rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read > .row,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read > .row {
  min-height: 3rem;
  height: 100%;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read > .row p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read > .row p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read {
  background-color: #FFF;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read img,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read img {
  width: 1.1rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read:not(.d-none) + .read,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.no-read:not(.d-none) + .read {
  margin-top: 5rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.read,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .count-homeimg .etiqueta-read.read {
  background-color: #ff3667;
  color: #FFF;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4bbeaa;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100px;
  margin-left: 1rem;
  margin-bottom: -1.2rem;
  box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.2509803922);
  z-index: 3;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas {
    top: 0;
    margin-top: -1rem;
    margin-bottom: 0;
    width: 5.5rem;
    height: 5.5rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas img,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas img {
  max-width: 1.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas img,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas img {
    max-width: 1.5rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas p,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(1) .box-imgposition-visitas p {
    font-size: 1rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2),
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) {
  background-color: #FFF;
  z-index: 2;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .textbannerhome,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .textbannerhome {
  margin-top: -3rem;
  padding-right: 2rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home {
  padding-right: 1rem;
  padding-left: 1rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home > span,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home > span {
  margin-left: 1rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .title {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .title:not(.no-ellipsis),
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .title:not(.no-ellipsis) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul {
  margin-bottom: 1rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-start button i,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-start button i {
  font-size: 1.2rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li {
  min-height: 22px;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-fecha-line,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-fecha-line {
  color: #2d2e2e;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-fecha-line p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-fecha-line p {
  text-transform: uppercase;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-visto-line,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul.count-infobannerhome li.boxes-visto-line {
  color: #2d2e2e;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home ul p {
  font-size: 0.85rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home > p,
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .description-boxes,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home > p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox > .row:nth-child(2) .infobanner-home .description-boxes {
  display: -webkit-box;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin-bottom: 1.5rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(1) .count-homeimg {
  height: 10rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(1) .count-homeimg,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(1) .count-homeimg {
    height: 14rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-small > .row:nth-child(2) .infobanner-home .title {
  font-size: 1.1rem;
  line-height: 1.4;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(1) .count-homeimg {
  height: 20rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(1) .count-homeimg,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(1) .count-homeimg {
    height: 16rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .textbannerhome,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .textbannerhome {
  margin-top: -4rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .box-imgposition-visitas,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .box-imgposition-visitas {
    margin-left: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .title {
  font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .title,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-large > .row:nth-child(2) .infobanner-home .title {
    font-size: 1.3rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(1) .count-homeimg {
  height: 27rem;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(1) .count-homeimg,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(1) .count-homeimg {
    height: 18rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .textbannerhome,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .textbannerhome {
  margin-top: -5rem;
  padding-right: 4rem;
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .box-imgposition-visitas,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .box-imgposition-visitas {
    margin-left: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .title {
  font-size: 2.7rem;
}
@media screen and (max-width: 767.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .title,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home .title {
    font-size: 1.75rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home p {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home p,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-extralarge > .row:nth-child(2) .infobanner-home p {
    font-size: 0.85rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-starposition > .row:nth-child(2) .infobanner-home .count-start,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-starposition > .row:nth-child(2) .infobanner-home .count-start {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2rem 0.75rem 0.3rem;
  margin-top: -1.2rem;
  margin-bottom: 0;
  box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.2509803922);
  background-color: #FFF;
  margin-right: 5%;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear {
  border-radius: 0.25rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(1) .count-homeimg {
  height: 12rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(1) .count-homeimg,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(1) .count-homeimg {
    height: 13rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title {
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title b,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title b {
  line-height: 1.5;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home p {
  font-size: 1rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title,
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home p,
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home li,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home .title,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home p,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home li {
  text-align: center;
  margin-bottom: 0.5rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home ul,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home ul {
  margin-bottom: 0.5rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home ul li,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-linear > .row:nth-child(2) .infobanner-home ul li {
  font-size: 0.85rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(1) .count-homeimg,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(1) .count-homeimg {
  height: auto;
  max-height: 14rem;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(1) .count-homeimg img,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(1) .count-homeimg img {
  position: relative;
  height: auto;
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(2) .textbannerhome,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-events > .row:nth-child(2) .textbannerhome {
  margin-top: -2rem;
}
@media screen and (max-width: 575.98px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content {
    margin-top: 1rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content > .row:nth-child(2) .infobanner-home,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content > .row:nth-child(2) .infobanner-home {
  padding-top: 1.8rem;
}
@media screen and (min-width: 576px) {
  [role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content > .row:nth-child(2) .infobanner-home span,
  .listbox .box-imgposition.box-imgposition-content.card.card-listbox.box-imgposition-visitas-content > .row:nth-child(2) .infobanner-home span {
    margin-left: 5rem;
  }
}
[role=listbox] .box-imgposition.box-imgposition-content.card.card-listbox.no-shadow,
.listbox .box-imgposition.box-imgposition-content.card.card-listbox.no-shadow {
  box-shadow: none;
}
[role=listbox] .box-imgposition.minibox-eventshome .count-homeimg,
.listbox .box-imgposition.minibox-eventshome .count-homeimg {
  height: auto;
}
[role=listbox] .box-imgposition.minibox-eventshome .count-homeimg img,
.listbox .box-imgposition.minibox-eventshome .count-homeimg img {
  position: relative;
  height: auto;
  max-height: 17rem;
}
[role=listbox] .box-imgposition.minibox-eventshome .textbannerhome,
.listbox .box-imgposition.minibox-eventshome .textbannerhome {
  margin-top: -2rem;
}

header:not(.header-new-coun) {
  position: relative;
  background-color: #ff3667;
  z-index: 50;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) .initialsearch {
    position: initial !important;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-] .btn, header:not(.header-new-coun) ul#header > li.col .btn {
  position: relative;
  height: 100%;
}
header:not(.header-new-coun) ul#header > li[class*=col-] .btn:not([class*=btn-samply-]) i, header:not(.header-new-coun) ul#header > li.col .btn:not([class*=btn-samply-]) i {
  color: #FFF;
  margin-left: 0;
}
header:not(.header-new-coun) ul#header > li[class*=col-] .btn .icon-notification, header:not(.header-new-coun) ul#header > li.col .btn .icon-notification {
  position: relative;
}
header:not(.header-new-coun) ul#header > li[class*=col-] .btn .icon-notification span, header:not(.header-new-coun) ul#header > li.col .btn .icon-notification span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  background-color: #4bbeaa;
  color: #FFF;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
  font-style: normal;
  border-radius: 100px;
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(1) img.img-fluid, header:not(.header-new-coun) ul#header > li.col:nth-child(1) img.img-fluid {
  max-width: 8.5rem;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(1) img.img-fluid, header:not(.header-new-coun) ul#header > li.col:nth-child(1) img.img-fluid {
    max-width: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2), header:not(.header-new-coun) ul#header > li.col:nth-child(2) {
    margin-left: 2rem;
    margin-right: 7rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group {
    width: 100%;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group {
  background-color: #FFF;
  border-radius: 100px;
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input {
  min-height: 32px;
  height: 32px;
  border: 0;
  width: 22rem;
  font-size: 0.9rem;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1299.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input {
    width: 15rem;
  }
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input {
    min-height: 26px;
    height: 26px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 449.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input {
    width: 100%;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input + .input-group-prepend button, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input + .input-group-prepend button {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border: 0;
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input + .input-group-prepend button i, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input + .input-group-prepend button i {
  color: #282a29;
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(2) .form-group .input-group input + .input-group-prepend button i, header:not(.header-new-coun) ul#header > li.col:nth-child(2) .form-group .input-group input + .input-group-prepend button i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu, header:not(.header-new-coun) ul#header > li.col#menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row .container,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row [class*=container-], header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row .container,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li > .row [class*=container-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:focus .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:focus .container > a.btn-menu.btn-productosMenu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:focus .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:focus .container > a.btn-menu.btn-productosMenu {
    background-color: #54c1ae;
    border-top-color: #54c1ae;
    border-bottom-color: #54c1ae;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > button,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > a.btn-menu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > button,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > a.btn-menu {
    border-bottom-color: #4bbeaa;
  }
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > a.btn-menu.btn-productosMenu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover .container > a.btn-menu.btn-productosMenu {
    background-color: #5dc5b3;
    border-top-color: #5dc5b3;
    border-bottom-color: #5dc5b3;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:active .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:active .container > a.btn-menu.btn-productosMenu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:active .container > button.btn-productosMenu,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:active .container > a.btn-menu.btn-productosMenu {
    background-color: #6fcbbb;
    border-top-color: #6fcbbb;
    border-bottom-color: #6fcbbb;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:not(:first-child) .container > button,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:not(:first-child) .container a, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:not(:first-child) .container > button,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:not(:first-child) .container a {
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul {
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
    background-color: #FFF;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.disableUl), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.disableUl) {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F7F7F7;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li {
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li:not(:last-child):before, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 2rem);
    height: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #ff3667;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button {
  display: block;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 0.85rem;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button {
    padding: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button {
    font-size: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a:hover,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button:hover, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a:hover,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button:hover {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a:hover,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button:hover, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li a:hover,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > ul:not(.no-dropdown) li button:hover {
    background-color: #ebebeb;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button {
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-left: 0;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: none;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button {
    height: auto;
    border: 0;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu i,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu i,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button i {
  font-size: 1.3rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu img[src*=svg],
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button img[src*=svg], header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu img[src*=svg],
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button img[src*=svg] {
  max-width: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu img[src*=svg],
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button img[src*=svg], header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu img[src*=svg],
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button img[src*=svg] {
    max-width: 1.9rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu:not([class*=btn-samply-]) i,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button:not([class*=btn-samply-]) i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu:not([class*=btn-samply-]) i,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button:not([class*=btn-samply-]) i {
    color: #2d2e2e;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu.active,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button.active, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu.active,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button.active {
  border-bottom-color: #4bbeaa;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos {
  margin-top: 0;
  margin-bottom: 0;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos .count-iconContac,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos .count-iconContac, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos .count-iconContac,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos .count-iconContac {
  padding-right: 20%;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos .count-iconContac i.flaticon-refer:after,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos .count-iconContac i.flaticon-refer:after, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .numcount-contactos .count-iconContac i.flaticon-refer:after,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .numcount-contactos .count-iconContac i.flaticon-refer:after {
    background-color: #ff3667;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header {
    min-width: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header i {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header i {
    font-size: 1.7rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header .numcount-contactos i,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header .numcount-contactos i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header .numcount-contactos i,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header .numcount-contactos i {
  font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header + div,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header + div, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header + div,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .iconbtn-header + div {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .btnicon-arrow,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .btnicon-arrow, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .btnicon-arrow,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container button .btnicon-arrow {
    margin-left: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu {
    padding-right: 1rem;
    padding-left: 1rem;
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader {
  position: relative;
  height: 2rem;
  width: 2rem;
  border-radius: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader img:not(.not-cover),
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader img:not(.not-cover), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader img:not(.not-cover),
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil .imgperfilHeader,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil .imgperfilHeader {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(1),
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(1), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(1),
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(1) {
    font-family: "DMSerifText-Regular";
    font-size: 1.5rem;
  }
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(1) > :first-child,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(1) > :first-child, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(1) > :first-child,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(1) > :first-child {
    font-family: "DMSerifText-Regular";
  }
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(2),
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(2), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .count-imgperfil + div p:nth-child(2),
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .count-imgperfil + div p:nth-child(2) {
    text-transform: uppercase;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .iconbtn-header i.flaticon-select,
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i.flaticon-select, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .iconbtn-header i.flaticon-select,
header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i.flaticon-select {
  transform: rotateY(180deg);
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container > button .iconbtn-header i,
  header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container a.btn-menu .iconbtn-header i {
    color: #ff3667;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 0.7rem;
  text-align: center;
  margin-top: 0.4rem;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p {
    color: #282a29;
    text-align: left;
    margin-top: 0;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu .container p {
    font-size: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close {
  background-color: #F7F7F7;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button {
  padding: 1rem 0.5rem 0.5rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button i {
  font-size: 1.8rem;
  margin-left: 0;
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-close button i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-inicio button.btn, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-inicio button.btn {
    border-top: 0;
  }
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul {
  margin-right: 0;
  margin-left: 0;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:hover button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:hover button {
    border-bottom-color: #4bbeaa;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:not(:last-child):before, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 0;
  height: 40%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:not(:last-child):before, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li:not(:last-child):before {
    display: none;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button {
  padding: 0.75rem 1.5rem 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button {
    padding: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button.active-comunicacion, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button.active-comunicacion {
  border-bottom-color: #4bbeaa;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > :first-child > button i {
  font-size: 1.3rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button {
  padding: 0.75rem 1.5rem 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button {
    padding: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button.active-comunicacion, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button.active-comunicacion {
  border-bottom-color: #4bbeaa;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > ul > li > button i {
  font-size: 1.3rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-comunidad .container > p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  z-index: 1;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul {
    transform: none !important;
    left: initial !important;
    right: 0 !important;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li:before, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li:before {
  display: none;
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li {
    padding: 0.5rem 1.5rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a {
  border-radius: 100px;
  background-color: #FFF;
  padding-right: 1rem !important;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a {
    background-color: #F7F7F7;
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 1rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a i {
  font-size: 2.5rem;
  line-height: 1;
  color: #ff3667;
  margin-bottom: 0.5rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a p {
  font-size: 0.8rem;
  color: #2E2E2E;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a p, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a p {
    font-size: 0.9rem;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento {
  position: relative;
  margin-bottom: 0.5rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento i, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento i {
  margin-bottom: 0;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento i:first-child, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-productos ul li ul li a .icon-talento i:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-camino > .row, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-camino > .row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:first-child, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:first-child {
    background-color: #F7F7F7;
  }
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:first-child button, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:first-child button {
    border-top: 0;
    padding-top: 0;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:last-child, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-perfil > div:last-child {
  height: auto;
}
header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-sesion button i:before, header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu.items-sesion button i:before {
  transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover ul:not(.no-dropdown), header:not(.header-new-coun) ul#header > li.col#menu ul.count-itemsMenu:not(.dropdown-comman) li.items-menu:hover ul:not(.no-dropdown) {
    display: block;
  }
}
header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(4) button i, header:not(.header-new-coun) ul#header > li.col:nth-child(4) button i {
  font-size: 1.8rem;
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun) ul#header > li[class*=col-]:nth-child(4) button i, header:not(.header-new-coun) ul#header > li.col:nth-child(4) button i {
    font-size: 2rem;
  }
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman {
  position: absolute;
  top: 100%;
  background-color: #FFF;
  height: auto !important;
  min-width: 37rem;
  max-width: 37rem;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-right {
  right: 0;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-left {
  left: 0;
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-search {
    min-width: 0;
  }
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-search li:not(:last-child) {
  border-bottom: 0;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-search li:not(:last-child) p {
  font-size: 0.9rem !important;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-search li:not(:last-child) p.name-search {
  font-family: "DMSerifText-Regular";
  font-size: 1.2rem !important;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman.dropdown-search li:not(:last-child) p.name-search > :first-child {
  font-family: "DMSerifText-Regular";
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li:first-child {
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li:hover {
  background-color: #f9f9f9;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a {
  height: auto;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a:hover {
  text-decoration: none;
  color: inherit;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div .imagen-notification {
  position: relative;
  height: 3.7rem;
  width: 3rem;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div .imagen-notification img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div.element-notification {
  width: 4.7rem;
  text-align: center;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div.element-notification i {
  font-size: 1.6rem;
  line-height: 100%;
  color: #2d2e2e;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div p {
  white-space: normal !important;
  color: #282a29 !important;
  font-size: 0.9rem !important;
  text-align: left !important;
  margin-top: 0 !important;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div p:last-child {
  margin-bottom: 0;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div p span {
  display: inline-block;
  border: 1px solid #ff3667;
  color: #ff3667;
  padding: 2px 3px;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li a div p span > :first-child {
  display: inline-block;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li .count-delete .btn {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li ul li .count-delete .btn i {
  color: #282a29 !important;
  font-size: 1.5rem !important;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li:last-child {
  border-top: 1px solid #D9D9D9;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li:last-child .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.85rem;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li:last-child .btn > :first-child {
  text-decoration: underline;
}
header:not(.header-new-coun) ul#header > li ul.dropdown-comman > li .btn {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
header:not(.header-new-coun).headersecondary {
  background-color: #FFF;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header:not(.header-new-coun).headersecondary img {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  header:not(.header-new-coun).headersecondary img {
    max-width: 130px;
  }
}
header:not(.header-new-coun).headersecondary .btn-styleheader {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header:not(.header-new-coun) .menu-disabled {
  opacity: 0.4;
}
header:not(.header-new-coun) .img-beta::after {
  content: "BETA";
  color: #FFF;
  position: absolute;
  bottom: 0.4rem;
  font-size: 0.8rem;
  right: 0;
  font-family: "Roboto-Bold";
}
@media screen and (max-width: 991.98px) {
  header:not(.header-new-coun) .img-beta::after {
    bottom: -0.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  header:not(.header-new-coun) .img-beta::after {
    bottom: -0.2rem;
  }
}

header.header-new-coun {
  background-color: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(176, 176, 176, 0.2509803922);
}
header.header-new-coun.header-new-coun-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
}
header.header-new-coun .dropdown [aria-expanded].dropdown-toggle-none_arrow:after {
  display: none;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu {
  margin-top: 0.75rem;
  max-height: calc(100vh - 65px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.show.flex-column {
  display: flex;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
  padding: 0.1rem;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
header.header-new-coun .dropdown [aria-expanded] + .dropdown-menu.flex-column .dropdown-content-items::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
header.header-new-coun .dropdown .dropdown-item {
  border-radius: 0;
}
header.header-new-coun .dropdown .dropdown-item:active {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767.98px) {
  header.header-new-coun > ul {
    margin-right: -15px;
    margin-left: -15px;
  }
}
header.header-new-coun ul {
  position: relative;
}
@media screen and (min-width: 1200px) {
  header.header-new-coun ul {
    height: 100%;
  }
}
@media screen and (max-width: 349.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu-openmenu {
    padding-left: 0;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn {
  padding: 1.41rem 1rem;
  min-width: 4rem;
  border: 0;
  margin-bottom: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn:disabled {
  background-color: #FFF;
  pointer-events: none;
}
@media screen and (max-width: 349.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn {
    min-width: 3.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn i {
  margin-left: 0;
  font-size: 1.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn span {
  display: block;
  width: 2rem;
  height: 0;
  border-top: 0.23rem solid #ff3667;
  border-radius: 100vh;
  transition: 0.3s;
  will-change: transform, display;
}
header.header-new-coun ul li.header-new-coun-btns-menu-openmenu .btn span:not(:last-child) {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  header.header-new-coun ul li.header-new-coun-logo {
    padding-right: 0;
  }
}
header.header-new-coun ul li.header-new-coun-logo img {
  max-width: 11rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 991.98px) {
  header.header-new-coun ul li.header-new-coun-logo img {
    max-width: 9rem;
  }
}
@media screen and (max-width: 575.98px) {
  header.header-new-coun ul li.header-new-coun-logo img {
    max-width: 8.5rem;
  }
}
@media screen and (max-width: 349.98px) {
  header.header-new-coun ul li.header-new-coun-logo img {
    max-width: 8rem;
  }
}
header.header-new-coun ul li.header-new-coun-items {
  background-color: #FFF;
}
@media screen and (max-width: 1199.98px) {
  header.header-new-coun ul li.header-new-coun-items {
    position: fixed;
    top: 0;
    left: -22rem;
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 22rem;
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  header.header-new-coun ul li.header-new-coun-items {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 1199.98px) {
  header.header-new-coun ul li.header-new-coun-items ul#menu {
    height: 100%;
  }
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-close .btn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-close .btn i {
  margin-left: 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 1199.98px) {
  header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns {
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
  }
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn:not([class*=btn-white]) {
  padding: 1.7rem 1rem;
  text-transform: uppercase;
  font-size: 0.95rem;
  border: 0;
}
@media screen and (max-width: 1199.98px) {
  header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn:not([class*=btn-white]) {
    padding: 1.2rem 2.5rem;
    text-align: left;
  }
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn:not([class*=btn-white]):not([disabled]):focus {
  background-color: #fafafa;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn:not([class*=btn-white]):not([disabled]):hover {
  background-color: #fafafa;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn:not([class*=btn-white]):not([disabled]):active {
  background-color: #fafafa;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li .btn[class*=btn-white] {
  margin-left: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-btns li.active .btn {
  color: #ff3667;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-logo {
  margin-top: 1rem;
}
header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-logo img {
  display: block;
  max-width: 12rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 349.98px) {
  header.header-new-coun ul li.header-new-coun-items ul#menu .header-new-coun-items-logo img {
    max-width: 11rem;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul {
  height: 100%;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li .btn.img-icon-width {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (max-width: 575.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li .btn.img-icon-width {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li .btn.img-icon-width img {
  max-width: 1.5rem;
  max-height: 1.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 > .dropdown-toggle + .dropdown-menu {
  overflow: initial;
}
@media screen and (min-width: 576px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 > .dropdown-toggle + .dropdown-menu {
    position: relative;
    max-height: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    z-index: 0;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 span {
  display: block;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu {
  margin-top: 0.95rem;
  min-width: 30rem;
  border: 0;
  border-radius: 0;
  height: calc(100vh - 65px);
  max-height: 25rem;
}
@media screen and (max-width: 575.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu {
    margin-top: 0;
    min-width: 0;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu p {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-bottom: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .title-dropdown-lista > .row {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .title-dropdown-lista > .row p {
  font-size: 1.1rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .title-dropdown-lista > .row .btn {
  padding: 0.5rem 0;
  min-width: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .items-dropdown-lista .dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .items-dropdown-lista .dropdown-item .img-perfil-dropdown-busqueda1 {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 100px;
  overflow: hidden;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .items-dropdown-lista .dropdown-item .img-perfil-dropdown-busqueda1 img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .items-dropdown-lista .dropdown-item .dropdown-item-perfil-busqueda1 .btn {
  padding: 0;
  text-align: left;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .header-new-coun-btns-menu-busqueda-dropdow2 .header-new-coun-btns-menu-busqueda-dropdow1 .dropdown-menu .items-dropdown-lista .dropdown-item .dropdown-item-perfil-invitacion-busqueda1 .btn {
  text-transform: uppercase;
  font-size: 0.85rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group {
  margin-bottom: 0;
  width: 100%;
  padding-left: 1rem;
}
@media screen and (max-width: 575.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group {
    max-width: 18rem;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group {
  z-index: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .form-control, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area, .amsify-suggestags-area header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-input-area {
  font-family: "Roboto-Medium";
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  min-height: 0;
  height: 2.25rem;
  background-color: #F7F7F7;
  font-size: 0.9rem;
  color: #7B7B7B;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .form-control::-webkit-input-placeholder, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area::-webkit-input-placeholder, .amsify-suggestags-area header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-input-area::-webkit-input-placeholder {
  color: #7B7B7B;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .form-control:-moz-placeholder, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area:-moz-placeholder, .amsify-suggestags-area header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-input-area:-moz-placeholder {
  color: #7B7B7B;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .form-control::placeholder, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-area .amsify-suggestags-input-area::placeholder, .amsify-suggestags-area header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .amsify-suggestags-input-area::placeholder {
  color: #7B7B7B;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .input-group-append .btn {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #F7F7F7;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .form-group .input-group .input-group-append .btn img {
  max-width: 1.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout > div {
  display: block;
  position: relative;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout > div.active-notificacion:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4bbeaa;
  border: 2px solid #FFF;
  width: 0.65rem;
  height: 0.7rem;
  border-radius: 100px;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu {
  min-width: 30rem;
  max-width: 31rem;
  padding-top: 0;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header .dropdown-menu-header-text p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items {
  max-height: 19rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #4bbeaa;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-img .img-dropdown-micamino {
  position: relative;
  height: 4.5rem;
  width: 4.5rem;
  min-height: 4.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-img .img-dropdown-micamino img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-text {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-text p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.15rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-text .progress {
  height: 0.7rem;
  border-radius: 100px;
  background-color: #cdcdcd;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .dropdown-item-camino-text .progress .progress-bar {
  background-color: #4bbeaa;
  border-radius: 100px;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-bottom {
  margin-top: 1rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-bottom .form-group {
  margin-bottom: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .header-new-coun-btns-menu-camino-cout + .dropdown-menu .dropdown-menu-bottom .form-group .btn {
  min-width: 9rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .btn div {
  display: block;
  position: relative;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .btn div.active-notificacion:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4bbeaa;
  border: 1.5px solid #FFF;
  margin-top: 0.1rem;
  margin-right: 0.05rem;
  width: 6px;
  height: 6px;
  border-radius: 100px;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu {
  min-width: 30rem;
  max-width: 31rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header .dropdown-menu-header-text p {
  margin-bottom: 0;
  font-size: 1.2rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header .dropdown-menu-header-btn .header-new-coun-btns-menu-notification-cout-options span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #7B7B7B;
  border-radius: 100px;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header .dropdown-menu-header-btn .header-new-coun-btns-menu-notification-cout-options + .dropdown-menu {
  min-width: 16rem;
  box-shadow: 0 4px 4px 0 rgba(40, 42, 41, 0.4);
  border-radius: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items {
  max-height: 25rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item {
  border-bottom: 1px solid #4bbeaa;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn {
  width: 100%;
  height: 100%;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn i {
  margin-left: 0;
  font-size: 2.2rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn p {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn p:nth-child(3) {
  color: #4bbeaa;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn.item-noticacion-img-perfil {
  position: relative;
  height: 4rem;
  width: 4rem;
  min-height: 4rem;
  overflow: hidden;
  border-radius: 100px;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-header ~ .dropdown-content-items .dropdown-item .btn.item-noticacion-img-perfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-bottom {
  margin-top: 1rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-bottom .form-group {
  margin-bottom: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .header-new-coun-btns-menu-notification-cout + .dropdown-menu .dropdown-menu-bottom .form-group .btn {
  min-width: 9rem;
}
@media screen and (max-width: 575.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-busqueda .dropdown-toggle + .dropdown-menu, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-micamino .dropdown-toggle + .dropdown-menu, header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-notification .dropdown-toggle + .dropdown-menu {
    position: fixed;
    top: 45px;
    right: 0;
    min-width: 100% !important;
    border: 0;
    border-radius: 0;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .btn:not(.header-new-coun-btns-menu-unirse-perfil):not(.dropdown-item):not(.dropdown-menu-bottom-btn) {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .btn:not(.header-new-coun-btns-menu-unirse-perfil):not(.dropdown-item):not(.dropdown-menu-bottom-btn) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 349.98px) {
  header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .btn:not(.header-new-coun-btns-menu-unirse-perfil):not(.dropdown-item):not(.dropdown-menu-bottom-btn) {
    font-size: 0.6rem;
  }
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .btn.header-new-coun-btns-menu-unirse-perfil {
  position: relative;
  height: 2.75rem;
  width: 2.75rem;
  min-height: 2.75rem;
  padding: 1rem;
  border-radius: 100px;
  border: 1px solid #ff3667;
  overflow: hidden;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .btn.header-new-coun-btns-menu-unirse-perfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu {
  min-width: 19rem;
  max-width: 20rem;
  padding-top: 0;
  padding-bottom: 1.75rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-img {
  position: relative;
  height: 3.75rem;
  width: 3.75rem;
  min-height: 3.75rem;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #ff3667;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-img img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-text p {
  margin-bottom: 0;
  line-height: 1.2;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-text p:nth-child(1) {
  font-size: 1.3rem;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .header-new-coun-btns-menu-unirse-dropbown-text p:nth-child(2) {
  color: #7B7B7B;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu hr {
  border-top-color: #4bbeaa;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .dropdown-item {
  border-radius: 0;
}
header.header-new-coun ul li.header-new-coun-btns-menu ul li.header-new-coun-btns-menu-unirse .header-new-coun-btns-menu-unirse-dropbown .dropdown-menu .dropdown-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3667;
  width: 1.4rem;
  height: 1.4rem;
  color: #FFF;
  border-radius: 100px;
}

nav {
  padding-top: 1rem;
  background-color: #ff3667;
}
nav ul {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 1rem;
}
nav ul {
  scrollbar-color: var(--gray);
  scrollbar-width: thin;
}
nav ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}
nav ul li:first-child {
  margin-left: auto;
}
nav ul li:last-child {
  margin-right: auto;
}
nav ul li .btn {
  border-color: #FFF;
}
nav ul li .btn:focus, nav ul li .btn:hover, nav ul li .btn:active {
  border-color: #FFF !important;
}
nav ul li .btn.active {
  background-color: #FFF;
  color: #ff3667;
}
nav ul li .btn.active:focus, nav ul li .btn.active:hover, nav ul li .btn.active:active {
  background-color: #FFF !important;
  color: #ff3667 !important;
}

footer {
  color: #FFF;
}
@media screen and (max-width: 991.98px) {
  footer {
    text-align: center;
  }
}
footer .btn.btn-link {
  display: inline;
}
footer .newsletter-footer {
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer .newsletter-footer .card {
  background-color: transparent;
  border: none;
}
footer .newsletter-footer .card h4 {
  color: #FFF;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991.98px) {
  footer .newsletter-footer .card h4 {
    font-size: 2rem;
  }
}
footer .newsletter-footer .card .form-group label {
  padding-left: 0;
  font-size: 0.9rem;
  float: left;
}
footer .newsletter-footer .card .btn {
  border-radius: 0.5rem;
}
footer .topfooter {
  background-color: #2E2E2E;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  footer .topfooter .itemsfooter:not(:last-child) {
    margin-bottom: 2rem;
  }
}
footer .topfooter .itemsfooter:first-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  footer .topfooter .itemsfooter ul ~ ul {
    margin-top: 2rem;
  }
}
footer .topfooter .itemsfooter ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .topfooter .itemsfooter ul > li.titlefooter {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
}
footer .topfooter .itemsfooter ul > li a[href]:not(.btn) {
  display: inline-block;
}
footer .topfooter .itemsfooter ul > li a[href]:not(.btn):focus, footer .topfooter .itemsfooter ul > li a[href]:not(.btn):hover, footer .topfooter .itemsfooter ul > li a[href]:not(.btn):active {
  color: inherit;
}
@media screen and (max-width: 991.98px) {
  footer .topfooter .itemsfooter ul > li ul.socialNetwork {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
footer .topfooter .itemsfooter ul > li ul.socialNetwork li {
  margin-bottom: 0;
}
footer .topfooter .itemsfooter ul > li ul.socialNetwork li:first-child a i {
  margin-top: 0.5rem;
}
footer .topfooter .itemsfooter ul > li ul.socialNetwork li a {
  height: 100%;
}
footer .topfooter .itemsfooter ul > li ul.socialNetwork li a i {
  margin-left: 0;
  color: #FFF;
  font-size: 1.5rem;
}
footer .topfooter .itemsfooter ul > li img {
  max-width: 15rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  footer .topfooter .itemsfooter ul > li img {
    max-width: 14rem;
  }
}
footer .topfooter .itemsfooter ul > li img[src*=sellodigital] {
  max-width: 19rem;
}
@media screen and (max-width: 767.98px) {
  footer .topfooter .itemsfooter ul > li img[src*=sellodigital] {
    max-width: 15rem;
  }
}
footer .topfooter .itemsfooter .form-group input {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
footer .topfooter .itemsfooter .form-group input::-webkit-input-placeholder {
  color: #FFF;
}
footer .topfooter .itemsfooter .form-group input:-moz-placeholder {
  color: #FFF;
}
footer .topfooter .itemsfooter .form-group input::placeholder {
  color: #FFF;
}
footer .topfooter .itemsfooter .form-group p {
  margin-bottom: 0;
  font-size: 0.85rem;
}
footer .topfooter .itemsfooter .form-group p a {
  font-size: 0.85rem;
}
@media screen and (max-width: 991.98px) {
  footer .topfooter .itemsfooter .form-group button {
    min-width: 15rem;
  }
}
footer .bottomfooter {
  background-color: #282a29;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
footer .bottomfooter p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #FFF;
}
footer .bottomfooter p a {
  font-size: 0.9rem;
}
@media screen and (max-width: 575.98px) {
  footer .bottomfooter p a {
    font-size: 0.7rem;
  }
}
footer .logofooter {
  position: relative;
  margin-bottom: 1.5rem;
}
footer .logofooter img {
  max-width: 15rem;
}
@media screen and (max-width: 767.98px) {
  footer .logofooter img {
    max-width: 13rem;
  }
}
footer .logofooter span {
  position: absolute;
  right: 0;
  bottom: 7%;
  font-size: 40%;
}

@media screen and (min-width: 992px) {
  .count-updateimg {
    margin-top: -5rem;
  }
}
.count-updateimg .box-imagenPerfil {
  position: relative;
  width: 100%;
  max-width: 28rem;
  margin-bottom: 8rem;
}
.count-updateimg .box-imagenPerfil .imgPerfil {
  display: block;
  min-height: 40rem;
  overflow: hidden;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}
.count-updateimg .box-imagenPerfil .imgPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-updateimg .box-imagenPerfil .capaPerfil {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 4.5rem;
  padding-top: 4.5rem;
  z-index: 2;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area {
  display: none;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 7rem;
  height: 7rem;
  background-color: #2E2E2E;
  border-radius: 100px;
  margin: -3.5rem auto 0;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label:not(:disabled):focus, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label:not(:disabled):focus, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label:not(:disabled):focus {
  background-color: #2b2c2c;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label:not(:disabled):hover, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label:not(:disabled):hover, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label:not(:disabled):hover {
  background-color: #292929;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label:not(:disabled):active, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label:not(:disabled):active, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label:not(:disabled):active {
  background-color: #242525;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label i, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label i, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label i {
  color: #ff3667;
  font-size: 1.8rem;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label ~ p, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label ~ p, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label ~ p {
  margin-bottom: 0;
  color: #2d2e2e;
  text-align: center;
  line-height: normal;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label ~ p:nth-child(5), .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label ~ p:nth-child(5), .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label ~ p:nth-child(5) {
  margin-top: 1.5rem;
}
.count-updateimg .box-imagenPerfil .capaPerfil input[type=file].form-control + label ~ p:last-child, .count-updateimg .box-imagenPerfil .capaPerfil .amsify-suggestags-area input[type=file].amsify-suggestags-input-area + label ~ p:last-child, .amsify-suggestags-area .count-updateimg .box-imagenPerfil .capaPerfil input[type=file].amsify-suggestags-input-area + label ~ p:last-child {
  margin-top: 0.5rem;
}
.count-updateimg .box-imagenPerfil .boxPerfil {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff3667;
  color: #FFF;
  padding: 1.5rem 2rem 2rem;
  max-width: 80%;
  width: 100%;
  height: 16rem;
  margin-bottom: -8rem;
  z-index: 3;
}
.count-updateimg .box-imagenPerfil .boxPerfil div {
  position: relative;
  border-bottom: 1px solid #FFF;
  width: 100%;
  height: 100%;
}
.count-updateimg .box-imagenPerfil .boxPerfil div p:first-child {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  margin-top: -0.5rem;
  margin-bottom: 0;
  line-height: 100%;
}
.count-updateimg .box-imagenPerfil .boxPerfil div p:first-child + p {
  font-size: 1.5rem;
  line-height: 100%;
}
.count-updateimg .box-imagenPerfil .boxPerfil div p:last-child {
  font-size: 1.1rem;
}

.contacto {
  display: inline-block;
  color: #ff3667;
  border-bottom: 1px solid #ff3667;
  text-decoration: none;
}
.contacto:hover {
  text-decoration: none;
  color: #ff3667;
}

.iconredes i {
  font-size: 2.2rem;
  line-height: 100%;
  color: #ff3667;
}
.iconredes img {
  width: 2.2rem;
}

input[type=file].form-control.filemultmedia + label, .amsify-suggestags-area input[type=file].filemultmedia.amsify-suggestags-input-area + label {
  min-height: 45px;
}
input[type=file].form-control.filemultmedia + label i, .amsify-suggestags-area input[type=file].filemultmedia.amsify-suggestags-input-area + label i {
  font-size: 1.9rem;
}

.modificarLOGO {
  min-height: 160px;
  max-height: 170px;
}
.modificarLOGO.laboral {
  min-height: 165px;
}
.modificarLOGO img {
  max-height: 100px;
}

.countbanner .infobanner > div:first-child .estatus {
  line-height: 100%;
  margin-top: 0.75rem;
}
.countbanner .infobanner > div:first-child .estatus span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100px;
  margin-right: 0.5rem;
}
.countbanner .infobanner > div:first-child .estatus span.active {
  background-color: #68C256;
}
.countbanner .infobanner > div:first-child .estatus p {
  margin-bottom: 0;
}
.countbanner .infobanner > div:first-child .estatus span,
.countbanner .infobanner > div:first-child .estatus p {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:first-child .title {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 349.98px) {
  .countbanner .infobanner > div:first-child .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:first-child .title + p {
    margin-bottom: 0;
  }
}
.countbanner .infobanner > div:first-child ul {
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}
.countbanner .infobanner > div:first-child ul:not(.redesocial) li:not(:last-child):before {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.countbanner .infobanner > div:first-child ul.redesocial li a i {
  font-size: 1.4rem;
}
.countbanner .infobanner > div:first-child ul li {
  position: relative;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.countbanner .infobanner > div:first-child ul li ~ li {
  padding-left: 0.7rem;
}
.countbanner .infobanner > div:first-child ul li a {
  display: block;
  color: #ff3667;
}
.countbanner .infobanner > div:first-child ul.tagbanner {
  max-width: 400px;
  margin-bottom: 0;
}
.countbanner .infobanner > div:first-child ul.tagbanner + p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:first-child ul.tagbanner + p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:first-child ul.contactobanner {
    margin-bottom: 0.5rem;
  }
}
.countbanner .infobanner > div:last-child {
  max-width: 300px;
}
.countbanner .infobanner > div:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 10rem;
  height: 11rem;
  background: url("./../image/fondo-puntos.png") repeat center;
  background-size: cover;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .countbanner .infobanner > div:last-child:before {
    right: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .countbanner .infobanner > div:last-child:before {
    right: 70%;
  }
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:last-child:before {
    right: 60%;
    bottom: 0;
    top: initial;
    transform: none;
    margin-bottom: -1.7rem;
    margin-right: 0;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 1299.98px) and (min-width: 1200px) {
  .countbanner .infobanner > div:last-child {
    margin-left: 20% !important;
  }
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:last-child {
    padding-right: 0;
    padding-left: 0;
    max-width: 130px;
  }
}
.countbanner .infobanner > div:last-child .countimgPerfil {
  position: relative;
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .countbanner .infobanner > div:last-child .countimgPerfil {
    height: 140px;
    right: -0.82rem;
  }
}
.countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  width: 100%;
  height: auto;
  max-width: 83%;
  padding-top: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div {
    max-width: 75%;
  }
}
.countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div i {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.6rem;
  margin-right: 0.6rem;
  color: #ff3667;
  line-height: 100%;
  font-size: 1.1rem;
}
.countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div p {
  font-size: 1.385rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  max-width: 200px;
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) and (min-width: 576px) {
  .countbanner .infobanner > div:last-child .countimgPerfil img:not(.not-cover) + div p {
    font-size: 1.1rem;
  }
}
.countbanner .infobanner > div:last-child .countimgPerfil + div {
  padding-top: 0.5rem;
}
.countbanner .infobanner > div:last-child .countimgPerfil + div ul {
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.countbanner .infobanner > div:last-child .countimgPerfil + div ul li {
  float: left;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.countbanner .infobanner > div:last-child .countimgPerfil + div ul li a {
  display: block;
}
.countbanner .infobanner > div:last-child .countimgPerfil + div ul li a i {
  font-size: 1.4rem;
}
.countbanner .infobanner > div:last-child .countimgPerfil + div ul + div {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1299.98px) and (min-width: 1200px) {
  .countbanner .infobanner > div:last-child .countimgPerfil + div ul + div {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.countbanner .infobanner > div:last-child .countimgPerfil + div .btn-openinfo i {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .countbanner .infobanner > div:last-child .countimgPerfil + div .btn-openinfo i {
    margin-left: 1rem;
  }
}
.countbanner .frase-responsivo {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.countbanner .frase-responsivo > div {
  position: relative;
}
.countbanner .frase-responsivo > div p {
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 0.9rem;
}
.countbanner .frase-responsivo > div i {
  position: absolute;
  top: 0;
  left: 100%;
  color: #ff3667;
  line-height: 100%;
}

.moreinfobanner {
  display: none;
  position: relative;
  margin-top: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .moreinfobanner {
    display: block !important;
    padding-right: 0;
    padding-left: 0;
  }
}
.moreinfobanner button.btn-closeinfo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  border-radius: 100px;
}
.moreinfobanner button.btn-closeinfo i {
  color: #FFF;
  font-size: 0.6rem;
  line-height: 100%;
  margin-left: 0;
}
.moreinfobanner > div:first-child p {
  margin-bottom: 2rem;
}
.moreinfobanner > div:last-child {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .moreinfobanner > div:last-child {
    margin-left: 0;
  }
}
.moreinfobanner > div:last-child > .row > div > ul {
  margin-bottom: 1.7rem;
}
.moreinfobanner > div:last-child > .row > div > ul > li:first-child i {
  font-size: 1.2rem;
  line-height: 100%;
  color: #ff3667;
}
.moreinfobanner > div:last-child > .row > div > ul > li:last-child ul li {
  display: -ms-grid;
  display: grid;
}
.moreinfobanner > div:last-child > .row > div > ul > li:last-child ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.moreinfobanner > div:last-child > .row > div > ul > li:last-child ul li a[href]:hover {
  color: inherit;
  text-decoration: none;
}
.moreinfobanner > div:last-child > .row > div > ul > li:last-child ul li a:not([href]) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.count-barPerfil > .row > div:first-child .barNivel {
  position: relative;
}
.count-barPerfil > .row > div:first-child .barNivel span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2E2E2E;
  border-radius: 100px;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 2;
}
.count-barPerfil > .row > div:first-child .barNivel span i {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}
.count-barPerfil > .row > div:first-child .barNivel span.np-1 {
  left: calc(1% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-2 {
  left: calc(2% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-3 {
  left: calc(3% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-4 {
  left: calc(4% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-5 {
  left: calc(5% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-6 {
  left: calc(6% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-7 {
  left: calc(7% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-8 {
  left: calc(8% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-9 {
  left: calc(9% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-10 {
  left: calc(10% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-11 {
  left: calc(11% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-12 {
  left: calc(12% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-13 {
  left: calc(13% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-14 {
  left: calc(14% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-15 {
  left: calc(15% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-16 {
  left: calc(16% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-17 {
  left: calc(17% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-18 {
  left: calc(18% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-19 {
  left: calc(19% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-20 {
  left: calc(20% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-21 {
  left: calc(21% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-22 {
  left: calc(22% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-23 {
  left: calc(23% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-24 {
  left: calc(24% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-25 {
  left: calc(25% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-26 {
  left: calc(26% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-27 {
  left: calc(27% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-28 {
  left: calc(28% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-29 {
  left: calc(29% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-30 {
  left: calc(30% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-31 {
  left: calc(31% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-32 {
  left: calc(32% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-33 {
  left: calc(33% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-34 {
  left: calc(34% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-35 {
  left: calc(35% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-36 {
  left: calc(36% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-37 {
  left: calc(37% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-38 {
  left: calc(38% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-39 {
  left: calc(39% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-40 {
  left: calc(40% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-41 {
  left: calc(41% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-42 {
  left: calc(42% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-43 {
  left: calc(43% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-44 {
  left: calc(44% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-45 {
  left: calc(45% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-46 {
  left: calc(46% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-47 {
  left: calc(47% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-48 {
  left: calc(48% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-49 {
  left: calc(49% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-50 {
  left: calc(50% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-51 {
  left: calc(51% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-52 {
  left: calc(52% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-53 {
  left: calc(53% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-54 {
  left: calc(54% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-55 {
  left: calc(55% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-56 {
  left: calc(56% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-57 {
  left: calc(57% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-58 {
  left: calc(58% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-59 {
  left: calc(59% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-60 {
  left: calc(60% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-61 {
  left: calc(61% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-62 {
  left: calc(62% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-63 {
  left: calc(63% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-64 {
  left: calc(64% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-65 {
  left: calc(65% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-66 {
  left: calc(66% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-67 {
  left: calc(67% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-68 {
  left: calc(68% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-69 {
  left: calc(69% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-70 {
  left: calc(70% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-71 {
  left: calc(71% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-72 {
  left: calc(72% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-73 {
  left: calc(73% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-74 {
  left: calc(74% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-75 {
  left: calc(75% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-76 {
  left: calc(76% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-77 {
  left: calc(77% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-78 {
  left: calc(78% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-79 {
  left: calc(79% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-80 {
  left: calc(80% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-81 {
  left: calc(81% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-82 {
  left: calc(82% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-83 {
  left: calc(83% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-84 {
  left: calc(84% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-85 {
  left: calc(85% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-86 {
  left: calc(86% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-87 {
  left: calc(87% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-88 {
  left: calc(88% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-89 {
  left: calc(89% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-90 {
  left: calc(90% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-91 {
  left: calc(91% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-92 {
  left: calc(92% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-93 {
  left: calc(93% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-94 {
  left: calc(94% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-95 {
  left: calc(95% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-96 {
  left: calc(96% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-97 {
  left: calc(97% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-98 {
  left: calc(98% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-99 {
  left: calc(99% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel span.np-100 {
  left: calc(100% - 0.75rem);
}
.count-barPerfil > .row > div:first-child .barNivel > div {
  position: relative;
  width: auto;
  height: 0.35rem;
  z-index: 1;
}
.count-barPerfil > .row > div:first-child .barNivel > div:nth-child(2) {
  background-color: rgba(255, 54, 103, 0.2);
}
.count-barPerfil > .row > div:first-child .barNivel > div:nth-child(3) {
  background-color: rgba(255, 54, 103, 0.4);
}
.count-barPerfil > .row > div:first-child .barNivel > div:nth-child(4) {
  background-color: rgba(255, 54, 103, 0.6);
}
.count-barPerfil > .row > div:first-child .barNivel > div:nth-child(5) {
  background-color: rgba(255, 54, 103, 0.8);
}
.count-barPerfil > .row > div:first-child .barNivel > div:nth-child(6) {
  background-color: #ff3667;
}
.count-barPerfil > .row > div:last-child button {
  min-width: 170px;
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .count-barPerfil > .row > div:last-child button {
    min-width: 116px;
  }
}

.boxquieroSer {
  padding-top: 7rem;
  padding-bottom: 1rem;
  margin-left: 5.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991.98px) {
  .boxquieroSer {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .boxquieroSer:before {
    content: "\f11c";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 5rem;
    line-height: 100%;
    color: #FFF;
    font-size: 2rem;
    z-index: 2;
  }
  .boxquieroSer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 13.5rem;
    height: 27rem;
    margin-top: auto;
    margin-right: 1.5rem;
    margin-bottom: auto;
    background-color: #ff3667;
    border-bottom-right-radius: 100vh;
    border-top-right-radius: 100vh;
  }
}
.boxquieroSer > .row > div:first-child {
  margin-bottom: 0.5rem;
}
.boxquieroSer > .row > div:first-child p {
  line-height: 100%;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row > div:first-child p {
    font-size: 1rem;
  }
}
.boxquieroSer > .row > div:last-child {
  position: relative;
}
.boxquieroSer > .row > div:last-child:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 15rem);
  height: 0.4rem;
  background-color: #ff3667;
  margin-bottom: 2.5rem;
  margin-right: 5rem;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .boxquieroSer > .row > div:last-child:before {
    width: calc(100% + 12.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row > div:last-child:before {
    width: 138%;
    margin-right: 26%;
    margin-bottom: 1.5rem;
  }
}
.boxquieroSer > .row > div:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("./../icon/women.svg") no-repeat center;
  width: 5rem;
  height: 8rem;
  margin-bottom: 3.1rem;
  margin-left: 1rem;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row > div:last-child:after {
    width: 4rem;
    height: 6rem;
    margin-bottom: 2.1rem;
    margin-left: 0;
  }
}
.boxquieroSer > .row > div:last-child p {
  text-align: center;
  line-height: 100%;
}
@media screen and (max-width: 1199.98px) {
  .boxquieroSer > .row > div:last-child .btnquieroSer {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 1199.98px) {
  .boxquieroSer > .row > div:last-child .btnquieroSer > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.boxquieroSer > .row > div:last-child .btnquieroSer > div button, .boxquieroSer > .row > div:last-child .btnquieroSer > div a {
  position: relative;
  border-radius: 100px;
  width: 10rem;
  height: 10rem;
  line-height: 1.1;
  font-size: 1.077rem;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  z-index: 2;
}
.boxquieroSer > .row > div:last-child .btnquieroSer > div button[class*=-white], .boxquieroSer > .row > div:last-child .btnquieroSer > div a[class*=-white] {
  background-color: #FFF;
}
.boxquieroSer > .row > div:last-child .btnquieroSer > div button[class*=-white]:focus, .boxquieroSer > .row > div:last-child .btnquieroSer > div a[class*=-white]:focus {
  background-color: #f23362;
  color: #FFF;
  border-color: #f23362;
}
.boxquieroSer > .row > div:last-child .btnquieroSer > div button[class*=-white]:hover, .boxquieroSer > .row > div:last-child .btnquieroSer > div a[class*=-white]:hover {
  background-color: #e6315d;
  color: #FFF;
  border-color: #e6315d;
}
.boxquieroSer > .row > div:last-child .btnquieroSer > div button[class*=-white]:active, .boxquieroSer > .row > div:last-child .btnquieroSer > div a[class*=-white]:active {
  background-color: #cc2b52;
  color: #FFF;
  border-color: #cc2b52;
}
@media screen and (max-width: 1199.98px) {
  .boxquieroSer > .row > div:last-child .btnquieroSer > div button, .boxquieroSer > .row > div:last-child .btnquieroSer > div a {
    width: 9rem;
    height: 9rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row > div:last-child .btnquieroSer > div button, .boxquieroSer > .row > div:last-child .btnquieroSer > div a {
    width: 7rem;
    height: 7rem;
    font-size: 0.9rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxquieroSer > .row > div:last-child .btnquieroSer > div button, .boxquieroSer > .row > div:last-child .btnquieroSer > div a {
    width: 60px;
    height: 60px;
    font-size: 0.75rem;
  }
}
.boxquieroSer > .row .textQuieroser {
  max-width: 21rem;
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row .textQuieroser {
    padding-right: 0;
  }
}
@media screen and (max-width: 349.98px) {
  .boxquieroSer > .row .textQuieroser {
    max-width: 10rem;
  }
}
.boxquieroSer > .row .textQuieroser p:first-child {
  font-size: 2.5rem;
  line-height: 100%;
}
.boxquieroSer > .row .textQuieroser p:first-child > :first-child {
  font-family: "DMSerifText-Regular";
}
@media screen and (max-width: 991.98px) {
  .boxquieroSer > .row .textQuieroser p:first-child {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row .textQuieroser p:first-child {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxquieroSer > .row .textQuieroser p:first-child {
    font-size: 1.7rem;
  }
}
.boxquieroSer > .row .textQuieroser p:last-child {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .boxquieroSer > .row .textQuieroser p:last-child {
    margin-bottom: 3rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxquieroSer > .row .textQuieroser p:last-child {
    font-size: 0.8rem;
  }
}
.boxquieroSer .count-lineaquieroser {
  position: absolute;
  bottom: 0;
  left: -20%;
  transform: rotate(135deg);
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .boxquieroSer .count-lineaquieroser {
    left: -30%;
  }
}
@media screen and (max-width: 575.98px) {
  .boxquieroSer .count-lineaquieroser {
    left: -35%;
  }
}
@media screen and (max-width: 349.98px) {
  .boxquieroSer .count-lineaquieroser {
    left: -55%;
  }
}
.boxquieroSer .count-lineaquieroser .linequieroser {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.boxquieroSer .count-lineaquieroser .linequieroser:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #F7F7F7;
}
.boxquieroSer .count-lineaquieroser .linequieroser:nth-child(1) {
  width: 23rem;
  height: 7rem;
  margin-left: 1rem;
}
.boxquieroSer .count-lineaquieroser .linequieroser:nth-child(2) {
  width: 15rem;
  height: 3rem;
  margin-right: 15rem;
}

.boxPanelResumen {
  margin-top: 2rem;
}
.boxPanelResumen > .row {
  background-color: #FFF;
}
.boxPanelResumen p {
  margin-bottom: 0;
  line-height: 100%;
}
.boxPanelResumen .iconPanelResumen {
  background-color: rgb(205, 214, 221);
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .iconPanelResumen {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.boxPanelResumen .iconPanelResumen i {
  font-size: 1.8rem;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .iconPanelResumen i {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .iconPanelResumen i {
    font-size: 1.5rem;
  }
}
.boxPanelResumen .info-panelResumen {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border: 2px solid rgb(205, 214, 221);
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .info-panelResumen .header-panelResumen {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div:first-child p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .info-panelResumen .header-panelResumen > .row > div:first-child p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .info-panelResumen .header-panelResumen > .row > div:first-child p {
    font-size: 0.9rem;
  }
}
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li:not(:last-child) {
  position: relative;
}
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li:not(:last-child):before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 25px;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li:not(:last-child):before {
    height: 17px;
  }
}
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li p,
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li button {
  font-size: 0.9rem;
}
.boxPanelResumen .info-panelResumen .header-panelResumen > .row > div ul li p {
  color: #2d2e2e;
}
.boxPanelResumen .info-panelResumen .visitasPanelResumen > .row .boxresumen:last-child {
  border-right: 0;
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen {
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .info-panelResumen .sliderPanelResumen {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen .row {
  position: relative;
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen .row hr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen .row button {
  position: relative;
  background-color: #FFF;
  z-index: 2;
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen .row button p {
  font-size: 0.85rem;
}
.boxPanelResumen .info-panelResumen .sliderPanelResumen .row button p i {
  font-size: 0.8rem;
}
.boxPanelResumen .info-panelResumen .actividadPanelResumen {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .info-panelResumen .actividadPanelResumen > .row > div:first-child {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxPanelResumen .info-panelResumen .actividadPanelResumen > .row > div:first-child p {
    font-size: 0.9rem;
  }
}
.boxPanelResumen .info-panelResumen .actividadPanelResumen > .row .boxresumen:last-child {
  border-right: 0;
}
.boxPanelResumen .info-panelResumen .boxresumen {
  padding: 0.75rem 0.5rem;
  border-right: 1px solid #D9D9D9;
}
.boxPanelResumen .info-panelResumen .boxresumen > .row {
  margin-right: 0;
  margin-left: 0;
}
.boxPanelResumen .info-panelResumen .boxresumen > .row > div:first-child {
  padding-right: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .info-panelResumen .boxresumen > .row > div:first-child {
    padding-right: 0;
    padding-left: 0;
  }
}
.boxPanelResumen .info-panelResumen .boxresumen > .row > div:first-child p {
  font-size: 2rem;
  margin-bottom: -3px;
}
.boxPanelResumen .info-panelResumen .boxresumen > .row > div:last-child {
  display: grid !important;
  padding-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .boxPanelResumen .info-panelResumen .boxresumen > .row > div:last-child {
    padding-left: 0.75rem;
    padding-right: 0;
  }
}
.boxPanelResumen .info-panelResumen .boxresumen > .row > div:last-child p {
  font-size: 0.85rem;
  overflow: hidden;
}

.box.boxcompletaPerfil {
  display: none;
  padding: 2.5rem 1rem 2rem;
  margin-top: 2rem;
}
.box.boxcompletaPerfil .subtitle {
  margin-bottom: 1rem;
}
.box.boxbiografia {
  padding: 4.5rem 6rem;
}
@media screen and (max-width: 991.98px) {
  .box.boxbiografia {
    padding: 4rem 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box.boxbiografia {
    padding: 4rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box.boxbiografia {
    padding: 3rem 2rem;
  }
}
.box.boxbiografia > :last-child {
  margin-bottom: 0;
}
.box.boxExperiencia {
  padding-top: 1.5rem;
}
.box.boxExperiencia > .row {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.box.boxExperiencia > .row:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7.2rem;
  width: calc(100% - 10rem);
  height: 2px;
  background-color: #FFF;
}
@media screen and (max-width: 575.98px) {
  .box.boxExperiencia > .row:before {
    left: 4.5rem;
    width: calc(100% - 5.5rem);
  }
}
.box.boxExperiencia > .row ~ div > div:first-child span + hr:after {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
}
.box.boxExperiencia > .row ~ :last-child {
  padding-bottom: 6rem;
}
.box.boxExperiencia > .row ~ :last-child > div:first-child span + hr:before {
  height: 6rem;
}
.box.boxExperiencia > .row > div:first-child span {
  display: block;
  position: relative;
  width: 11px;
  height: 11px;
  background-color: #ff3667;
  border-radius: 100px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 575.98px) {
  .box.boxExperiencia > .row > div:first-child span {
    width: 9px;
    height: 9px;
  }
}
.box.boxExperiencia > .row > div:first-child span + hr {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ff3667;
  border-top: 0;
  width: 2px;
  height: 100%;
  margin: 0 auto;
}
.box.boxExperiencia > .row > div:first-child span + hr:before, .box.boxExperiencia > .row > div:first-child span + hr:after {
  content: "";
  width: inherit;
  height: 2rem;
  background-color: inherit;
}
.box.boxExperiencia > .row > div:first-child span + hr:before {
  position: absolute;
  top: 100%;
  left: 0;
}
.box.boxExperiencia > .row > div:last-child > .row .text-topItemMiPerfil p {
  margin-bottom: 0;
}
.box.boxExperiencia > .row > div:last-child > .row .text-topItemMiPerfil p:nth-child(1) {
  line-height: 100%;
  font-size: 1.2rem;
}
.box.boxExperiencia > .row > div:last-child > .row .text-topItemMiPerfil p:nth-child(1) span {
  display: inline-block;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.box.boxExperiencia > .row > div:last-child > .row .text-topItemMiPerfil p:nth-child(3), .box.boxExperiencia > .row > div:last-child > .row .text-topItemMiPerfil p:nth-child(4) {
  color: #2d2e2e;
}
.box.boxExperiencia > .row > div:last-child > .row .text-downItemMiPerfil {
  margin-top: 2rem;
}
.box.boxExperiencia > .row > div:last-child > .row .text-downItemMiPerfil p {
  margin-bottom: 0;
}
.box.boxExperiencia > .row > div:last-child > .row .img-seccionPerfil {
  position: relative;
  height: 5rem;
  width: 5rem;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 1rem;
}
.box.boxExperiencia > .row > div:last-child > .row .img-seccionPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  .box.boxExperiencia > .row > div:last-child > .row .img-seccionPerfil {
    width: 4rem;
    height: 4rem;
  }
}
.box.boxEducacion, .box.boxlogros {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.box.boxEducacion > .row, .box.boxlogros > .row {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.box.boxEducacion > .row:before, .box.boxlogros > .row:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7.2rem;
  width: calc(100% - 10rem);
  height: 2px;
  background-color: #FFF;
}
@media screen and (max-width: 575.98px) {
  .box.boxEducacion > .row:before, .box.boxlogros > .row:before {
    left: 6rem;
    width: calc(100% - 7rem);
  }
}
.box.boxEducacion > .row:last-child:before, .box.boxlogros > .row:last-child:before {
  display: none;
}
.box.boxEducacion > .row > div:first-child i, .box.boxlogros > .row > div:first-child i {
  font-size: 2.5rem;
  color: #ff3667;
}
.box.boxEducacion > .row > div:last-child > .row > div:first-child p, .box.boxlogros > .row > div:last-child > .row > div:first-child p {
  margin-bottom: 0;
}
.box.boxEducacion > .row > div:last-child > .row > div:first-child p:first-child, .box.boxlogros > .row > div:last-child > .row > div:first-child p:first-child {
  font-size: 1.2rem;
}
.box.boxEducacion > .row > div:last-child > .row > div:first-child p:last-child, .box.boxlogros > .row > div:last-child > .row > div:first-child p:last-child {
  color: #2d2e2e;
}
.box.boxEducacion > .row > div:last-child > .row .img-seccionPerfil, .box.boxlogros > .row > div:last-child > .row .img-seccionPerfil {
  position: relative;
  height: 5rem;
  width: 5rem;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 1rem;
}
.box.boxEducacion > .row > div:last-child > .row .img-seccionPerfil img:not(.not-cover), .box.boxlogros > .row > div:last-child > .row .img-seccionPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  .box.boxEducacion > .row > div:last-child > .row .img-seccionPerfil, .box.boxlogros > .row > div:last-child > .row .img-seccionPerfil {
    width: 4rem;
    height: 4rem;
  }
}
.box.boxcertificaciones > .row > div:first-child {
  background-color: #ff3667;
  padding: 0.5rem;
}
.box.boxcertificaciones > .row > div:first-child i {
  color: #FFF;
  font-size: 1.8rem;
}
.box.boxcertificaciones > .row > div:first-child ~ div {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .box.boxcertificaciones > .row > div:first-child ~ div {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.box.boxcertificaciones > .row > div:first-child + div {
  min-height: 170px;
}
@media screen and (max-width: 767.98px) {
  .box.boxcertificaciones > .row > div:first-child + div {
    min-height: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .box.boxcertificaciones > .row > div:first-child + div {
    min-height: 0;
  }
}
.box.boxcertificaciones > .row > div:first-child + div p {
  margin-bottom: 0;
}
.box.boxcertificaciones > .row > div:first-child + div p:first-child {
  font-size: 1.2rem;
}
.box.boxcertificaciones > .row > div:first-child + div p:nth-child(3) {
  color: #2d2e2e;
}
.box.boxcertificaciones > .row > div:first-child + div .count-multimedia {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.box.boxcertificaciones > .row > div:first-child + div .count-multimedia img {
  max-width: 160px;
  width: 100%;
}
.box.boxidioma {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.box.boxidioma > div:not(.floatbtn) {
  padding: 1rem 5rem;
}
@media screen and (max-width: 1349.98px) {
  .box.boxidioma > div:not(.floatbtn) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .box.boxidioma > div:not(.floatbtn) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .box.boxidioma > div:not(.floatbtn) {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box.boxidioma > div:not(.floatbtn) {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.box.boxidioma > div:not(.floatbtn) > p {
  font-size: 1.25rem;
  line-height: 100%;
  margin-bottom: 0.5rem;
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:first-child {
  display: -ms-grid !important;
  display: grid !important;
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:first-child p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-bottom: 0;
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:last-child::after {
  clear: both;
  content: "";
  display: block;
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:last-child .lineidioma {
  display: block;
  float: left;
  width: 0.3rem;
  height: 19px;
  background-color: rgba(255, 54, 103, 0.3);
  border-radius: 100px;
}
@media screen and (max-width: 575.98px) {
  .box.boxidioma > div:not(.floatbtn) .counidioma > div:last-child .lineidioma {
    height: 15px;
  }
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:last-child .lineidioma:not(:last-child) {
  margin-right: 0.3rem;
}
.box.boxidioma > div:not(.floatbtn) .counidioma > div:last-child .lineidioma.active {
  background-color: #ff3667;
}
.box.boxvoluntariado > .row > div {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.box.boxvoluntariado > .row > div:first-child {
  padding-right: 0.5rem;
}
.box.boxvoluntariado > .row > div:first-child i {
  color: #ff3667;
  font-size: 1.4rem;
}
.box.boxvoluntariado > .row > div:last-child {
  padding-left: 0.5rem;
}
.box.boxvoluntariado > .row > div:last-child p {
  margin-bottom: 0;
}
.box.boxvoluntariado > .row > div:last-child p:nth-child(1) {
  font-size: 1.25rem;
}
.box.boxvoluntariado > .row > div:last-child p:nth-child(4) {
  color: #2d2e2e;
}
.box.boxvoluntariado > .row > div:last-child p:nth-child(4) span {
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.box.boxvoluntariado > .row > div:last-child p:nth-child(5) {
  margin-top: 1.5rem;
  font-style: italic;
}
.box.boxvoluntariado > .row > div:last-child p:nth-child(5):before, .box.boxvoluntariado > .row > div:last-child p:nth-child(5):after {
  content: '"';
}
.box.boxlogros > .row:before {
  left: 6.5rem;
  width: calc(100% - 9rem);
}
@media screen and (max-width: 575.98px) {
  .box.boxlogros > .row:before {
    left: 5rem;
    width: calc(100% - 6.5rem);
  }
}
.box.boxlogros > .row > div:first-child i {
  font-size: 1.7rem;
}
.box.boxlogros > .row > div:last-child > .row > div:last-child img {
  max-width: 125px;
}
@media screen and (max-width: 767.98px) {
  .box.boxlogros > .row > div:last-child > .row > div:last-child img {
    width: 100%;
  }
}
.box.boxConocimiento {
  background-color: transparent;
  margin-bottom: 1.2rem;
}
.box.boxConocimiento p {
  margin-bottom: 0;
  line-height: 100%;
}
.box.boxConocimiento .rowconocimiento {
  display: table;
}
.box.boxConocimiento .rowconocimiento > div {
  display: table-cell;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento {
  background-color: #ff3667;
  border-radius: 100px;
  padding: 0.6rem 3rem;
}
@media screen and (max-width: 575.98px) {
  .box.boxConocimiento .rowconocimiento .info-conocimiento {
    padding: 0.65rem 2.5rem;
  }
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:first-child {
  display: -ms-grid;
  display: grid;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:first-child p {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #FFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:last-child::after {
  clear: both;
  content: "";
  display: block;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:last-child .linenivel {
  display: block;
  float: left;
  border-radius: 100px;
  width: 0.25rem;
  height: 20px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 575.98px) {
  .box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:last-child .linenivel {
    height: 15px;
  }
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:last-child .linenivel:not(:last-child) {
  margin-right: 0.3rem;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento > .row > div:last-child .linenivel.active {
  background-color: #FFF;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento ~ div {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.box.boxConocimiento .rowconocimiento .info-conocimiento ~ div:last-child {
  padding-right: 0;
}
.box.boxConocimiento > div:first-child ~ div {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.box.boxConocimiento > div:first-child ~ div button {
  padding: 0;
  line-height: 100%;
  border: 0;
}
.box.boxConocimiento > div:first-child ~ div button:disabled {
  opacity: 1;
}
.box.boxConocimiento > div:first-child ~ div button:disabled:hover, .box.boxConocimiento > div:first-child ~ div button:disabled:active, .box.boxConocimiento > div:first-child ~ div button:disabled:focus {
  color: #ff3667;
}
.box.boxConocimiento > div:first-child ~ div i {
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
  margin-left: 0;
}
.box.boxConocimiento > div:first-child ~ div i[class*=-round-add-button] {
  color: rgb(205, 214, 221);
}
.box.boxConocimiento > div:first-child ~ :last-child {
  padding-right: 0;
}

#modalActitud .modal-header {
  margin-bottom: 1rem;
}
#modalActitud .modal-header p {
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  #modalActitud .modal-header p {
    font-size: 1.4rem;
  }
}
#modalActitud .modal-body p:first-child {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}
#modalActitud .modal-body hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#modalActitud .modal-body hr + p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  #modalActitud .modal-body hr + p {
    margin-bottom: 2rem;
  }
}
#modalActitud .modal-body .rowless.row + p {
  font-size: 0.8rem;
  color: #2d2e2e;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
  #modalActitud .modal-body .rowless.row + p {
    font-size: 0.75rem;
  }
}

.item-completion-data {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.item-completion-data:hover {
  box-shadow: 0 -18px 50px 0 rgba(69, 22, 63, 0.32);
}
.item-completion-data.item-green {
  height: 100%;
}
.item-completion-data.item-green .card-header {
  background-color: #4bbeaa;
  padding: 0.75rem 1.5rem;
  color: #FFF;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0px;
  font-family: "Roboto-Medium";
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .item-completion-data.item-green .card-header {
    font-size: 1rem;
  }
}
.item-completion-data.item-green .card-body {
  flex: 1;
  background-color: #F7F7F7;
}
.item-completion-data.item-green .add-button i {
  font-size: 3em;
}

.sliderbar-perfilview {
  border-right: 4px solid #ff3667;
  width: 21rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .sliderbar-perfilview {
    width: 20rem;
  }
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview {
    width: 100%;
    border-right: 0;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text {
  position: relative;
  padding-top: 2.75rem;
  padding-bottom: 2rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text {
    padding-right: 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text {
    padding-right: 5rem;
    padding-left: 1.75rem;
  }
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text {
    padding-top: 2rem;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p {
  margin-bottom: 0;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textstatus {
  color: #ff3667;
  font-size: 1rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textjob {
  font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textjob {
    font-size: 1rem;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textpresentacion {
  font-size: 1.2rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textpresentacion::first-letter {
  text-transform: uppercase;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text p.textlocation {
  margin-top: 1rem;
  font-size: 1rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text h1 {
  display: -webkit-box;
  font-size: 1.65rem;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-text h1 {
    font-size: 1.5rem;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img {
  position: relative;
  margin-top: 3rem;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img {
    margin-right: -5.2rem;
  }
}
@media screen and (min-width: 992px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -4.8rem;
    padding: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img .countimgPerfil {
  position: relative;
  height: 10rem;
  width: 10rem;
  min-height: 10rem;
  border-radius: 100rem;
  background-color: #FFF;
  border: 3px solid #ff3667;
  overflow: hidden;
  z-index: 1;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img .countimgPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  border-radius: 100rem;
}
@media screen and (max-width: 1199.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img .countimgPerfil {
    width: 9.5rem;
    height: 9.5rem;
    min-height: 9.5rem;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img .btn-perfilEdicion {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-bottom: -1.3rem;
  margin-left: auto;
  border-radius: 100rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  z-index: 2;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-img .btn-perfilEdicion i {
  margin-left: 0;
  font-size: 1.4rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu {
  margin-top: auto;
  margin-bottom: auto;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group {
    z-index: 1;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .btn span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ff3667;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .btn span:not(:last-child) {
  margin-bottom: 0.6rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .btn:after {
  display: none;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu {
    position: relative;
  }
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0px 6px 10px 0px rgba(176, 176, 176, 0.2509803922);
    min-width: 25rem;
  }
}
@media screen and (max-width: 449.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu {
    min-width: calc(100vw - 3rem);
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista {
  border: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista {
    padding-bottom: 0;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item {
  padding: 0;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item:hover, .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item:focus, .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item:active {
  background-color: #FFF;
  color: inherit;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn {
  text-align: left;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 2.5rem;
  border: 0;
  transition: none;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn:hover {
  background-color: #fafafa;
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn {
    padding-left: 4rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn i,
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn b {
  display: inline-block;
  vertical-align: middle;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn i {
  font-size: 1.3rem;
  margin-left: 0;
  margin-right: 1.5rem;
  max-width: 1.4rem;
}
.sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista .sliderbar-perfilview-lista-item .btn.active {
  color: #ff3667;
}
@media screen and (max-width: 991.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista {
    margin-right: 0;
    margin-left: 0;
  }
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista > .col,
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-menu .btn-group .dropdown-menu .sliderbar-perfilview-lista > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-content {
    margin-right: -5px;
    margin-left: -5px;
  }
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-content > .col,
  .sliderbar-perfilview .sliderbar-perfilview-presentacion .sliderbar-perfilview-presentacion-content > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.body-perfilview {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(247, 247, 247, 0.8);
}
@media screen and (min-width: 1400px) {
  .body-perfilview {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .body-perfilview {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media screen and (min-width: 992px) {
  .body-perfilview {
    padding-left: 6rem;
  }
}
.body-perfilview .card.card-perfilview {
  border: 0;
  box-shadow: 0 4px 10px 0 #EFEFEF;
}
.body-perfilview .card.card-perfilview-anadir .btn {
  color: #7B7B7B;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.body-perfilview .card.card-perfilview-anadir .btn img {
  max-width: 2.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .card.card-perfilview-anadir .btn img {
    max-width: 2.5rem;
  }
}
.body-perfilview .card.card-perfilview-anadir .btn b {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .card.card-perfilview-anadir .btn b {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Inicio .card.card-resumenPerfil {
  height: 100%;
}
.body-perfilview .body-perfilview-Inicio .card.card-resumenPerfil .card-title {
  font-size: 1.1rem;
}
.body-perfilview .body-perfilview-Inicio .card.card-resumenPerfil img {
  max-width: 3rem;
  max-height: 3rem;
}
.body-perfilview .body-perfilview-Inicio .card.card-resumenPerfil p {
  margin-bottom: 0;
  font-size: 7rem;
  line-height: 1;
}
.body-perfilview .body-perfilview-Inicio .card.card-nivelPerfil .nivelPerfil-porcentaje .nivelPerfil-porcentaje-text p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1;
}
.body-perfilview .body-perfilview-Inicio .body-perfilview-intereses .body-perfilview-intereses-btn .btn img {
  max-width: 1.4rem;
}
.body-perfilview .body-perfilview-Inicio .body-perfilview-intereses .body-perfilview-intereses-item .btn {
  box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.2509803922);
  padding: 0.6rem 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .body-perfilview .body-perfilview-Biografia .tab-paneBiografia-content .card .card-body {
    padding: 3rem;
  }
}
.body-perfilview .body-perfilview-Biografia .tab-paneBiografia-content .card .card-body .btn {
  margin-bottom: 2rem;
}
.body-perfilview .body-perfilview-Biografia .tab-paneBiografia-content .card .card-body .btn i {
  font-size: 1.5rem;
  margin-left: 0;
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-line {
  min-width: 5.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-line {
    min-width: 3.5rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #4bbeaa;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-line span {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-line hr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 50%;
  border-left: 2px dashed #4bbeaa;
  transform: translateX(-50%);
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text1 {
    max-width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text1 {
    max-width: 11rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
@media screen and (min-width: 576px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text2 {
    border-left: 1px solid #D9D9D9;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li .tab-paneExperiencia-content-box .card-perfilview .card-body .tab-paneExperiencia-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li ~ li .tab-paneExperiencia-content-line hr:before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2rem);
  left: 50%;
  width: 0;
  height: 100%;
  border-left: 2px dashed #4bbeaa;
  transform: translateX(-50%);
}
.body-perfilview .body-perfilview-Experiencia .tab-paneExperiencia-content ul li:last-child .tab-paneExperiencia-content-line hr {
  border: none;
}
@media screen and (min-width: 1200px) {
  .body-perfilview .body-perfilview-Experiencia .card-perfilview-anadir {
    margin-left: 5.5rem;
  }
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
@media screen and (min-width: 576px) {
  .body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text2 {
    border-left: 1px solid #D9D9D9;
  }
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Educacion .tab-paneEducacion-content ul li .tab-paneEducacion-content-box .card-perfilview .card-body .tab-paneEducacion-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 100%;
  background-color: #ff3667;
  border-radius: 0.25rem;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text2 {
  border-left: 1px solid #D9D9D9;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Cursos .tab-paneCursos-content ul li .tab-paneCursos-content-box .card-perfilview .card-body .tab-paneCursos-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 ul {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 ul li .lineidioma {
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #7B7B7B;
  border-radius: 100rem;
  margin-right: auto;
  margin-left: auto;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 ul li .lineidioma.active {
  background-color: #ff3667;
}
.body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Idiomas .tab-paneIdiomas-content ul li .tab-paneIdiomas-content-box .card-perfilview .card-body .tab-paneIdiomas-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
@media screen and (min-width: 576px) {
  .body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 {
    border-left: 1px solid #D9D9D9;
  }
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 .tab-paneVoluntariado-content-box-text2-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 .tab-paneVoluntariado-content-box-text2-text.col-auto {
  max-width: 15rem;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 .tab-paneVoluntariado-content-box-text2-info p {
  line-height: 1.3;
}
.body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Voluntariado .tab-paneVoluntariado-content ul li .tab-paneVoluntariado-content-box .card-perfilview .card-body .tab-paneVoluntariado-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
@media screen and (min-width: 576px) {
  .body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text2 {
    border-left: 1px solid #D9D9D9;
  }
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Logros .tab-paneLogros-content ul li .tab-paneLogros-content-box .card-perfilview .card-body .tab-paneLogros-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul {
  margin-bottom: 1rem;
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body {
  padding: 1.75rem 3rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text1 {
  max-width: 18rem;
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text1 p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text1 p {
    font-size: 1.3rem;
  }
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text1 p:nth-child(1) {
  color: #ff3667;
}
.body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text2 .btn i {
  margin: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199.98px) {
  .body-perfilview .body-perfilview-Conocimientos .tab-paneConocimientos-content ul li .tab-paneConocimientos-content-box .card-perfilview .card-body .tab-paneConocimientos-content-box-text2 .btn i {
    font-size: 1.5rem;
  }
}
.body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body {
  padding: 2rem 4rem;
}
@media screen and (max-width: 767.98px) {
  .body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body {
    padding: 1.5rem 2rem;
  }
}
.body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body .form-group {
  margin-bottom: 2rem;
}
.body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body .form-group label {
  padding-left: 0;
}
.body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body .form-group .input-box__form {
  margin-top: 0.5rem;
}
.body-perfilview .body-perfilview-Informacion .tab-paneInformacion-content .card .card-body .form-group .input-box__form .input-box__form-text label {
  display: block;
  text-transform: uppercase;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  line-height: 1;
}
.body-perfilview > .tab-pane {
  max-width: 1500px;
}
.body-perfilview > .tab-pane.active {
  display: flex !important;
}

.max-completarperfil ul li {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.max-completarperfil ul li p {
  margin-bottom: 0;
}
.max-completarperfil ul li .btn {
  min-width: 6rem;
}
@media screen and (max-width: 767.98px) {
  .max-completarperfil ul li .btn {
    min-width: 0;
  }
}

.infobanner-cuenta > div > .row > div:first-child {
  position: relative;
}
.infobanner-cuenta > div > .row > div:first-child ul {
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  margin-left: -0.5rem;
}
.infobanner-cuenta > div > .row > div:first-child ul li {
  position: relative;
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.infobanner-cuenta > div > .row > div:first-child ul li:not(:last-child):before {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.infobanner-cuenta > div > .row > div:first-child ul li ~ li {
  padding-left: 0.7rem;
}
.infobanner-cuenta > div > .row > div:first-child ul li a {
  display: block;
  color: #ff3667;
}
.infobanner-cuenta > div > .row > div:first-child ul.tagbanner {
  max-width: 400px;
  margin-bottom: 0;
}
.infobanner-cuenta > div > .row > div:first-child h2 {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .infobanner-cuenta > div > .row > div:first-child p:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .infobanner-cuenta > div > .row > div:last-child:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 10rem;
    height: 10rem;
    background: url("./../image/fondo-puntos.png") repeat center;
    background-size: cover;
    margin-bottom: 0.5rem;
  }
}
.infobanner-cuenta > div > .row > div:last-child .count-cuentaPerfil {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.infobanner-cuenta > div > .row > div:last-child .count-cuentaPerfil img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.boxEditarInfo > .row:not(:last-child) {
  margin-bottom: 3.5rem;
}
.boxEditarInfo > .row > div:first-child p {
  margin-bottom: 0;
}
.boxEditarInfo > .row > div:first-child p:last-child {
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .boxEditarInfo > .row > div:first-child p:last-child {
    font-size: 0.85rem;
  }
}
.boxEditarInfo > .row .divmodificar {
  display: none;
  position: relative;
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
.boxEditarInfo > .row .divmodificar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D9D9;
}
.boxEditarInfo > .row .divmodificar > .row > div p {
  margin-bottom: 0;
}
.boxEditarInfo > .row .divmodificar > .row > div:first-child p {
  padding-left: 0.75rem;
}
@media screen and (max-width: 575.98px) {
  .boxEditarInfo > .row .divmodificar > .row > div:first-child p {
    padding-left: 2.5rem;
  }
}
.boxEditarInfo > .row .divmodificar > .row > div:last-child p {
  padding-right: 0.75rem;
  color: #2d2e2e;
}

.count-login,
.count-registro,
.count-tipo,
.count-pasos {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.count-login [class*=header-] img,
.count-registro [class*=header-] img,
.count-tipo [class*=header-] img,
.count-pasos [class*=header-] img {
  display: inline-block;
  max-width: 5.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .count-login [class*=header-] img,
  .count-registro [class*=header-] img,
  .count-tipo [class*=header-] img,
  .count-pasos [class*=header-] img {
    margin-top: 3rem;
    max-width: 4.5rem;
  }
}
.count-login [class*=header-] img + p,
.count-login [class*=header-] img + h1,
.count-registro [class*=header-] img + p,
.count-registro [class*=header-] img + h1,
.count-tipo [class*=header-] img + p,
.count-tipo [class*=header-] img + h1,
.count-pasos [class*=header-] img + p,
.count-pasos [class*=header-] img + h1 {
  font-size: 1.1rem;
  line-height: 1.5;
}
.count-login [class*=header-] img + p b,
.count-login [class*=header-] img + h1 b,
.count-registro [class*=header-] img + p b,
.count-registro [class*=header-] img + h1 b,
.count-tipo [class*=header-] img + p b,
.count-tipo [class*=header-] img + h1 b,
.count-pasos [class*=header-] img + p b,
.count-pasos [class*=header-] img + h1 b {
  font-size: 1.4rem;
}
.count-login [class*=header-] img + p + p,
.count-login [class*=header-] img + h1 + p,
.count-registro [class*=header-] img + p + p,
.count-registro [class*=header-] img + h1 + p,
.count-tipo [class*=header-] img + p + p,
.count-tipo [class*=header-] img + h1 + p,
.count-pasos [class*=header-] img + p + p,
.count-pasos [class*=header-] img + h1 + p {
  font-size: 1.1rem;
}
.count-login [class*=header-] ul,
.count-registro [class*=header-] ul,
.count-tipo [class*=header-] ul,
.count-pasos [class*=header-] ul {
  margin-bottom: 1rem;
}
.count-login [class*=header-] ul li:first-child,
.count-registro [class*=header-] ul li:first-child,
.count-tipo [class*=header-] ul li:first-child,
.count-pasos [class*=header-] ul li:first-child {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.count-login [class*=header-] ul li button,
.count-registro [class*=header-] ul li button,
.count-tipo [class*=header-] ul li button,
.count-pasos [class*=header-] ul li button {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.count-login [class*=header-] ul li button i,
.count-registro [class*=header-] ul li button i,
.count-tipo [class*=header-] ul li button i,
.count-pasos [class*=header-] ul li button i {
  margin-left: 0;
  font-size: 1.5rem;
}
.count-login [class*=header-] ul li button img,
.count-registro [class*=header-] ul li button img,
.count-tipo [class*=header-] ul li button img,
.count-pasos [class*=header-] ul li button img {
  margin-top: 0;
  margin-bottom: 0;
}
.count-login .btn-inicioSesion,
.count-registro .btn-inicioSesion,
.count-tipo .btn-inicioSesion,
.count-pasos .btn-inicioSesion {
  margin-bottom: 3rem;
}
.count-login .text-sesion > :first-child,
.count-registro .text-sesion > :first-child,
.count-tipo .text-sesion > :first-child,
.count-pasos .text-sesion > :first-child {
  margin-bottom: 1rem;
}
.count-login .text-sesion a,
.count-login .text-sesion p,
.count-registro .text-sesion a,
.count-registro .text-sesion p,
.count-tipo .text-sesion a,
.count-tipo .text-sesion p,
.count-pasos .text-sesion a,
.count-pasos .text-sesion p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.count-login .text-sesion a,
.count-registro .text-sesion a,
.count-tipo .text-sesion a,
.count-pasos .text-sesion a {
  display: inline-block;
}
.count-login .text-sesion a:hover,
.count-registro .text-sesion a:hover,
.count-tipo .text-sesion a:hover,
.count-pasos .text-sesion a:hover {
  color: inherit;
  text-decoration: underline;
}

article.login-page, article.registro-page {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1399.98px) {
  article.login-page, article.registro-page {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.login-page, article.registro-page {
    height: calc(100vh - 2rem);
  }
}
article.login-page .login-page-img > .row, article.registro-page .login-page-img > .row {
  position: relative;
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 54, 103, 0.85);
  padding-right: 17%;
  padding-left: 17%;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg {
    padding-right: 15%;
    padding-left: 15%;
  }
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i,
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i,
article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p {
  color: #FFF;
  font-size: 1rem;
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i:last-child,
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p:last-child, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i:last-child,
article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p:last-child {
  font-family: "OpenSans-Italic";
  margin-bottom: 0;
  text-align: right;
}
@media screen and (max-width: 1199.98px) {
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i,
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i,
  article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg p {
    font-size: 0.8rem;
  }
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i {
  font-size: 2.1rem;
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-fraseimg i {
    font-size: 1.5rem;
  }
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
@media screen and (max-width: 991.98px) {
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite {
    background-color: #ff3667;
  }
}
article.login-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite p, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite p {
  margin-bottom: 0;
  color: #ff3667;
  font-size: 1.1rem;
}
@media screen and (max-width: 1199.98px) {
  article.login-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite p, article.registro-page .login-page-img > .row .login-page-img-rowpictures-box-frasewhite p {
    font-size: 1rem;
  }
}
article.login-page .login-page-img .login-page-img-rowpictures .rowless, article.registro-page .login-page-img .login-page-img-rowpictures .rowless {
  position: relative;
  margin-right: -1.5px;
  margin-left: -1.5px;
}
article.login-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box, article.registro-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box {
  padding: 1.5px;
}
article.login-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box picture, article.registro-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box picture {
  display: block;
}
article.login-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box img, article.registro-page .login-page-img .login-page-img-rowpictures .rowless .login-page-img-rowpictures-box img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  article.login-page .login-page-text, article.registro-page .login-page-text {
    padding-left: 2rem;
    width: 41%;
  }
}
article.login-page .login-page-text .login-page-text-btnreturn, article.registro-page .login-page-text .login-page-text-btnreturn {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1399.98px) {
  article.login-page .login-page-text .login-page-text-btnreturn, article.registro-page .login-page-text .login-page-text-btnreturn {
    margin-bottom: 1rem;
  }
}
article.login-page .login-page-text .login-page-text-btnreturn .btn, article.registro-page .login-page-text .login-page-text-btnreturn .btn {
  padding-left: 0;
}
article.login-page .login-page-text .login-page-text-btnreturn .btn i, article.registro-page .login-page-text .login-page-text-btnreturn .btn i {
  margin-left: 0;
  font-size: 1.5rem;
}
article.login-page .login-page-text .title, article.registro-page .login-page-text .title {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1399.98px) {
  article.login-page .login-page-text .title, article.registro-page .login-page-text .title {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.login-page .login-page-text .title, article.registro-page .login-page-text .title {
    font-size: 2rem;
  }
}
article.login-page .login-page-text .subtitle, article.registro-page .login-page-text .subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.8rem;
}
article.login-page .login-page-text .registro-page-subtitle, article.registro-page .login-page-text .registro-page-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991.98px) {
  article.login-page .login-page-text .registro-page-subtitle, article.registro-page .login-page-text .registro-page-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.login-page .login-page-text .registro-page-subtitle, article.registro-page .login-page-text .registro-page-subtitle {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.login-page .login-page-text .registro-page-subtitle, article.registro-page .login-page-text .registro-page-subtitle {
    font-size: 1rem;
  }
}
article.login-page .login-page-text .registro-page-subtitle span, article.registro-page .login-page-text .registro-page-subtitle span {
  color: #ff3667;
}
article.login-page .login-page-text .login-page-text-checkbox, article.registro-page .login-page-text .login-page-text-checkbox {
  margin-top: 1rem;
}
article.login-page .login-page-text .login-page-text-checkbox .btn, article.registro-page .login-page-text .login-page-text-checkbox .btn {
  font-size: 0.9rem;
  margin-bottom: 0;
}
article.login-page .login-page-text .login-page-text-checkbox + .alert, article.registro-page .login-page-text .login-page-text-checkbox + .alert {
  margin-top: 1rem;
  margin-bottom: 0;
}
article.login-page .login-page-text .registro-page-soy p, article.registro-page .login-page-text .registro-page-soy p {
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  article.login-page .login-page-text .registro-page-soy .registro-page-soy-checkbox, article.registro-page .login-page-text .registro-page-soy .registro-page-soy-checkbox {
    padding-left: 0;
  }
}
article.login-page .login-page-text .registro-page-soy .registro-page-soy-checkbox label, article.registro-page .login-page-text .registro-page-soy .registro-page-soy-checkbox label {
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  article.login-page .login-page-text .registro-page-soy .registro-page-soy-checkbox .col label, article.registro-page .login-page-text .registro-page-soy .registro-page-soy-checkbox .col label {
    font-size: 0.9rem;
  }
}
article.login-page .login-page-text .login-page-text-btninicioSesion, article.registro-page .login-page-text .login-page-text-btninicioSesion {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
article.login-page .login-page-text .login-page-text-inicioSesion, article.registro-page .login-page-text .login-page-text-inicioSesion {
  margin-bottom: 1rem;
}
article.login-page .login-page-text .login-page-text-inicioSesion hr, article.registro-page .login-page-text .login-page-text-inicioSesion hr {
  border-top-color: #2d2e2e;
}
@media screen and (max-width: 1199.98px) {
  article.login-page .login-page-text .login-page-text-redregistro, article.registro-page .login-page-text .login-page-text-redregistro {
    margin-bottom: 4rem;
  }
}
article.login-page .login-page-text .login-page-text-unete, article.registro-page .login-page-text .login-page-text-unete {
  font-size: 1rem;
}
article.login-page .login-page-text .login-page-text-unete .btn, article.registro-page .login-page-text .login-page-text-unete .btn {
  font-size: 1.1rem;
}

.select2 {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
}
.select2 .selection {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.select2 .select2-selection__rendered {
  padding-left: 1.2em !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.5em !important;
  color: #8489a2 !important;
}
.select2 .select2-selection--single {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 3.2em !important;
  border-color: #D9D9D9 !important;
}
.select2 .select2-selection__arrow {
  right: 0.9em !important;
}
.select2 .select2-selection__arrow b {
  border: 0 !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  width: auto !important;
}
.select2 .select2-selection__arrow b::after {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  content: "\f129";
}

.count-registro img + p {
  font-size: 1.3rem;
}
.count-registro .btn-unirme + .row {
  margin-bottom: 1.5rem;
}
.count-registro .btn-unirme + .row p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #2d2e2e;
}

.count-politicasRegistro p {
  color: #2d2e2e;
  font-size: 0.9rem;
}

.count-tipo .header-tipo {
  margin-bottom: 5rem;
}
.count-tipo ul {
  margin-top: 4rem;
}
.count-tipo ul li {
  margin-bottom: 1.5rem;
}
.count-tipo ul li input[type=checkbox],
.count-tipo ul li input[type=radio] {
  display: none;
}
.count-tipo ul li input[type=checkbox] + label,
.count-tipo ul li input[type=radio] + label {
  border-radius: 100px;
  margin: 0;
  width: 9rem;
  height: 9rem;
  border: 1px solid #ff3667;
  color: #ff3667;
  padding: 0.5rem;
}
.count-tipo ul li input[type=checkbox] + label:hover,
.count-tipo ul li input[type=radio] + label:hover {
  background-color: #ff3667;
  color: #FFF;
}
.count-tipo ul li input[type=checkbox] + label i,
.count-tipo ul li input[type=radio] + label i {
  margin-left: 0;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
.count-tipo ul li input[type=checkbox] + label p,
.count-tipo ul li input[type=radio] + label p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  min-height: 2rem;
}
.count-tipo ul li input[type=checkbox]:checked + label,
.count-tipo ul li input[type=radio]:checked + label {
  background-color: #ff3667;
  color: #FFF;
}
.count-tipo ul li:last-child label i {
  font-size: 1.9rem !important;
}

.header-pasos ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.header-pasos ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #2d2e2e;
  transform: translateY(-50%);
  z-index: 1;
}
.header-pasos ul li:first-child:before {
  width: 50%;
  right: 0;
  left: initial;
}
.header-pasos ul li:last-child:before {
  width: 50%;
  left: 0;
}
.header-pasos ul li input[type=checkbox] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  pointer-events: none;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  z-index: 2;
}
.header-pasos ul li input[type=checkbox] + label p {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
}
.header-pasos ul li input[type=checkbox]:checked + label {
  background-color: #ff3667;
}

.boxpasos.pasoDos .pin-wrapper {
  padding: 0 5rem !important;
}
.boxpasos.pasoDos .pin-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
.boxpasos.pasoDos .pin-wrapper input {
  width: 25%;
  height: 100%;
  float: left;
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 0;
  font-size: 2.5rem;
  max-height: 45px;
}
.boxpasos.pasoDos .pin-wrapper input::-webkit-input-placeholder {
  color: #2d2e2e;
}
.boxpasos.pasoDos .pin-wrapper input::placeholder {
  color: #2d2e2e;
}
.boxpasos.pasoDos .pin-wrapper input:-moz-placeholder {
  color: #2d2e2e;
}
.boxpasos.pasoDos .texto-privacidad p {
  font-size: 0.85rem;
}
.boxpasos.pasoDos .texto-privacidad p:first-child {
  color: #2d2e2e;
}
.boxpasos.pasoDos .texto-privacidad p:last-child {
  color: #2d2e2e;
}
.boxpasos.pasoDos .text-code {
  margin-top: 2rem;
  font-size: 0.9rem;
}
.boxpasos.pasoDos .text-code button {
  font-size: 0.9rem;
}
.boxpasos.pasoTres .notification {
  display: inline-block;
  position: relative;
}
.boxpasos.pasoTres .notification i + span {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
  background-color: #FFF;
  border-radius: 0.5rem;
  transform: translateY(-50%);
  min-width: 24rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .boxpasos.pasoTres .notification i + span {
    top: 100%;
    left: 50%;
    margin-left: 0;
    margin-top: 1rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoTres .notification i + span {
    min-width: 22rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxpasos.pasoTres .notification i + span {
    min-width: 20rem;
  }
}
.boxpasos.pasoTres .notification i + span p {
  text-align: left;
  font-size: 0.8rem;
  color: #2d2e2e;
}
.boxpasos.pasoTres .notification i + span p:last-child {
  margin-bottom: 0;
}
.boxpasos.pasoTres .notification i:hover + span {
  display: inline-block;
}
.boxpasos.pasoTres .texto-privacidad {
  font-size: 0.9rem;
  color: #2d2e2e;
}
.boxpasos.pasoTres .boxcontacto {
  margin-bottom: 2rem;
}
.boxpasos.pasoTres .boxcontacto .count-imgcontacto {
  position: relative;
  height: 100%;
  width: 90px;
  min-height: 100px;
}
.boxpasos.pasoTres .boxcontacto .count-imgcontacto img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoTres .boxcontacto .count-imgcontacto {
    min-height: 90px;
  }
}
@media screen and (max-width: 575.98px) {
  .boxpasos.pasoTres .boxcontacto .count-imgcontacto {
    width: 75px;
  }
}
.boxpasos.pasoTres .boxcontacto .info-contacto p {
  margin-bottom: 0;
}
.boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(1) {
  min-height: 2rem;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(1) {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(1) {
    font-size: 0.8rem;
  }
}
.boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(2) {
  font-size: 0.65rem;
  text-transform: uppercase;
  margin-top: 0.3rem;
}
@media screen and (max-width: 575.98px) {
  .boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(2) {
    font-size: 0.6rem;
  }
}
.boxpasos.pasoTres .boxcontacto .info-contacto p:nth-child(3) {
  font-size: 0.7rem;
  color: #2d2e2e;
  margin-top: 0.5rem;
}
.boxpasos.pasoTres .boxcontacto .info-contacto .form-group {
  margin-bottom: 0;
  margin-top: auto;
  padding-top: 0.5rem;
}
@media screen and (max-width: 575.98px) {
  .boxpasos.pasoTres .boxcontacto .info-contacto .form-group {
    padding-top: 1.5rem;
  }
}
.boxpasos.pasoTres .boxcontacto .info-contacto .form-group button {
  border-radius: 0;
  font-size: 0.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.boxpasos.pasoTres .seleccionarAll {
  font-size: 0.9rem;
}
.boxpasos.pasoCuatro ul li {
  margin-bottom: 1.5rem;
}
.boxpasos.pasoCuatro ul li .box {
  position: relative;
  height: 100%;
  background-color: #e5e5e5;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
.boxpasos.pasoCuatro ul li .box input[type=file] + label {
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCuatro ul li .box input[type=file] + label {
    margin-bottom: 0;
  }
}
.boxpasos.pasoCuatro ul li .box input[type=file] + label i {
  color: #ff3667;
  font-size: 1.5rem;
  margin-left: 0;
}
.boxpasos.pasoCuatro ul li .box button,
.boxpasos.pasoCuatro ul li .box a {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
.boxpasos.pasoCuatro ul li .box button i,
.boxpasos.pasoCuatro ul li .box a i {
  color: #ff3667;
  font-size: 1.5rem;
  margin-left: 0;
}
.boxpasos.pasoCuatro ul li .box img {
  max-width: 80px;
  margin-bottom: 1rem;
}
.boxpasos.pasoCuatro ul li .box .count-img4 {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.boxpasos.pasoCuatro ul li .box .count-img4:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.boxpasos.pasoCuatro ul li .box .count-img4 img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 0;
  max-width: none;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCuatro ul li .box .count-img4 img:not(.not-cover) {
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCuatro ul li .box .count-img4 {
    background-color: #FFF;
  }
}
.boxpasos.pasoCuatro ul li .box .textboxfotos p {
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCuatro ul li .box .textboxfotos p {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCuatro ul li .box .textboxfotos p:last-child {
    margin-bottom: 0;
  }
}
.boxpasos.pasoCinco > ul {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .boxpasos.pasoCinco > ul > li {
    margin-bottom: 1.5rem;
  }
}
.boxpasos.pasoCinco > ul > li > ul > li {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:first-child input[type=checkbox] {
  display: none;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:first-child input[type=checkbox] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 1.1rem;
  height: 1.1rem;
  border: 1px solid #ff3667;
  cursor: pointer;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:first-child input[type=checkbox] + label:before {
  content: "";
  display: block;
  border-radius: 100px;
  width: 0;
  height: 0;
  background-color: #ff3667;
  transition: 0.2s;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:first-child input[type=checkbox]:checked + label:before {
  width: 100%;
  height: 100%;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:last-child {
  margin-left: 0.5rem;
}
.boxpasos.pasoCinco > ul > li > ul > li > .row > div:last-child p {
  color: #ff3667;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 0.85rem;
}
@media screen and (max-width: 767.98px) {
  .boxpasos.pasoCinco > ul > li > ul > li > .row > div:last-child p {
    font-size: 1rem;
  }
}
.boxpasos.pasoCinco .aceptoterminos {
  color: #2d2e2e;
  font-size: 0.95rem;
}

.count-infobienvenida {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .count-infobienvenida {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.count-infobienvenida > :first-child {
  width: 100%;
  height: auto;
}
.count-infobienvenida:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("./../image/fondo-puntos3.png") no-repeat center;
  background-size: cover;
  width: 140px;
  height: 140px;
  margin-right: -1rem;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .count-infobienvenida:after {
    display: none;
  }
}
.count-infobienvenida p {
  line-height: 1;
}
.count-infobienvenida p:nth-child(1) {
  font-family: "DMSerifText-Regular";
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1199.98px) {
  .count-infobienvenida p:nth-child(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  .count-infobienvenida p:nth-child(1) {
    font-size: 2.5rem;
  }
}
.count-infobienvenida p:nth-child(1) > :first-child {
  font-family: "DMSerifText-Regular";
}
.count-infobienvenida p:nth-child(2) {
  font-family: "OpenSans-Light";
  font-size: 2.3rem;
}
@media screen and (max-width: 1199.98px) {
  .count-infobienvenida p:nth-child(2) {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .count-infobienvenida p:nth-child(2) {
    font-size: 1.8rem;
  }
}
.count-infobienvenida hr {
  max-width: 50px;
  margin-right: 0;
  margin-left: 0;
  border-width: 1.5px;
  border-color: #282a29;
}
@media screen and (max-width: 767.98px) {
  .count-infobienvenida hr {
    margin-right: auto;
    margin-left: auto;
  }
}
.count-infobienvenida .resumen-bienvenida {
  display: inline-block;
  max-width: 320px;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .count-infobienvenida .resumen-bienvenida {
    max-width: none;
  }
}
.count-infobienvenida .flechalogin {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 90px;
  background-color: #ff3667;
}
.count-infobienvenida .flechalogin:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #ff3667 transparent transparent;
  border-width: 0.5rem 0.25rem 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
  .count-portadabienvenida {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.count-portadabienvenida .img-bienvenida {
  position: relative;
  margin-left: 7.5rem;
  margin-right: 3.5rem;
}
@media screen and (max-width: 1199.98px) {
  .count-portadabienvenida .img-bienvenida {
    margin-left: 7rem;
    margin-right: 2.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .count-portadabienvenida .img-bienvenida {
    margin-right: 0;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .count-portadabienvenida .img-bienvenida {
    margin-right: 4rem;
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .count-portadabienvenida .img-bienvenida {
    margin-right: 1.5rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 575.98px) and (min-width: 450px) {
  .count-portadabienvenida .img-bienvenida {
    margin-right: auto;
    margin-left: auto;
    max-width: 330px;
  }
}
.count-portadabienvenida .img-bienvenida .frase-bienvenida {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: auto;
  background-color: rgba(255, 54, 103, 0.9);
  padding: 1rem;
  margin-top: 3rem;
  margin-left: -6.7rem;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .count-portadabienvenida .img-bienvenida .frase-bienvenida {
    margin-left: -3.7rem;
  }
}
.count-portadabienvenida .img-bienvenida .frase-bienvenida > :last-child {
  margin-bottom: 1.5rem;
  font-size: 0.84rem;
}
.count-portadabienvenida .img-bienvenida .frase-bienvenida i,
.count-portadabienvenida .img-bienvenida .frase-bienvenida p {
  color: #FFF;
}
.count-portadabienvenida .img-bienvenida .frase-bienvenida .iconfrase {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.count-portadabienvenida .img-bienvenida .frase-bienvenida .iconfrase i {
  font-size: 2.5rem;
  line-height: 1;
}
.count-portadabienvenida .img-bienvenida .count-imgbienvenida {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 500px;
  z-index: 1;
}
.count-portadabienvenida .img-bienvenida .count-imgbienvenida img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .count-portadabienvenida .img-bienvenida .count-imgbienvenida {
    min-height: 450px;
  }
}
@media screen and (max-width: 575.98px) {
  .count-portadabienvenida .img-bienvenida .count-imgbienvenida {
    min-height: 390px;
  }
}
.count-portadabienvenida .img-bienvenida .palabras-portada p {
  margin-bottom: 0;
  background-color: rgba(40, 42, 41, 0.8);
  padding: 0.5rem 2rem;
  padding-left: 1rem;
  line-height: 1;
  font-size: 0.9rem;
  color: #FFF;
  z-index: 3;
}
.count-portadabienvenida .img-bienvenida .palabras-portada p:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 3rem;
  margin-right: -1rem;
  padding-right: 3rem;
}
.count-portadabienvenida .img-bienvenida .palabras-portada p:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 6rem;
  margin-right: -2.5rem;
  margin-bottom: 3rem;
}
.count-portadabienvenida .img-bienvenida .palabras-portada p:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 6rem;
  margin-left: -2rem;
  padding-right: 7rem;
}

.count-imgResponsive {
  margin-bottom: 2rem;
}
.count-imgResponsive .imgbienvenida-responsive {
  position: relative;
}
.count-imgResponsive .imgbienvenida-responsive img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-imgResponsive .imgbienvenida-responsive.imgwelcome1 {
  height: 20rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 575.98px) and (min-width: 400px) {
  .count-imgResponsive .imgbienvenida-responsive.imgwelcome1 {
    height: 28rem;
  }
}
.count-imgResponsive .imgbienvenida-responsive.imgwelcome2 {
  height: 14rem;
}
@media screen and (max-width: 575.98px) and (min-width: 400px) {
  .count-imgResponsive .imgbienvenida-responsive.imgwelcome2 {
    height: 20rem;
  }
}
.count-imgResponsive .text-welcome {
  background-color: rgba(255, 54, 103, 0.85);
  padding: 0.75rem 1rem;
  z-index: 2;
}
.count-imgResponsive .text-welcome span {
  color: #FFF;
  font-size: 0.8rem;
}
.count-imgResponsive .text-welcome i {
  font-size: 1.5rem;
  line-height: 1;
  color: #FFF;
}
.count-imgResponsive .text-welcome.text-weolcome1 {
  position: absolute;
  right: 0;
  margin-top: 1.5rem;
  margin-right: -2.5rem;
  width: 100%;
}
.count-imgResponsive .text-welcome.text-weolcome1 span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.count-imgResponsive .text-welcome.text-weolcome2 {
  margin: 0.5rem -1.5rem 2rem -3.5rem;
}
.count-imgResponsive .text-welcome.text-weolcome2 span {
  display: block;
}
.count-imgResponsive .text-welcome.text-weolcome2 + ul {
  margin-bottom: 0;
  padding-left: 2.3rem;
}

.title-network {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
  .title-network {
    margin-top: 3rem;
  }
}
.title-network h6 {
  margin-bottom: 0;
}

.boxallcontactos {
  padding-top: 0.5rem;
}
.boxallcontactos .infoallcontacto .cover-img {
  position: relative;
  height: 100%;
  width: 90px;
  min-height: 100px;
}
.boxallcontactos .infoallcontacto .cover-img img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxallcontactos .infoallcontacto .textallcontacto > .row > div p {
  line-height: 1.1;
}
.boxallcontactos .infoallcontacto .textallcontacto > .row > div:first-child p:first-child {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.boxallcontactos .infoallcontacto .textallcontacto > .row > div:first-child p:first-child > :first-child {
  font-family: "DMSerifText-Regular";
}
.boxallcontactos .infoallcontacto .textallcontacto > .row > div:first-child p:last-child {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.boxallcontactos .infoallcontacto .textallcontacto > .row > div:last-child p {
  font-size: 0.9rem;
  color: rgb(205, 214, 221);
}
@media screen and (max-width: 991.98px) {
  .boxallcontactos .infoallcontacto .textallcontacto > .row > div:last-child p {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
  }
}
.boxallcontactos button i {
  font-size: 1.7rem;
  margin-left: 0;
}
.boxallcontactos hr {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.count-etiquetas ul {
  margin-bottom: 0.5rem;
}

.boxcarousel {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.boxcarousel .subtitle {
  margin-bottom: 0;
}
.boxcarousel .count-carouselnetwork {
  position: relative;
}
.boxcarousel .count-carouselnetwork .carouselnetwork {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: calc(100% - 250px);
}
@media screen and (max-width: 1199.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork {
    width: 100%;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide {
  background-color: #FFF;
  border-radius: 12px;
  padding: 1.5rem;
  width: 30rem;
}
@media screen and (min-width: 1500px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide {
    width: 31.4rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide {
    width: 28rem;
  }
}
@media screen and (max-width: 767.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide {
    width: 26rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide {
    padding: 1rem;
    width: 23rem;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide table {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide table tbody {
  width: 100%;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
  position: relative;
  height: 12rem;
  width: 12rem;
  min-height: 12rem;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 135px;
  }
}
@media screen and (max-width: 575.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 95px;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel {
  display: grid;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel {
    margin-bottom: 1rem;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p {
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(1) {
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(1) {
    font-size: 1.2rem;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(3), .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(3), .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
    max-width: 60px;
  }
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel button {
  padding: 0.2rem;
}
.boxcarousel .count-carouselnetwork .carouselnetwork .swiper-wrapper .swiper-slide .count-infocarousel button i {
  margin-left: 0;
  font-size: 3rem;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ff3667;
  color: #FFF;
  padding: 0;
  border: 1px solid #ff3667;
  border-radius: 100px;
  z-index: 2;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation:not(:disabled):focus {
  background-color: #f23362;
  color: #FFF;
  border-color: #f23362;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation:not(:disabled):hover {
  background-color: #e6315d;
  color: #FFF;
  border-color: #e6315d;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation:not(:disabled):active {
  background-color: #cc2b52;
  color: #FFF;
  border-color: #cc2b52;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation i {
  margin-left: 0;
  font-size: 1rem;
}
.boxcarousel .count-carouselnetwork button.swiper-navigation.button-next {
  right: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .boxcarousel .count-carouselnetwork button.swiper-navigation.button-next {
    margin-right: 10px;
  }
}
.boxcarousel .count-carouselnetwork button.swiper-navigation.button-prev {
  left: 0;
  margin-left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .boxcarousel .count-carouselnetwork button.swiper-navigation.button-prev {
    margin-left: 10px;
  }
}

.box-addcontacto {
  margin-bottom: 1.5rem;
}
.box-addcontacto .count-imgaddcontacto .img-addcontacto {
  position: relative;
  height: 8rem;
  width: 8rem;
  min-height: 8rem;
  border-radius: 100rem;
  overflow: hidden;
  border: 2px solid #ff3667;
}
.box-addcontacto .count-imgaddcontacto .img-addcontacto img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-addcontacto .count-text-addcontacto .text-addcontacto {
  display: grid;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto {
    margin-bottom: 1rem;
  }
}
.box-addcontacto .count-text-addcontacto .text-addcontacto p {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(1) {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(1) {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(1) {
    font-size: 1.2rem;
  }
}
.box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(1) > :first-child {
  font-family: "DMSerifText-Regular";
}
.box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(2) {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 575.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(2) {
    font-size: 0.75rem;
  }
}
.box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(3), .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(4) {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(3), .box-addcontacto .count-text-addcontacto .text-addcontacto p:nth-child(4) {
    font-size: 0.85rem;
  }
}

#modalEtiqueta .modal-header > div:first-child,
#modalMensaje .modal-header > div:first-child {
  margin-bottom: 1.5rem;
}
#modalEtiqueta .modal-header p,
#modalMensaje .modal-header p {
  font-size: 1.7rem;
}
#modalEtiqueta .modal-body ul,
#modalMensaje .modal-body ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#modalEtiqueta .modal-body textarea,
#modalMensaje .modal-body textarea {
  min-height: 8rem;
}

.sliderNetwork .img-slidernetwork {
  margin-bottom: 1rem;
}
.sliderNetwork .img-slidernetwork img {
  display: inline-block;
  max-width: 60px;
}
.sliderNetwork .img-slidernetwork + p {
  font-size: 1.1rem;
}
.sliderNetwork hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.sliderNetwork hr + p {
  font-size: 1.4rem;
  line-height: 1;
}
.sliderNetwork .introtext {
  color: #848aa3;
}
.sliderNetwork .introtext a {
  color: #282a29;
}
.sliderNetwork .introtext a:hover {
  color: #282a29;
  text-decoration: none;
}
.sliderNetwork input.form-control, .sliderNetwork .amsify-suggestags-area input.amsify-suggestags-input-area, .amsify-suggestags-area .sliderNetwork input.amsify-suggestags-input-area {
  color: #282a29;
}

@media screen and (min-width: 992px) {
  .count-sliderbar:not(.container-col-two-single-30) {
    max-width: 330px;
  }
}
.count-sliderbar:not(.container-col-two-single-30) hr {
  margin-top: 0;
  margin-bottom: 2rem;
}
.count-sliderbar .card.card-sliderbar {
  margin-bottom: 2rem;
  border: none;
}
.count-sliderbar .card.card-sliderbar .subtitle {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media screen and (max-width: 575.98px) {
  .count-sliderbar .card.card-sliderbar .subtitle {
    font-size: 1.3rem;
  }
}
.count-sliderbar .card.card-sliderbar .textsuscribe {
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
  .count-sliderbar .card.card-sliderbar .textsuscribe {
    font-size: 1.3rem;
  }
}
.count-sliderbar .card.card-sliderbar.barslider-img {
  margin-bottom: 1.5rem;
}
.count-sliderbar .card.card-sliderbar.barslider-img img {
  max-width: 4.5rem;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog {
  border: 1px solid #ff3667;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog ul {
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog ul li {
  float: left;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  font-size: 1.1rem;
  color: #d2d2d2;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog ul li p {
  margin-bottom: 0;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog ul li p > :first-child {
  color: #2d2e2e;
}
.count-sliderbar .card.card-sliderbar.barslider-posicionblog hr {
  border-top-color: #ff3667;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar {
  background-color: #ff3667;
  border: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a {
  padding: 0;
  color: #FFF;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a:hover {
  text-decoration: none;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .count-imgblogmes {
  position: relative;
  height: 8rem;
  width: 8rem;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .count-imgblogmes img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .textblogmes p {
  margin-bottom: 0;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .textblogmes p:nth-child(1) {
  display: -webkit-box;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .textblogmes p:nth-child(2) {
  display: -webkit-box;
  font-size: 0.85rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.count-sliderbar .card.card-sliderbar.barslider-blogmes .card-blogmes-sliderbar a .textblogmes p:nth-child(3) {
  display: -webkit-box;
  font-size: 0.8rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.count-sliderbar .card.card-sliderbar.barslider-categorias ul li {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 991.98px) {
  .count-sliderbar .card.card-sliderbar.barslider-categorias ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.count-sliderbar .card.card-sliderbar.barslider-categorias ul li .btn {
  box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.2509803922);
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
}
.count-sliderbar .card.card-sliderbar.barslider-categorias ul li .btn img {
  max-width: 1.5rem;
}
.count-sliderbar .card.card-sliderbar.barslider-etiquetas ul.listado-etiquetas {
  margin-bottom: -0.5rem;
  margin-right: -3px;
  margin-left: -3px;
}
.count-sliderbar .card.card-sliderbar.barslider-etiquetas ul.listado-etiquetas li.item-etiqueta {
  margin-bottom: 0.5rem;
  padding-right: 3px;
  padding-left: 3px;
}
.count-sliderbar .card.card-sliderbar.barslider-etiquetas ul.listado-etiquetas li.item-etiqueta .btn {
  font-size: 0.85rem;
  line-height: 1.7;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-transform: uppercase;
}
.count-sliderbar .card.card-sliderbar .box-postmas {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575.98px) {
  .count-sliderbar .card.card-sliderbar .box-postmas {
    margin-bottom: 1.2rem;
  }
}
.count-sliderbar .card.card-sliderbar .box-postmas:hover {
  color: inherit;
  text-decoration: none;
}
.count-sliderbar .card.card-sliderbar .box-postmas .count-imgpostleidos {
  position: relative;
  height: 4.4rem;
  width: 4.4rem;
  overflow: hidden;
}
.count-sliderbar .card.card-sliderbar .box-postmas .count-imgpostleidos img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100rem;
  z-index: 1;
}
.count-sliderbar .card.card-sliderbar .box-postmas .text-postmas p {
  display: -webkit-box;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.count-sliderbar .card.card-sliderbar .box-postmas .text-postmas p.post-masfecha {
  color: #2d2e2e;
  font-size: 0.85rem;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog {
  background-color: #95e8fb;
  border-radius: 0;
  padding-top: 1.75rem;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .subtitle {
  font-size: 1.75rem;
  margin-bottom: 0;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .subtitle + p {
  font-size: 0.925rem;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .form-group {
  position: relative;
  z-index: 2;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .form-group .btn {
  display: block;
  width: 100%;
  max-width: 18.5rem;
  margin: 0 auto;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .img-cover-createblog {
  position: relative;
  height: 19rem;
  width: 100%;
  min-height: 19rem;
  z-index: 1;
}
.count-sliderbar .card.card-sliderbar.barslider-crearblog .img-cover-createblog img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-sliderbar .card.card-sliderbar.sliderbar-publicidad iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-bloghome {
  overflow: hidden;
}

.boxblog {
  text-align: center;
  margin-bottom: 1.5rem;
}
.boxblog:hover {
  color: inherit;
  text-decoration: none;
}
.boxblog a {
  display: block;
}
.boxblog .count-imgblogsigo {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
  height: 5.5rem;
  width: 5.5rem;
}
.boxblog .count-imgblogsigo img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
  z-index: 1;
}
.boxblog .count-imgblogsigo span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff3667;
  width: 2.1rem;
  height: 2.1rem;
  text-align: center;
  line-height: 2.1rem;
  border-radius: 100px;
  z-index: 2;
}
.boxblog .count-imgblogsigo span i {
  font-size: 1.1rem;
  color: #FFF;
}
.boxblog .subtitle {
  display: -webkit-box;
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 1.2rem;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 575.98px) {
  .boxblog .subtitle {
    max-width: 130px;
  }
}
.boxblog .subtitle + p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxblog ul {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}
.boxblog ul li[class*=col-] {
  font-size: 0.75rem;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.boxblog .form-group {
  margin-top: 1rem;
}
.boxblog .form-group button {
  max-width: 135px;
}

.bloghome-gray {
  position: relative;
  background-color: rgba(247, 247, 247, 0.8);
}
.bloghome-gray:before, .bloghome-gray:after {
  position: absolute;
  top: 0;
  width: 100vh;
  height: 100%;
  background-color: rgba(247, 247, 247, 0.8);
}
.bloghome-gray:before {
  content: "";
  right: 100%;
}
@media screen and (max-width: 991.98px) {
  .bloghome-gray:after {
    content: "";
    left: 100%;
  }
}

.btn-article-navigation {
  width: 100%;
  min-height: 8rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .btn-article-navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-width: 7rem;
    margin-top: 0 !important;
  }
}
.btn-article-navigation .btn {
  border-radius: 0;
  padding: 0.75rem 0.5rem;
  min-height: 8rem;
  height: 100%;
}
.btn-article-navigation .btn p {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.btn-article-navigation .btn p i {
  font-size: 1.4rem;
  margin-left: 0;
}
.btn-article-navigation .btn p:nth-child(1) {
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.btn-article-navigation .btn p:nth-child(2) {
  display: -webkit-box;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.btn-article-navigation.btn-article-navigation-prev {
  left: 0;
}
.btn-article-navigation.btn-article-navigation-prev p i {
  margin-right: 0.5rem;
}
.btn-article-navigation.btn-article-navigation-prev p:nth-child(1), .btn-article-navigation.btn-article-navigation-prev p:nth-child(2) {
  text-align: left;
}
.btn-article-navigation.btn-article-navigation-next {
  right: 0;
}
.btn-article-navigation.btn-article-navigation-next p i {
  margin-left: 0.5rem;
}
.btn-article-navigation.btn-article-navigation-next p:nth-child(1), .btn-article-navigation.btn-article-navigation-next p:nth-child(2) {
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  ul.listredesbanner {
    margin-right: -2px !important;
    margin-left: -2px !important;
  }
}
@media screen and (max-width: 767.98px) {
  ul.listredesbanner li {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
}
ul.listredesbanner li .btn {
  font-size: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 0;
}
@media screen and (max-width: 767.98px) {
  ul.listredesbanner li .btn {
    font-size: 0.75rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  ul.listredesbanner li .btn {
    font-size: 0.65rem;
  }
}
ul.listredesbanner li .btn i {
  margin-left: 0;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.listredesbanner li .btn i {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 349.98px) {
  ul.listredesbanner li .btn i {
    font-size: 0.8rem;
  }
}

.textheaderarticle li p {
  color: #2d2e2e;
  font-size: 0.8rem;
}

.count-text-article {
  margin-top: 3rem;
  margin-bottom: 0;
  color: #2d2e2e;
}
@media screen and (max-width: 767.98px) {
  .count-text-article {
    margin-top: 2rem;
  }
}
.count-text-article .count-text-article-text > :last-child {
  margin-bottom: 0 !important;
}
.count-text-article a {
  color: #ff3667;
}
.count-text-article a:hover {
  color: #ff3667;
  text-decoration: underline;
}
.count-text-article h2 {
  font-size: 1.538rem;
}
.count-text-article > div p {
  margin-bottom: 2rem;
  color: #2d2e2e;
  overflow: hidden;
  text-overflow: ellipsis;
}
.count-text-article > div img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 !important;
}
.count-text-article figure.media {
  display: block !important;
}
.count-text-article blockquote {
  font-style: italic;
}
.count-text-article blockquote p::before {
  content: '"';
}
.count-text-article blockquote p::after {
  content: '"';
}

ul.etiquetas-article li {
  color: #2d2e2e;
  float: left;
  padding-right: 0.3rem;
}
ul.etiquetas-article li:first-child {
  color: #282a29;
}

.count-perfilarticle {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .count-perfilarticle {
    padding: 1rem 1.5rem;
  }
}
.count-perfilarticle .count-imgPefilArticle {
  position: relative;
  height: 6rem;
  width: 6rem;
}
.count-perfilarticle .count-imgPefilArticle img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}
@media screen and (max-width: 991.98px) {
  .count-perfilarticle .count-imgPefilArticle {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .count-perfilarticle .count-imgPefilArticle {
    width: 4rem;
    height: 4rem;
  }
}
.count-perfilarticle .text-perfilArticle p {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.count-perfilarticle .text-perfilArticle p:first-child {
  display: -webkit-box;
  font-size: 1.5rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .count-perfilarticle .text-perfilArticle p:first-child {
    font-size: 1.3rem;
  }
}
.count-perfilarticle .text-perfilArticle p:first-child + p {
  font-size: 1rem;
}
.count-perfilarticle .text-perfilArticle p:first-child ~ p {
  color: #2d2e2e;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .count-perfilarticle .text-perfilArticle p:first-child ~ p {
    font-size: 0.75rem;
  }
}
.count-perfilarticle .text-perfilArticle p:last-child {
  margin-bottom: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  .count-perfilarticle .btn {
    min-width: 0 !important;
  }
}

.count-boxcomentarios ul li {
  margin-bottom: 2rem;
}
.count-boxcomentarios ul li .count-imgComentarios {
  position: relative;
  height: 5rem;
  width: 5rem;
  min-height: 5rem;
}
.count-boxcomentarios ul li .count-imgComentarios img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}
@media screen and (max-width: 767.98px) {
  .count-boxcomentarios ul li .count-imgComentarios {
    width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }
}
.count-boxcomentarios ul li .text-comentario .text-comentario-title {
  margin-bottom: 1rem;
}
.count-boxcomentarios ul li .text-comentario .text-comentario-title p {
  margin-bottom: 0;
}
.count-boxcomentarios ul li .text-comentario .text-comentario-title .text-comentario-title_name {
  display: -webkit-box;
  font-size: 1.1rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.count-boxcomentarios ul li .text-comentario .text-comentario-title .text-comentario-title_fecha {
  font-size: 0.85rem;
  line-height: 1;
}
.count-boxcomentarios ul li .text-comentario .text-comentario_comment {
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.count-boxcomentarios ul li .text-comentario .btn {
  padding-right: 0;
  padding-left: 0;
}
.count-boxcomentarios ul li > ul {
  padding-left: 5.7rem !important;
}
@media screen and (max-width: 767.98px) {
  .count-boxcomentarios ul li > ul {
    padding-left: 4.7rem !important;
  }
}

.btn-seccionbutton > div p,
.btn-seccionbutton > div button {
  font-size: 1.25rem;
}
@media screen and (max-width: 991.98px) {
  .btn-seccionbutton > div p,
  .btn-seccionbutton > div button {
    font-size: 1rem;
  }
}
.btn-seccionbutton > div button {
  position: relative;
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  .btn-seccionbutton > div button {
    font-size: 1.1rem;
  }
}
.btn-seccionbutton > div button i,
.btn-seccionbutton > div button i[class*=flaticon-next] {
  font-size: 1.5rem;
}
.btn-seccionbutton > div:first-child button i {
  margin-left: 0;
  margin-right: 0.5rem;
}
.btn-seccionbutton > div:first-child button:before {
  left: 0;
}
.btn-seccionbutton > div:last-child button:before {
  right: 0;
}

.post-contenido-container h1, .post-contenido-container h3 {
  color: #ff3667 !important;
}

@media screen and (min-width: 768px) {
  .image-style-align-right {
    max-width: 50%;
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .image-style-align-left {
    max-width: 50%;
    float: left;
  }
}

.image-style-align-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .image-style-align-center .img {
    max-width: 50%;
    float: left;
  }
}

.miniatura-modal {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.miniatura-modal > .row {
  padding: 1.5rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767.98px) {
  .miniatura-modal > .row {
    padding: 1rem;
  }
}
.miniatura-modal > .row img {
  max-height: 10rem;
}
@media screen and (max-width: 767.98px) {
  .miniatura-modal > .row img {
    max-height: 7rem;
  }
}
.miniatura-modal > .row p:last-child {
  margin-bottom: 0;
}

.before-hr-sendcomment {
  margin-top: 0;
  margin-bottom: 3rem;
}

.boxtopost {
  margin-bottom: 1rem;
}
.boxtopost:hover {
  color: inherit;
  text-decoration: none;
}
.boxtopost p {
  margin-bottom: 0;
}
.boxtopost .count-imgtopost {
  position: relative;
  height: 6rem;
  width: 6rem;
}
.boxtopost .count-imgtopost img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .boxtopost .count-imgtopost {
    width: 5rem;
    height: 5rem;
  }
}
.boxtopost .infotopost ul {
  margin-right: -0.2rem;
  margin-bottom: 0.5rem;
  margin-left: -0.2rem;
}
.boxtopost .infotopost ul li {
  font-family: "Roboto-Medium";
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  text-transform: uppercase;
  font-size: 0.85rem;
}
@media screen and (max-width: 767.98px) {
  .boxtopost .infotopost ul li {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxtopost .infotopost ul li {
    font-size: 0.68rem;
  }
}
.boxtopost .infotopost ul li:last-child {
  color: #ff3667;
}
.boxtopost .infotopost p.subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
@media screen and (max-width: 991.98px) {
  .boxtopost .infotopost p.subtitle {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .boxtopost .infotopost p.subtitle {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxtopost .infotopost p.subtitle {
    font-size: 1rem;
  }
}
.boxtopost .infotopost p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #2d2e2e;
  line-height: 1.2;
  max-width: 400px;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .boxtopost .infotopost p:last-child {
    font-size: 0.8rem;
  }
}
.boxtopost .fechatopost p {
  color: #2d2e2e;
}
@media screen and (max-width: 767.98px) {
  .boxtopost .fechatopost p {
    font-size: 0.8rem;
  }
}
.boxtopost .icontopost i {
  font-size: 1.8rem;
  margin-left: 0;
  color: #ff3667;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .boxtopost .icontopost i {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.boxtopost hr {
  margin-bottom: 0;
}

.count-banner-bloghome {
  background-color: #89e7fc;
}
.count-banner-bloghome > div {
  padding-top: 2rem;
}
.count-banner-bloghome > div h1 {
  text-transform: uppercase;
}
.count-banner-bloghome > div .form-group {
  z-index: 2;
  width: 100%;
  max-width: 21rem;
}
.count-banner-bloghome > div .img-banner-blog {
  position: relative;
  height: 23rem;
  width: 100%;
  min-height: 23rem;
}
.count-banner-bloghome > div .img-banner-blog img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (min-width: 1400px) {
  .count-banner-bloghome > div .img-banner-blog {
    height: 30rem;
    min-height: 30rem;
  }
}
@media screen and (min-width: 2000px) {
  .count-banner-bloghome > div .img-banner-blog {
    height: 34rem;
    min-height: 34rem;
  }
}

.banner .count-banner {
  position: relative;
  height: 13rem;
  width: 100%;
  z-index: 1;
}
.banner .count-banner img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .banner .count-banner img:not(.not-cover) {
    border: 1px solid #FFF;
    border-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .banner .count-banner {
    width: initial;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.banner .count-banner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, 70%, rgba(255, 255, 255, 0.8));
  z-index: 2;
}
.banner .infobanner {
  position: relative;
  margin-top: -4.5rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner {
    margin-top: -3.35rem;
  }
  .banner .infobanner.row,
  .banner .infobanner .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .banner .infobanner.row > .col,
  .banner .infobanner.row > [class*=col-],
  .banner .infobanner .row > .col,
  .banner .infobanner .row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.banner .infobanner p {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .btn {
    min-width: 0;
  }
}
.banner .infobanner .count-imgbannerperfil {
  position: relative;
  height: 10.5rem;
  width: 10.5rem;
}
.banner .infobanner .count-imgbannerperfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .count-imgbannerperfil {
    width: 8rem;
    height: 8rem;
  }
}
.banner .infobanner .title {
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.banner .infobanner .text-bannerhome > :first-child ~ ul:last-child {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .text-bannerhome > :first-child ~ ul:last-child {
    margin-bottom: 1.4rem;
  }
}
.banner .infobanner .text-bannerhome p:first-child {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .text-bannerhome p:first-child {
    font-size: 1rem;
  }
}
.banner .infobanner .text-bannerhome p:last-child {
  color: #2d2e2e;
  margin-top: 0.3rem;
  min-height: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .text-bannerhome p:last-child {
    font-size: 0.8rem;
  }
}
.banner .infobanner .text-bannerhome ul {
  margin-top: 0.5rem;
  margin-right: -0.3rem;
  margin-left: -0.3rem;
}
.banner .infobanner .text-bannerhome ul li {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  color: #2d2e2e;
}
.banner .infobanner .text-bannerhome ul li:nth-child(2) {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .text-bannerhome ul li {
    font-size: 0.7rem;
  }
}
.banner .infobanner .text-bannerhome ul li .numcount-contactos {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.3rem;
}
.banner .infobanner .text-bannerhome ul li .numcount-contactos i {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner .text-bannerhome ul li .numcount-contactos i {
    font-size: 0.8rem;
  }
}
.banner .infobanner .text-descripcionhome {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.banner .infobanner .text-descripcionhome p {
  color: #2d2e2e;
}
.banner .infobanner table {
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .banner .infobanner table .checkelement p {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 575.98px) {
  .banner .infobanner table .checkelement p {
    font-size: 0.8rem;
  }
}
.banner + hr {
  margin-bottom: 2rem;
}

#edicionbloghome .center-row .modal-header img {
  max-width: 5rem;
  margin-bottom: 1.5rem;
}
#edicionbloghome .center-row .modal-header p {
  margin-bottom: 0;
  font-size: 1.7rem;
}
#edicionbloghome .center-row .modal-body {
  padding: 15px;
}
#edicionbloghome .center-row .modal-body .img-edicionblog {
  position: relative;
  height: 8rem;
  width: 100%;
}
#edicionbloghome .center-row .modal-body .img-edicionblog img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#edicionbloghome .center-row .modal-body textarea.form-control, #edicionbloghome .center-row .modal-body .amsify-suggestags-area textarea.amsify-suggestags-input-area, .amsify-suggestags-area #edicionbloghome .center-row .modal-body textarea.amsify-suggestags-input-area {
  min-height: 5rem;
}

.amsify-suggestags-area .amsify-suggestags-input-area {
  padding: 0.7rem 1rem 0 !important;
}
.amsify-suggestags-area .amsify-suggestags-input-area.amsify-focus {
  box-shadow: none;
}
.amsify-suggestags-area .amsify-suggestags-input-area span.amsify-select-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  background-color: transparent;
  color: #2d2e2e;
  border: 1px solid #D9D9D9;
  min-height: 34px;
}
.amsify-suggestags-area .amsify-suggestags-input-area span.amsify-select-tag button.amsify-remove-tag {
  padding: 0;
  margin-left: 0.5rem;
  line-height: 1;
}
.amsify-suggestags-area .amsify-suggestags-input-area span.amsify-select-tag button.amsify-remove-tag i {
  font-size: 0.7rem;
  margin-left: 0;
}
.amsify-suggestags-area .amsify-suggestags-input-area input.amsify-suggestags-input {
  padding: 0.5rem 0.75rem;
  line-height: 1;
  color: #2d2e2e;
  width: 100%;
  max-width: 15rem;
  margin-bottom: 0.8rem;
  min-height: 34px;
}
.amsify-suggestags-area .amsify-suggestags-input-area input.amsify-suggestags-input::-webkit-input-placeholder {
  color: #2d2e2e;
}
.amsify-suggestags-area .amsify-suggestags-input-area input.amsify-suggestags-input:-moz-placeholder {
  color: #2d2e2e;
}
.amsify-suggestags-area .amsify-suggestags-input-area input.amsify-suggestags-input::placeholder {
  color: #2d2e2e;
}
.amsify-suggestags-area .amsify-suggestags-list {
  z-index: 10;
}
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
  margin-bottom: 0;
}
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:active, .amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:focus {
  background-color: #ff3667;
  box-shadow: none;
  border-color: #FFF;
}

.count-carrouselupdateimage {
  position: relative;
  margin-bottom: 2rem;
}
.count-carrouselupdateimage .carouselupdateimage {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: calc(100% - 250px);
}
@media screen and (max-width: 1199.98px) {
  .count-carrouselupdateimage .carouselupdateimage {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 767.98px) {
  .count-carrouselupdateimage .carouselupdateimage {
    width: 100%;
  }
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide {
  background-color: #FFF;
  border-radius: 12px;
  padding: 1.5rem;
  width: 30rem;
}
@media screen and (max-width: 1199.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide {
    width: 28rem;
  }
}
@media screen and (max-width: 767.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide {
    width: 26rem;
  }
}
@media screen and (max-width: 575.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide {
    padding: 1rem;
    width: 23rem;
  }
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide table {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide table tbody {
  width: 100%;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
  position: relative;
  height: 250px;
  width: 100%;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 135px;
  }
}
@media screen and (max-width: 575.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-imgcarousel .img-owl {
    width: 95px;
  }
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel {
  height: 100%;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel {
  display: grid;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel {
    margin-bottom: 1rem;
  }
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p {
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(1) {
  font-family: "DMSerifText-Regular";
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(1) {
    font-size: 1.4rem;
  }
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(1) > :first-child {
  font-family: "DMSerifText-Regular";
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(3), .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #2d2e2e;
}
@media screen and (max-width: 575.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(3), .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575.98px) {
  .count-carrouselupdateimage .carouselupdateimage .swiper-wrapper .swiper-slide .count-infocarousel .text-carousel p:nth-child(4) {
    max-width: 60px;
  }
}
.count-carrouselupdateimage button.swiper-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ff3667;
  color: #FFF;
  padding: 0;
  border: 1px solid #ff3667;
  border-radius: 100px;
  z-index: 2;
}
.count-carrouselupdateimage button.swiper-navigation:not(:disabled):focus {
  background-color: #f23362;
  color: #FFF;
  border-color: #f23362;
}
.count-carrouselupdateimage button.swiper-navigation:not(:disabled):hover {
  background-color: #e6315d;
  color: #FFF;
  border-color: #e6315d;
}
.count-carrouselupdateimage button.swiper-navigation:not(:disabled):active {
  background-color: #cc2b52;
  color: #FFF;
  border-color: #cc2b52;
}
.count-carrouselupdateimage button.swiper-navigation i {
  margin-left: 0;
  font-size: 1rem;
}
.count-carrouselupdateimage button.swiper-navigation.button-next {
  left: 0;
  margin-left: 40px;
}
@media screen and (max-width: 1199.98px) {
  .count-carrouselupdateimage button.swiper-navigation.button-next {
    margin-left: 10px;
  }
}
.count-carrouselupdateimage button.swiper-navigation.button-prev {
  right: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1199.98px) {
  .count-carrouselupdateimage button.swiper-navigation.button-prev {
    margin-right: 10px;
  }
}

.box-notification > .row {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.box-notification > .row:hover {
  background-color: #f9f9f9;
}
.box-notification > .row a:hover {
  text-decoration: none;
  color: inherit;
}
.box-notification > .row a div .imagen-notification {
  position: relative;
  height: 4.3rem;
  width: 3.6rem;
}
.box-notification > .row a div .imagen-notification img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.box-notification > .row a div.element-notification {
  width: 4.7rem;
  text-align: center;
}
.box-notification > .row a div.element-notification i {
  font-size: 1.6rem;
  line-height: 100%;
  color: #2d2e2e;
}
.box-notification > .row a div p {
  white-space: normal;
  color: #282a29;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}
.box-notification > .row a div p:last-child {
  margin-bottom: 0;
}
.box-notification > .row a div p span {
  display: inline-block;
  border: 1px solid #ff3667;
  color: #ff3667;
  padding: 2px 3px;
}
.box-notification > .row a div p span > :first-child {
  display: inline-block;
}
.box-notification > .row a div p.time {
  font-size: 0.75rem;
  color: #2d2e2e;
}
.box-notification > .row .count-delete .btn {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  height: 100%;
}
.box-notification > .row .count-delete .btn i {
  color: #282a29;
  font-size: 1.5rem;
  margin-left: 0;
}

.items-camino > .row:not(.rowless) {
  margin-right: -10px;
  margin-left: -10px;
}
.items-camino > .row:not(.rowless) > .col,
.items-camino > .row:not(.rowless) > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.items-camino hr {
  margin-top: 1.5rem;
}
.items-camino:last-child hr {
  display: none;
}

.liner-cover {
  overflow: hidden;
}
.liner-cover .liner-double {
  position: relative;
}
.liner-cover .liner-double:before, .liner-cover .liner-double:after {
  content: "";
  position: absolute;
  bottom: 20%;
  width: 200vh;
  height: 0;
  border-top: 5px solid #ff3667;
}
.liner-cover .liner-double:before {
  right: 100%;
}
.liner-cover .liner-double:after {
  left: 100%;
}

.img-topItemchange .boximgchange {
  position: relative;
  border-bottom: 5px solid #ff3667;
  margin-bottom: 1rem;
}
.img-topItemchange .boximgchange:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100vh;
  height: 0;
  border-top: 5px solid #ff3667;
  margin-bottom: -5px;
}
.img-topItemchange .boximgchange img {
  max-width: 3.5rem;
  margin-bottom: 1rem;
}

.titlecaminochange .btn {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}
.titlecaminochange .btn i {
  margin-left: 0;
  font-size: 1.5rem;
}
.titlecaminochange .textochange p:first-child {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
.titlecaminochange .textochange p:last-child {
  font-size: 1.05rem;
}

.items-changecamino {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .items-changecamino {
    margin-top: 3rem;
  }
}
.items-changecamino > img {
  position: absolute;
  bottom: 2.6rem;
  left: 4rem;
  width: 4.5rem;
  height: 7.5rem;
}
.items-changecamino ul {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .items-changecamino ul:not(.loadingcamino) {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 767.98px) {
  .items-changecamino ul:before, .items-changecamino ul:after {
    display: none;
  }
}
.items-changecamino ul li button.btn,
.items-changecamino ul li a.btn {
  width: 10rem;
  height: 10rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 100px;
  border-width: 1.5px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.items-changecamino ul li button.btn.active,
.items-changecamino ul li a.btn.active {
  background-color: #ff3667;
  color: #FFF;
  border-color: #ff3667;
}
.items-changecamino ul li button.btn i,
.items-changecamino ul li a.btn i {
  font-size: 2rem;
  margin-left: 0;
}
.items-changecamino ul li button.btn p,
.items-changecamino ul li a.btn p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 2.5rem;
  line-height: 1.3;
  font-size: 1rem;
}

.itemchange-construyendo2 .circleItems {
  width: 10rem;
  height: 10rem;
  border: 1.5px solid #ff3667;
  border-radius: 100px;
  padding: 1rem;
}
.itemchange-construyendo2 .circleItems input {
  font-family: "OpenSans-Light";
  width: 100%;
  height: auto;
  font-size: 2rem;
  max-width: 70%;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: center;
  border: 0;
  outline: none;
  border-bottom: 1.5px solid #ff3667;
}
.itemchange-construyendo2 .circleItems input:focus, .itemchange-construyendo2 .circleItems input:hover, .itemchange-construyendo2 .circleItems input:active {
  border: none;
  border-bottom: 1.5px solid #ff3667;
  box-shadow: none;
}
.itemchange-construyendo2 .circleItems input::-webkit-input-placeholder {
  color: rgba(210, 210, 210, 0.9);
}
.itemchange-construyendo2 .circleItems input:-moz-placeholder {
  color: rgba(210, 210, 210, 0.9);
}
.itemchange-construyendo2 .circleItems input::placeholder {
  color: rgba(210, 210, 210, 0.9);
}

.itemchange-proximos .titlecaminochange p {
  font-family: "OpenSans-Light";
  font-size: 2.5rem;
}
.itemchange-proximos .titlecaminochange ~ :last-child p {
  margin-top: 2rem;
  margin-bottom: 0;
}
.itemchange-proximos .loadingcamino:before {
  bottom: 0 !important;
}
.itemchange-proximos .loadingcamino:after {
  display: none;
}
.itemchange-proximos .loadingcamino li {
  border-bottom: 5px solid #ff3667;
}
@media screen and (max-width: 767.98px) {
  .itemchange-proximos .loadingcamino li {
    border-bottom: 0;
  }
}
.itemchange-proximos .loadingcamino li img {
  max-width: 60px;
}

.itemchange-listo .titlecaminochange p {
  font-family: "OpenSans-Light";
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.itemchange-listo .items-changecamino ul li .btn img {
  max-width: 35px;
  margin-top: 0.5rem;
}

.titlecaminobox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  min-height: 7.5rem;
}

.chat-element .content-chat {
  border: 1px solid #D9D9D9;
  border-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.chat-element .content-chat > div:last-child {
  height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-element .content-chat > div:last-child > .row {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}
.chat-element .content-chat > div:last-child > .row .box-chat::after {
  clear: both;
  content: "";
  display: block;
}
.chat-element .content-chat > div:last-child > .row .box-chat > .row > div {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 1rem;
}
.chat-element .content-chat > div:last-child > .row .box-chat > .row > div img {
  max-width: 4rem;
  width: 100%;
}
.chat-element .content-chat > div:last-child > .row .box-chat > .row > div p:last-child {
  margin-bottom: 0;
}
.chat-element .content-chat > div:last-child > .row .box-chat > .row > div span {
  display: inline-block;
  font-size: 0.8rem;
}
.chat-element .content-chat > div:last-child > .row .box-chat.primary-chat > div {
  padding-left: 0;
  padding-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .chat-element .content-chat > div:last-child > .row .box-chat.primary-chat > div {
    padding-right: 2rem;
  }
}
.chat-element .content-chat > div:last-child > .row .box-chat.secondary-chat > div {
  padding-right: 0;
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .chat-element .content-chat > div:last-child > .row .box-chat.secondary-chat > div {
    padding-left: 2rem;
  }
}
.chat-element .content-chat > div:last-child > .row .box-chat.secondary-chat > div > div {
  background-color: #F7F7F7;
}
.chat-element .content-chat > div:last-child .mensajeinitial h5 {
  color: #2d2e2e;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.chat-element .content-chat + div input {
  border-top-left-radius: 0;
}
.chat-element .content-chat + div button {
  border-top-right-radius: 0 !important;
}

.btn-sliderlistados i {
  font-size: 2.5rem;
  margin-left: 0;
}

.btn-sliderlistadosclose i {
  font-size: 1.9rem;
  margin-left: 0;
}

@media screen and (max-width: 991.98px) {
  .count-sliderListados {
    position: fixed;
    top: 0;
    left: -300px;
    width: 100%;
    height: 100%;
    max-width: 300px;
    background-color: #FFF;
    padding-right: 0;
    padding-left: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 992px) {
  .count-sliderListados {
    box-shadow: none !important;
  }
}
.count-sliderListados .slider-listados {
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  .count-sliderListados .slider-listados {
    padding-top: 0;
  }
}
.count-sliderListados .slider-listados .count-sliderclose button {
  padding: 1rem;
}
.count-sliderListados .slider-listados > div {
  height: 100%;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil {
  padding-bottom: 2rem;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil .img-count-slider {
  position: relative;
  height: 6rem;
  width: 6rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil .img-count-slider img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil .img-count-slider + div p {
  text-align: center;
  margin-bottom: 0;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil .img-count-slider + div p:first-child {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil .img-count-slider + div p:last-child {
  font-size: 0.9rem;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div {
  overflow-y: auto;
  overflow-x: hidden;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li {
  border: 1px solid #D9D9D9;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li:not(:last-child) {
  border-bottom: 0;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button {
  text-align: left;
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button i {
  margin-left: 0;
  font-size: 1.3rem;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button + ul {
  display: none;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button + ul li:nth-child(odd) {
  background-color: rgba(217, 217, 217, 0.1);
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button + ul li a {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  text-decoration: none;
  color: inherit;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button + ul li a:hover {
  background-color: #ff3667;
  text-decoration: none;
  color: #FFF;
}
.count-sliderListados .slider-listados > div .count-sliderPerfil + div ul.ulistado > li button + ul li a.active {
  background-color: #ff3667;
  color: #FFF;
}

.title-table {
  margin-bottom: 3rem;
}
.title-table p {
  margin-bottom: 0;
}
.title-table .form-group {
  margin-bottom: 0;
}
.title-table .form-group button {
  width: 3rem;
  height: 3rem;
}
.title-table .form-group button i {
  margin-left: 0;
  font-size: 1.2rem;
}

.table-inicio .dataTables_wrapper .dataTables_filter {
  z-index: 3;
}
.table-inicio .dataTables_wrapper .dataTables_filter .form-group {
  width: 100%;
}
.table-inicio .dataTables_wrapper .dataTables_filter .form-group input {
  margin-left: 0;
}
.table-inicio .dataTables_wrapper .dataTables_processing {
  font-family: "Roboto-Bold";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
  z-index: 2;
}
.table-inicio .dataTables_wrapper .dataTables_processing:after {
  content: "...";
}
.table-inicio .dataTables_wrapper .table-responsive table {
  margin-bottom: 0;
  border-bottom: 0;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th {
  position: relative;
  text-align: center;
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th ~ :last-child[colspan]:not([colspan="1"]) {
  background-color: #2E2E2E;
  color: #FFF;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th p {
  margin-bottom: 0;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc {
  padding-right: 48px;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:after, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc:after, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc:before, .table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc:after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 2rem;
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:before {
  content: "\e5c7";
  transform: translateY(-60%);
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting:after {
  content: "\e5c5";
  transform: translateY(-40%);
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_desc:before {
  content: "\e5c7";
}
.table-inicio .dataTables_wrapper .table-responsive table thead tr th.sorting_asc:before {
  content: "\e5c5";
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr td .icontable,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr th .icontable {
  width: 2rem;
  height: 2rem;
  border-radius: 100px;
  margin-right: auto;
  margin-left: auto;
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr td .icontable i,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr th .icontable i {
  color: #FFF;
  font-size: 1rem;
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr td .icontable.check,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr th .icontable.check {
  background-color: #39b54a;
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr td .icontable.delete,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr th .icontable.delete {
  background-color: #f00;
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr td.tablebtn,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr th.tablebtn {
  text-align: center;
}
.table-inicio .dataTables_wrapper .table-responsive table tbody tr:not(:last-child) td,
.table-inicio .dataTables_wrapper .table-responsive table tbody tr:not(:last-child) th {
  border-bottom: 0;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th,
.table-inicio .dataTables_wrapper .table-responsive table tr td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th:not(:last-child),
.table-inicio .dataTables_wrapper .table-responsive table tr td:not(:last-child) {
  border-right: 0;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th:nth-child(2),
.table-inicio .dataTables_wrapper .table-responsive table tr td:nth-child(2) {
  text-align: center;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th button.btn-rounder,
.table-inicio .dataTables_wrapper .table-responsive table tr td button.btn-rounder {
  width: 3rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th button.btn-rounder i,
.table-inicio .dataTables_wrapper .table-responsive table tr td button.btn-rounder i {
  font-size: 1.2rem;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th button i,
.table-inicio .dataTables_wrapper .table-responsive table tr td button i {
  margin-left: 0;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th {
  font-weight: normal;
  font-style: normal;
}
.table-inicio .dataTables_wrapper .table-responsive table tr th[scope] {
  font-family: "Roboto-Medium";
}
.table-inicio .dataTables_wrapper .dataTables_length,
.table-inicio .dataTables_wrapper .dataTables_info,
.table-inicio .dataTables_wrapper .dataTables_paginate {
  padding-top: 1rem;
  margin-top: 0;
}
.table-inicio .dataTables_wrapper .dataTables_length .form-group {
  margin-left: 5px;
}
.table-inicio .dataTables_wrapper .dataTables_paginate::after {
  clear: both;
  content: "";
  display: block;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button {
  display: block;
  float: left;
  background: #FFF;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  line-height: 24px;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.first, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.previous, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.next, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.last {
  border: 0;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.first:not(.disabled):focus, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled):focus, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled):focus, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.last:not(.disabled):focus {
  border: 0;
  background-color: rgba(217, 217, 217, 0.1);
  box-shadow: none;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.first:not(.disabled):hover, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled):hover, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled):hover, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.last:not(.disabled):hover {
  border: 0;
  background-color: rgba(217, 217, 217, 0.2);
  box-shadow: none;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.first:not(.disabled):active, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.previous:not(.disabled):active, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.next:not(.disabled):active, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.last:not(.disabled):active {
  border: 0;
  background-color: rgba(217, 217, 217, 0.3);
  box-shadow: none;
}
.table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.first.disabled, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.previous.disabled, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.next.disabled, .table-inicio .dataTables_wrapper .dataTables_paginate a.paginate_button.last.disabled {
  border: 0;
  background-color: #FFF;
  pointer-events: none;
  opacity: 0.3;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span {
  display: block;
  float: left;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span::after {
  clear: both;
  content: "";
  display: block;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button {
  display: none;
  min-width: 52px;
  float: left;
  border: 1px solid #D9D9D9;
  pointer-events: none;
  user-select: none;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button:hover, .table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button:active, .table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button:focus {
  background: #FFF;
  border: 1px solid #D9D9D9;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button.current, .table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button:last-child {
  display: block;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button.current {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.table-inicio .dataTables_wrapper .dataTables_paginate span a.paginate_button:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}

article.articleHome {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
article.articleHome.count-haciaDonde {
  padding-top: 0;
}
article.articleHome.count-haciaDonde .count-bannerunrehome {
  padding-top: 10rem;
  padding-bottom: 0;
}
article.articleHome.count-haciaDonde .count-bannerunrehome .iconcolor {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 5rem;
  line-height: 100%;
  color: #FFF;
  font-size: 2.5rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome .iconcolor {
    margin-right: 2rem;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome .circlecolor {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 13.5rem;
  height: 27rem;
  margin-top: auto;
  margin-right: 2rem;
  margin-bottom: auto;
  background-color: #ff3667;
  border-bottom-right-radius: 100vh;
  border-top-right-radius: 100vh;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome .circlecolor {
    margin-right: 0;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome p.subtitle {
  font-family: "OpenSans-Light";
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome p.subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome p.subtitle {
    font-size: 1.25rem;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome p.title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 3.7rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome p.title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome p.title {
    font-size: 2.2rem;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome p.title + p {
  font-size: 1.1rem;
  max-width: 310px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome p.title + p {
    font-size: 1rem;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome p.title + p.caminoinfo {
  margin-bottom: 7rem;
}
article.articleHome.count-haciaDonde .count-bannerunrehome img {
  max-width: 6rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome img {
    max-width: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome img {
    max-width: 4rem;
  }
}
article.articleHome.count-haciaDonde .count-bannerunrehome hr {
  border-top-width: 8px;
  border-top-color: #ff3667;
  margin-top: 2px;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-haciaDonde .count-bannerunrehome hr {
    border-top-width: 5px;
  }
}
article.articleHome.count-contruirCamino h6.subtitle {
  font-family: "OpenSans-Light";
}
article.articleHome.count-contruirCamino ul {
  margin-bottom: 2rem;
}
article.articleHome.count-contruirCamino ul li {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  font-size: 1.1rem;
}
article.articleHome.count-contruirCamino ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100px;
  background-color: #282a29;
  transform: translateY(-50%);
}
article.articleHome.count-encontrar {
  background-color: rgba(210, 210, 210, 0.2);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 6rem;
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar {
  margin-top: -0.75rem;
  margin-bottom: -1rem;
  position: relative;
  height: 29rem;
  width: 29rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar {
    margin-top: -3rem;
    margin-bottom: 5rem;
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar {
    width: 15rem;
    height: 15rem;
  }
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
  z-index: 1;
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle {
  position: absolute;
  background-color: #ff3667;
  border-radius: 100px;
  transform: rotate(130deg);
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(2) {
  top: 9rem;
  left: -3.7rem;
  width: 9.5rem;
  height: 3rem;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(2) {
    top: 7rem;
    left: -3.7rem;
    width: 9.5rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(2) {
    top: 5rem;
    left: -2.7rem;
    width: 7.5rem;
    height: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(2) {
    top: 4.5rem;
    left: -2.5rem;
    width: 6rem;
    height: 1.5rem;
  }
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(3) {
  top: 7rem;
  left: 21rem;
  width: 12rem;
  height: 3rem;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(3) {
    top: 6rem;
    left: 19rem;
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(3) {
    top: 6rem;
    left: 15rem;
    width: 8rem;
    height: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(3) {
    top: 5rem;
    left: 9rem;
    width: 8rem;
    height: 2rem;
  }
}
article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(4) {
  top: 17.5rem;
  left: 14rem;
  width: 25rem;
  height: 7rem;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(4) {
    top: 15.5rem;
    left: 12rem;
    width: 23rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(4) {
    top: 12.5rem;
    left: 9rem;
    width: 19rem;
    height: 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.count-encontrar > div:first-child .count-circleEncontrar .linecircle:nth-child(4) {
    top: 9.5rem;
    left: 6rem;
    width: 15rem;
    height: 4rem;
  }
}
article.articleHome.count-encontrar > div:last-child {
  padding-bottom: 3rem;
}
article.articleHome.count-encontrar > div:last-child h3 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:last-child h3 {
    text-align: center;
  }
}
article.articleHome.count-encontrar > div:last-child ul {
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-encontrar > div:last-child ul {
    margin-right: auto;
    margin-left: auto;
  }
}
article.articleHome.count-encontrar > div:last-child ul li {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  font-size: 1.05rem;
}
article.articleHome.count-encontrar > div:last-child ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.2rem;
  color: #2d2e2e;
  transform: translateY(-50%);
}
article.articleHome.count-testimonios .subtitle {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991.98px) {
  article.articleHome.count-testimonios .item {
    margin-bottom: 30px;
  }
}
article.articleHome.count-testimonios .item > .row > div:first-child .count-circletestimonio {
  position: relative;
  height: 7rem;
  width: 7rem;
}
article.articleHome.count-testimonios .item > .row > div:first-child .count-circletestimonio img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
}
article.articleHome.count-testimonios .item > .row > div:last-child h3 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
article.articleHome.count-testimonios .item > .row > div:last-child h3 i {
  font-size: 2.2rem;
  margin-left: 0.5rem;
  color: #ff3667;
}
article.articleHome.count-testimonios .item > .row > div:last-child p:last-child {
  font-size: 0.95rem;
  color: #2d2e2e;
  margin-bottom: 0;
}

article.articleInfo .subtitle {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  article.articleInfo .subtitle {
    font-size: 1.5rem;
  }
}
article.articleInfo.count-avanzado .text-avanzado {
  margin-bottom: 4rem;
}
article.articleInfo.count-avanzado .item-emprender {
  margin-bottom: 20px;
}
article.articleInfo.count-avanzado .item-emprender:hover > .row {
  box-shadow: 0 -18px 50px 0 rgba(69, 22, 63, 0.32);
}
article.articleInfo.count-avanzado .item-emprender > .row {
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  border-radius: 0.75rem;
}
article.articleInfo.count-avanzado .item-emprender > .row p {
  font-family: "OpenSans-Light";
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-avanzado .item-emprender > .row p {
    font-size: 1rem;
  }
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-title {
  padding: 0.75rem 1.5rem;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-title p {
  color: #FFF;
  font-size: 1.1rem;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body {
  background-color: #F7F7F7;
  border-radius: 0.75rem;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:first-child {
  padding: 1rem 1.5rem;
  min-height: 80px;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:first-child i,
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:first-child p {
  color: #2d2e2e;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child {
  position: relative;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 3rem);
  height: 0;
  border-top: 1px solid #D9D9D9;
  transform: translateX(-50%);
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child button {
  padding: 1rem 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child button {
    font-size: 0.7rem;
  }
}
article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child button i {
  margin-left: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-avanzado .item-emprender > .row .item-emprender-body > div:last-child button i {
    font-size: 1.2rem;
  }
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify {
  padding: 1rem 1.5rem;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify i {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-avanzado .item-emprender > .row .item-notify i {
    font-size: 2rem;
  }
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify i,
article.articleInfo.count-avanzado .item-emprender > .row .item-notify p {
  color: #2d2e2e;
  line-height: 1.2;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify + div {
  padding-bottom: 0.75rem;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify + div > div:first-child {
  border-right: 1px solid #FFF;
}
article.articleInfo.count-avanzado .item-emprender > .row .item-notify + div button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
article.articleInfo.count-avanzado .item-emprender.item-green > .row {
  background-color: #4bbeaa;
}
article.articleInfo.count-avanzado .item-emprender.item-green > .row .item-notify i {
  opacity: 0.7;
}
article.articleInfo.count-avanzado .item-emprender.item-green > .row .item-notify p,
article.articleInfo.count-avanzado .item-emprender.item-green > .row .item-notify i {
  color: #FFF;
}
article.articleInfo.count-avanzado .item-emprender.item-red > .row {
  background-color: #ff3667;
}
article.articleInfo.count-avanzado .item-emprender.active > .row {
  box-shadow: 0 -18px 50px 0 rgba(69, 22, 63, 0.32);
}
article.articleInfo.count-herramientas .box-eventos > .row p {
  font-family: "OpenSans-Light";
}
article.articleInfo.count-herramientas .box-eventos > .row .a {
  font-size: 1.2rem;
  background-color: #FFF;
  transition: none;
}
article.articleInfo.count-herramientas .box-eventos > .row h2 {
  font-family: "OpenSans-Light";
}
article.articleInfo.count-herramientas .box-eventos > .row:hover {
  background-color: #ff3667;
  color: #FFF;
}
article.articleInfo.count-herramientas .box-eventos > .row:hover p {
  color: #FFF;
}
article.articleInfo.count-herramientas .box-eventos > .row:hover a {
  color: #FFF;
  transition: none;
}
article.articleInfo.count-herramientas .box-eventos > .row:hover h2 {
  color: #FFF;
}
article.articleInfo.count-progreso ul.seccion-progreso {
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #F7F7F7;
}
@media screen and (min-width: 992px) {
  article.articleInfo.count-progreso ul.seccion-progreso > li:first-child + li {
    padding-left: 10rem;
  }
  article.articleInfo.count-progreso ul.seccion-progreso > li:last-child {
    padding-right: 10rem;
  }
}
article.articleInfo.count-progreso ul.seccion-progreso > li ul li p i {
  color: #2d2e2e;
  font-size: 1.9rem;
  margin-right: 7px;
}
@media screen and (max-width: 991.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso > li ul li p i {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso > li ul li p i {
    margin-right: 3px;
  }
}
article.articleInfo.count-progreso ul.seccion-progreso > li ul li p b {
  margin-left: 7px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso > li ul li p b {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso > li ul li p b {
    margin-left: 3px;
  }
}
article.articleInfo.count-progreso ul.seccion-progreso > li ul li.pasos-realizados p i {
  color: #ff3667;
}
article.articleInfo.count-progreso ul.seccion-progreso > li ul li.pasos-porealizar p i {
  color: #4bbeaa;
}
article.articleInfo.count-progreso ul.seccion-progreso li {
  background-color: #F7F7F7;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 991.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
article.articleInfo.count-progreso ul.seccion-progreso li img,
article.articleInfo.count-progreso ul.seccion-progreso li canvas {
  max-width: 8rem;
}
article.articleInfo.count-progreso ul.seccion-progreso li p {
  margin-bottom: 0;
  color: #2d2e2e;
  font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.articleInfo.count-progreso ul.seccion-progreso li p {
    font-size: 0.8rem;
  }
}
article.articleInfo.count-endEmprendimiento .iconendEmprendimiento {
  margin-bottom: 1.5rem;
}
article.articleInfo.count-endEmprendimiento .iconendEmprendimiento i {
  color: #ff3667;
  font-size: 3.5rem;
  line-height: 1;
}

section.section-bashboard {
  height: 100vh;
}
section.section-bashboard article {
  height: 100%;
}
section.section-bashboard article .slider-dashboard {
  height: 100%;
  max-width: 22rem;
  background-color: #db1c60;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  section.section-bashboard article .slider-dashboard {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 992px) {
  section.section-bashboard article .slider-dashboard {
    box-shadow: none !important;
  }
}
section.section-bashboard article .slider-dashboard .count-closeslider {
  margin-top: 0.5rem;
}
section.section-bashboard article .slider-dashboard .count-closeslider button {
  margin-right: 1rem;
}
section.section-bashboard article .slider-dashboard .count-closeslider button i {
  color: #FFF;
  font-size: 1.5rem;
  margin-left: 0;
}
section.section-bashboard article .slider-dashboard .header-slider-dashboard {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  section.section-bashboard article .slider-dashboard .header-slider-dashboard {
    padding-top: 1.5rem;
  }
}
section.section-bashboard article .slider-dashboard .header-slider-dashboard img {
  max-width: 5rem;
  margin-bottom: 0.75rem;
}
section.section-bashboard article .slider-dashboard .header-slider-dashboard p,
section.section-bashboard article .slider-dashboard .header-slider-dashboard h1 {
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 0;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard ul {
  padding-bottom: 2rem;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li button, section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li a {
  text-align: left;
  color: #FFF;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 3.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  border-left: 4px solid transparent;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li button:hover, section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li a:hover {
  background-color: #df3370;
  border-left-color: #FFF;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li button i, section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li a i {
  margin-left: 0;
  margin-right: 5px;
}
section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li button.active, section.section-bashboard article .slider-dashboard .body-slider-dashboard ul li a.active {
  font-family: "Roboto-Bold";
  background-color: #df3370;
  border-left-color: #FFF;
}
section.section-bashboard article .count-dashboard {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
section.section-bashboard article .count-dashboard .header-dashboard {
  width: 100%;
  height: auto;
  padding: 0.75rem 15px;
  background-color: #FFF;
}
@media screen and (max-width: 991.98px) {
  section.section-bashboard article .count-dashboard .header-dashboard {
    background-color: #db1c60;
  }
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(1) img {
  max-width: 10rem;
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(2) p {
  font-family: "OpenSans-Light";
  margin-bottom: 0;
  color: #FFF;
  font-size: 1.2rem;
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard {
  position: relative;
  height: 3.7rem;
  width: 3.7rem;
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
}
@media screen and (max-width: 991.98px) {
  section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard {
    width: 3rem;
    height: 3rem;
  }
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(4) {
  transform: rotate(90deg);
}
section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(4) button i, section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(5) button i {
  margin-left: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 991.98px) {
  section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(4) button i, section.section-bashboard article .count-dashboard .header-dashboard ul li:nth-child(5) button i {
    color: #FFF;
  }
}
section.section-bashboard article .count-dashboard .body-dashboard {
  width: 100%;
  height: auto;
  padding: 3rem 4rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1299.98px) and (min-width: 1200px) {
  section.section-bashboard article .count-dashboard .body-dashboard {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard article .count-dashboard .body-dashboard {
    padding-right: 15px;
    padding-left: 15px;
  }
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash {
    margin-bottom: 3rem;
  }
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash p.titledashboard {
  margin-top: 0;
  font-size: 2.7rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash p.titledashboard {
    font-size: 2.5rem;
  }
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash p.titledashboard + p {
  color: #2d2e2e;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard {
  margin-bottom: 15px;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard > .row {
  margin-right: 0;
  margin-left: 0;
  color: #FFF;
  padding: 1.2rem 1rem;
  border-radius: 0.5rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard > .row p {
  font-family: "OpenSans-Light";
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard > .row p b {
  font-size: 1.8rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard > .row i {
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.8rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard.box-infoDashboard1 > .row {
  background-color: #db1c60;
  box-shadow: 0 15px 35px 0 rgba(28, 31, 219, 0.57);
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard.box-infoDashboard2 > .row {
  background-color: #6cc0aa;
  box-shadow: 0 15px 35px 0 rgba(108, 192, 170, 0.74);
}
section.section-bashboard article .count-dashboard .body-dashboard .countinfotextbash .count-itemboxinfodash .box-infoDashboard.box-infoDashboard3 > .row {
  background-color: #2d2e2e;
  box-shadow: 0 15px 35px 0 rgba(69, 22, 63, 0.74);
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize {
  position: relative;
  width: 6rem;
  height: 6rem;
  z-index: 2;
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize:before, section.section-bashboard article .count-dashboard .body-dashboard .btn-prize:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100vh;
  background-color: #c5a369;
  border: 1px solid #c5a369;
  transform: translate(-50%, -50%);
  will-change: width, height;
  opacity: 0.14;
  z-index: -1;
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize:before {
  width: 1rem;
  height: 1rem;
  animation: animacionloop 0.7s infinite;
  animation-fill-mode: backwards;
  animation-direction: alternate;
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize:after {
  width: 1rem;
  height: 1rem;
  animation: animacionloop 0.7s infinite;
  animation-fill-mode: backwards;
  animation-direction: alternate;
  animation-delay: 1s;
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize i {
  font-size: 3.2rem;
  margin-left: 1.5rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .btn-prize + p {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #c5a369;
}
section.section-bashboard article .count-dashboard .body-dashboard .controlgrafydash p,
section.section-bashboard article .count-dashboard .body-dashboard .controlgrafydash .form-group {
  margin-bottom: 0;
}
section.section-bashboard article .count-dashboard .body-dashboard .controlgrafydash input {
  font-family: "Roboto-Medium";
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 0;
  background-color: transparent;
  border-radius: 0.5rem;
  width: 14rem;
}
@media screen and (max-width: 575.98px) {
  section.section-bashboard article .count-dashboard .body-dashboard .controlgrafydash input {
    width: 10rem;
  }
}
section.section-bashboard article .count-dashboard .body-dashboard .controlgrafydash button i {
  margin-left: 0;
  font-size: 1.7rem;
  line-height: 1;
}
section.section-bashboard article .count-dashboard .body-dashboard .tabgrafydash ul {
  height: 100%;
}
section.section-bashboard article .count-dashboard .body-dashboard .tabgrafydash ul li button {
  height: 100%;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .tabgrafydash ul li button.active {
  position: relative;
}
section.section-bashboard article .count-dashboard .body-dashboard .tabgrafydash ul li button.active:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px solid #db1c60;
  border-radius: 100px;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row {
  position: relative;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  padding: 1.5rem 0.75rem 0.75rem;
  background-color: #FFF;
  border-radius: 0.3rem;
  margin-bottom: 0.75rem;
  max-width: 220px;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #FFF transparent transparent;
  border-width: 0.5rem 0.75rem 0;
  transform: translateX(-50%);
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard p {
  margin-bottom: 0;
  line-height: 1;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .infoTopcard > .row > div:first-child p:first-child {
  margin-bottom: 0.5rem;
  color: #2d2e2e;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .infoTopcard > .row > div:first-child p:last-child {
  font-size: 2rem;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .infoTopcard > .row > div:last-child img {
  margin-top: 1rem;
  max-width: 30px;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .porcenTopcard p.red {
  color: #db1c60;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .porcenTopcard p.red i:before {
  transform: rotate(180deg);
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row .topcard > .row .porcenTopcard p.green {
  color: #6cc0aa;
}
section.section-bashboard article .count-dashboard .body-dashboard .count-graficadash > .row canvas {
  max-height: 300px;
}
section.section-bashboard .rowitems {
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .rowitems {
    margin-right: -5px;
    margin-left: -5px;
  }
}
section.section-bashboard .rowitems .item-stats {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .rowitems .item-stats {
    padding-right: 5px;
    padding-left: 5px;
  }
}
section.section-bashboard .item-stats {
  margin-bottom: 20px;
}
section.section-bashboard .item-stats > .row {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  height: 100%;
  border-radius: 0.75rem;
  z-index: 2;
}
section.section-bashboard .item-stats > .row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  border-radius: 0.75rem;
  box-shadow: 0px 7px 30px 2px rgba(28, 31, 219, 0.39);
  z-index: -1;
}
section.section-bashboard .item-stats > .row p {
  margin-bottom: 0;
}
section.section-bashboard .item-stats > .row .item-stats-title {
  padding: 1rem 1.5rem 0.75rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-title {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
section.section-bashboard .item-stats > .row .item-stats-title > .row > div:first-child i {
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.8rem;
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-title > .row > div:first-child i {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
}
section.section-bashboard .item-stats > .row .item-stats-title > .row > div:last-child p {
  color: #FFF;
  line-height: 1;
}
section.section-bashboard .item-stats > .row .item-stats-title > .row > div:last-child p:nth-child(1) {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-title > .row > div:last-child p:nth-child(1) {
    font-size: 1.1rem;
  }
}
section.section-bashboard .item-stats > .row .item-stats-title > .row > div:last-child p:nth-child(2) {
  margin-top: 0.4rem;
}
section.section-bashboard .item-stats > .row .item-stats-body {
  background-color: #f0f0f0;
  border-radius: 0.75rem;
}
section.section-bashboard .item-stats > .row .item-stats-body > div:first-child {
  padding: 1rem 1.5rem;
  min-height: 100px;
}
section.section-bashboard .item-stats > .row .item-stats-body > div:first-child i,
section.section-bashboard .item-stats > .row .item-stats-body > div:first-child p {
  color: #2d2e2e;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-body > div:first-child i,
  section.section-bashboard .item-stats > .row .item-stats-body > div:first-child p {
    font-size: 1rem;
  }
}
section.section-bashboard .item-stats > .row .item-stats-body > div:last-child {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
}
section.section-bashboard .item-stats > .row .item-stats-body > div:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 3rem);
  height: 0;
  border-top: 1px solid #D9D9D9;
  transform: translateX(-50%);
}
section.section-bashboard .item-stats > .row .item-stats-body > div:last-child button {
  padding: 1rem 0;
  font-size: 0.85rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-body > div:last-child button {
    font-size: 0.7rem;
  }
}
section.section-bashboard .item-stats > .row .item-stats-body > div:last-child button i {
  margin-left: 5px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  section.section-bashboard .item-stats > .row .item-stats-body > div:last-child button i {
    font-size: 1.4rem;
  }
}
section.section-bashboard .item-stats.item-red > .row {
  background-color: #db1c60;
}
section.section-bashboard .item-stats.item-green > .row {
  background-color: #6cc0aa;
}
section.section-bashboard .item-stats.item-gray > .row {
  background-color: #2d2e2e;
}

.count-slider {
  text-align: center;
}
.count-slider ul {
  margin-bottom: 2rem;
}
.count-slider > div:first-child img {
  max-width: 70px;
  margin-bottom: 2rem;
}
.count-slider .infotextperfil hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.count-slider .infotextperfil ul {
  display: inline-block;
  text-align: left;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.count-slider .infotextperfil ul:nth-child(2) li a {
  display: block;
  text-transform: uppercase;
}
.count-slider .infotextperfil ul li {
  display: grid;
}
.count-slider .infotextperfil ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.count-slider .infotextperfil ul li.active {
  position: relative;
}
.count-slider .infotextperfil ul li.active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 2rem;
  height: 3px;
  background-color: #ff3667;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
}
.count-slider .infotextperfil ul li.active a {
  font-weight: bold;
}
.count-slider .infotextperfil ul li.titleslider a {
  font-weight: bold;
  text-transform: uppercase;
}
.count-slider .infotextperfil ul li a:not([href]) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.count-slider .infotextperfil ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: inherit;
  line-height: 100%;
}
.count-slider .infotextperfil ul li a:hover {
  color: inherit;
  text-decoration: none;
}
.count-slider .infotextperfil ul li a > div:first-child .countimg {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.count-slider .infotextperfil ul li a > div:first-child .countimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.count-slider .infotextperfil ul li a > div:last-child {
  display: grid;
}
.count-slider .infotextperfil ul li a > div:last-child p,
.count-slider .infotextperfil ul li a > div:last-child span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-bottom: 0;
  color: #2d2e2e;
}
.count-slider .ads-container hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.count-slider .ads-container ul {
  display: inline-block;
  text-align: left;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.count-slider .ads-container ul:nth-child(2) li a {
  display: block;
  text-transform: uppercase;
}
.count-slider .ads-container ul li {
  display: grid;
}
.count-slider .ads-container ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.count-slider .ads-container ul li.active {
  position: relative;
}
.count-slider .ads-container ul li.active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 2rem;
  height: 3px;
  background-color: #ff3667;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.5rem;
}
.count-slider .ads-container ul li.active a {
  font-weight: bold;
}
.count-slider .ads-container ul li.titleslider {
  padding-top: 1rem;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.count-slider .ads-container ul li.titleslider a {
  font-weight: bold;
  text-transform: uppercase;
}
.count-slider .ads-container ul li a:not([href]) {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.count-slider .ads-container ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: inherit;
  line-height: 100%;
}
.count-slider .ads-container ul li a:hover {
  color: inherit;
  text-decoration: none;
}
.count-slider .ads-container ul li a > div:first-child .countimg {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.count-slider .ads-container ul li a > div:first-child .countimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.count-slider .ads-container ul li a > div:last-child {
  display: grid;
}
.count-slider .ads-container ul li a > div:last-child p {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  margin-bottom: 0;
  color: #2d2e2e;
}

.completa-slider .info-completaSlider {
  margin-bottom: 1.5rem;
}
.completa-slider .info-completaSlider > i {
  color: #ff3667;
  font-size: 2.5rem;
}
.completa-slider .info-completaSlider > p {
  line-height: 1.3;
}
.completa-slider .info-completaSlider ul {
  display: inline-block;
}
.completa-slider .info-completaSlider ul li {
  color: #2d2e2e;
}
.completa-slider .info-completaSlider ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.completa-slider .info-completaSlider ul li i {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  vertical-align: middle;
}
.completa-slider .info-completaSlider ul li i + b {
  vertical-align: middle;
  line-height: 100%;
}

.card-imagenleft ul li {
  margin-bottom: 1rem;
}
.card-imagenleft ul li .link-img-left .countimg {
  position: relative;
  height: 4rem;
  width: 4rem;
  min-height: 4rem;
  border-radius: 100rem;
  overflow: hidden;
}
.card-imagenleft ul li .link-img-left .countimg img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card-imagenleft ul li .link-img-left .link-img-left-img p {
  display: -webkit-box;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.card-imagenleft ul li .link-img-left .link-img-left-img span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

.finderslider .count-btnresponsiveFinder {
  position: relative;
  padding-bottom: 20px;
  background-color: #FFF;
  z-index: 2;
}
.finderslider .count-btnresponsiveFinder .btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #ff3667;
}
.finderslider .count-btnresponsiveFinder .btn i {
  font-size: 1.5rem;
}
.finderslider .count-bodysliderFinder {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .finderslider .count-bodysliderFinder {
    display: none;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}
.finderslider .count-bodysliderFinder ul {
  position: relative;
  padding-left: 3rem !important;
  padding-right: 2rem;
}
.finderslider .count-bodysliderFinder ul:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.finderslider .count-bodysliderFinder ul:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #D9D9D9;
}
.finderslider .count-bodysliderFinder ul li {
  margin-bottom: 7px;
}
.finderslider .count-bodysliderFinder ul li:not(.titlelaterfilter) {
  color: #2d2e2e;
}
.finderslider .count-bodysliderFinder ul li.titlelaterfilter {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
.finderslider .count-bodysliderFinder ul li input.form-control[type=radio] + label, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=radio].amsify-suggestags-input-area + label, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=radio].amsify-suggestags-input-area + label, .finderslider .count-bodysliderFinder ul li input.form-control[type=checkbox] + label, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=checkbox].amsify-suggestags-input-area + label, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=checkbox].amsify-suggestags-input-area + label {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  background-color: rgb(205, 214, 221);
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 10px;
}
.finderslider .count-bodysliderFinder ul li input.form-control[type=radio] + label:before, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=radio].amsify-suggestags-input-area + label:before, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=radio].amsify-suggestags-input-area + label:before, .finderslider .count-bodysliderFinder ul li input.form-control[type=checkbox] + label:before, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=checkbox].amsify-suggestags-input-area + label:before, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=checkbox].amsify-suggestags-input-area + label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: #ff3667;
  border-radius: 100px;
  transition: 0.3s;
}
.finderslider .count-bodysliderFinder ul li input.form-control[type=radio]:checked + label:before, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=radio].amsify-suggestags-input-area:checked + label:before, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=radio].amsify-suggestags-input-area:checked + label:before, .finderslider .count-bodysliderFinder ul li input.form-control[type=checkbox]:checked + label:before, .finderslider .count-bodysliderFinder ul li .amsify-suggestags-area input[type=checkbox].amsify-suggestags-input-area:checked + label:before, .amsify-suggestags-area .finderslider .count-bodysliderFinder ul li input[type=checkbox].amsify-suggestags-input-area:checked + label:before {
  width: 100%;
  height: 100%;
}
.finderslider .count-bodysliderFinder .btn-aplication {
  margin-top: 3rem;
}

.items-contentFilter {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.items-contentFilter .count-findercontentImg {
  position: relative;
  height: 5.5rem;
  width: 4.5rem;
}
.items-contentFilter .count-findercontentImg img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.items-contentFilter .finderiteminfo .titlefinderinfo p {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.items-contentFilter .finderiteminfo .titlefinderinfo .starFinder ul li .btn {
  padding: 0.2rem;
  line-height: 1;
}
.items-contentFilter .finderiteminfo .titlefinderinfo .starFinder ul li .btn i {
  margin-left: 0;
  color: rgb(205, 214, 221);
  font-size: 1.2rem;
}
.items-contentFilter .finderiteminfo .titlefinderinfo .starFinder ul li .btn.active i {
  color: #2d2e2e;
}
.items-contentFilter .finderiteminfo .titlefinderinfo + ul {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
}
.items-contentFilter .finderiteminfo .titlefinderinfo + ul > li:first-child {
  text-transform: uppercase;
}
.items-contentFilter .finderiteminfo .titlefinderinfo + ul > li ul {
  color: #2d2e2e;
}
.items-contentFilter .finderiteminfo p.textItemFinder {
  color: #2d2e2e;
  min-height: 3rem;
}
@media screen and (min-width: 992px) {
  .items-contentFilter .finderitemperfil {
    max-width: 17rem;
  }
}
@media screen and (max-width: 991.98px) {
  .items-contentFilter .finderitemperfil {
    margin-bottom: 15px;
  }
}
.items-contentFilter .finderitemperfil .perfilFinderimg {
  border-radius: 100vh;
  overflow: hidden;
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
}
.items-contentFilter .finderitemperfil .perfilFinderimg img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .items-contentFilter .finderitemperfil .perfilFinderimg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.items-contentFilter .finderitemperfil p {
  font-family: "DMSerifText-Regular";
  margin-bottom: 0;
  font-size: 1.2rem;
}
.items-contentFilter .finderitemperfil p > :first-child {
  font-family: "DMSerifText-Regular";
}
.items-contentFilter .accionbtnFinder .btn {
  padding: 0.5rem 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .items-contentFilter .accionbtnFinder .btn {
    padding-right: 0;
  }
}
.items-contentFilter .accionbtnFinder .btn > i {
  color: rgb(205, 214, 221);
  font-size: 1.5rem;
  margin-right: 5px;
}
.items-contentFilter .accionbtnFinder .btn > i i {
  color: #ff3667;
}

.items-blogFilter:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.items-blogFilter .count-imgblogFinder {
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  height: 6rem;
  width: 6rem;
}
.items-blogFilter .count-imgblogFinder img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.items-blogFilter .info-blogFinder p {
  margin-bottom: 0;
  line-height: 1.2;
}
.items-blogFilter .info-blogFinder p.title-bloguerFinder {
  font-family: "DMSerifText-Regular";
  font-size: 1.5rem;
}
.items-blogFilter .info-blogFinder p.title-bloguerFinder > :first-child {
  font-family: "DMSerifText-Regular";
}
.items-blogFilter .info-blogFinder p.title-bloguerFinder + p {
  font-size: 0.9rem;
}
.items-blogFilter .info-blogFinder ul.count-infopostFinder {
  margin-top: 0.75rem;
}
.items-blogFilter .info-blogFinder ul.count-infopostFinder li {
  color: #2d2e2e;
  font-size: 0.75rem;
}
.items-blogFilter .add-bloguerFinder .btn i {
  color: rgb(205, 214, 221);
  font-size: 1.5rem;
}
.items-blogFilter .add-bloguerFinder .btn i i {
  color: #ff3667;
}

.item-perfilFinder {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item-perfilFinder .count-imgperfilFinder {
  position: relative;
  height: 7rem;
  width: 6rem;
}
.item-perfilFinder .count-imgperfilFinder img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  .item-perfilFinder .count-imgperfilFinder {
    width: 4rem;
    height: 5.5rem;
  }
}
.item-perfilFinder .info-profileFinder p {
  margin-bottom: 0;
}
.item-perfilFinder .info-profileFinder p.title-profileFinder {
  font-family: "DMSerifText-Regular";
  font-size: 1.4rem;
}
.item-perfilFinder .info-profileFinder p.title-profileFinder > :first-child {
  font-family: "DMSerifText-Regular";
}
.item-perfilFinder .info-profileFinder p.title-profileFinder + p {
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .item-perfilFinder .info-profileFinder p.title-profileFinder + p {
    font-size: 0.8rem;
  }
}
.item-perfilFinder .info-profileFinder ul li {
  color: #2d2e2e;
}
@media screen and (max-width: 767.98px) {
  .item-perfilFinder .info-profileFinder ul li {
    font-size: 0.8rem;
  }
}
.item-perfilFinder .info-profileFinder ul li:not(:last-child) {
  position: relative;
  padding-right: 12px;
}
.item-perfilFinder .info-profileFinder ul li:not(:last-child):before {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.98px) {
  .item-perfilFinder .btn-itemprofileFinder:not(:last-child) .btn {
    padding-right: 0;
    padding-left: 0;
  }
}
.item-perfilFinder .btn-itemprofileFinder:not(:last-child) .btn i {
  margin-left: 0;
  font-size: 1.5rem;
}

.blogdashboard {
  background-color: #F7F7F7;
}
.blogdashboard .content-menu-mobile {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.blogdashboard > .row {
  height: 100%;
}
.blogdashboard > .row .slider-dashboard {
  height: 100%;
  max-width: 22rem;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .blogdashboard > .row .slider-dashboard {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 100;
  }
}
@media screen and (min-width: 992px) {
  .blogdashboard > .row .slider-dashboard {
    box-shadow: none !important;
  }
}
.blogdashboard > .row .slider-dashboard .count-closeslider {
  margin-top: 0.5rem;
}
.blogdashboard > .row .slider-dashboard .count-closeslider button {
  margin-right: 1rem;
}
.blogdashboard > .row .slider-dashboard .count-closeslider button i {
  color: #ff3667;
  font-size: 1.5rem;
  margin-left: 0;
}
.blogdashboard > .row .slider-dashboard .header-slider-dashboard {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991.98px) {
  .blogdashboard > .row .slider-dashboard .header-slider-dashboard {
    padding-top: 1.5rem;
  }
}
.blogdashboard > .row .slider-dashboard .header-slider-dashboard img {
  max-width: 5rem;
  margin-bottom: 0.75rem;
}
.blogdashboard > .row .slider-dashboard .header-slider-dashboard p {
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.blogdashboard > .row .slider-dashboard .body-slider-dashboard {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.blogdashboard > .row .slider-dashboard .body-slider-dashboard ul {
  padding-bottom: 2rem;
}
.blogdashboard > .row .slider-dashboard .body-slider-dashboard ul li button {
  padding-left: 3.5rem;
  text-align: left;
  font-size: 1.1rem;
}
.blogdashboard > .row .slider-dashboard .body-slider-dashboard ul li button:hover {
  color: #ff3667;
}
.blogdashboard > .row .slider-dashboard .body-slider-dashboard ul li button.active {
  color: #ff3667;
}
.blogdashboard > .row .header-dashboard {
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #FFF;
}
@media screen and (max-width: 991.98px) {
  .blogdashboard > .row .header-dashboard {
    background-color: #ff3667;
    height: 4.5rem;
  }
}
.blogdashboard > .row .header-dashboard ul li:nth-child(1) img {
  max-width: 10rem;
}
.blogdashboard > .row .header-dashboard ul li:nth-child(2) p {
  font-family: "OpenSans-Light";
  margin-bottom: 0;
  color: #FFF;
  font-size: 1.2rem;
}
.blogdashboard > .row .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard {
  position: relative;
  height: 3.7rem;
  width: 3.7rem;
}
.blogdashboard > .row .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
}
@media screen and (max-width: 991.98px) {
  .blogdashboard > .row .header-dashboard ul li:nth-child(3) .count-imgperfilDashboard {
    width: 3rem;
    height: 3rem;
  }
}
.blogdashboard > .row .header-dashboard ul li:nth-child(4) {
  transform: rotate(90deg);
}
.blogdashboard > .row .header-dashboard ul li:nth-child(4) button i, .blogdashboard > .row .header-dashboard ul li:nth-child(5) button i {
  margin-left: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 991.98px) {
  .blogdashboard > .row .header-dashboard ul li:nth-child(4) button i, .blogdashboard > .row .header-dashboard ul li:nth-child(5) button i {
    color: #FFF;
  }
}
.blogdashboard > .row .body-dashboard {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1023.98px) {
  .blogdashboard > .row .body-dashboard {
    padding-top: 7rem;
  }
}
.blogdashboard > .row .body-dashboard .shield-icon {
  position: relative;
}
.blogdashboard > .row .body-dashboard .shield-icon img {
  display: block;
  width: 100%;
}
.blogdashboard > .row .body-dashboard .shield-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 90%;
  font-style: normal;
  color: #FFF;
  padding-bottom: 5%;
  transform: translate(-50%, -50%);
}
.blogdashboard > .row .body-dashboard .sectiondashboard {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575.98px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash {
    min-height: 37px;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #D9D9D9;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child {
  position: relative;
  z-index: 2;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  border-bottom: 1.5px solid #ff3667;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child h6 {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child h6 i {
  position: relative;
  margin-left: 5px;
  font-size: 0.9rem;
  vertical-align: top;
  color: #2d2e2e;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child h6 i:hover span {
  display: block;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child h6 i span {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100%;
  height: auto;
  min-width: 17rem;
  text-transform: initial;
  background-color: #FFF;
  padding: 1rem;
  margin-left: 10px;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 575.98px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div:first-child h6 i span {
    min-width: 15rem;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div .form-group input {
  max-width: 8rem;
}
@media screen and (max-width: 575.98px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div .form-group input {
    max-width: 7rem;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div .form-group .input-group-append {
  margin-left: 0;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .titleblogDash > div .form-group .input-group-append button.input-group-text {
  background-color: #F7F7F7;
  border-left-color: #D9D9D9;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard {
  margin-bottom: 15px;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row {
  min-height: 13rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row > i {
  position: relative;
  border-radius: 100vh;
  color: #FFF;
  width: 6rem;
  height: 6rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row > i::before {
  position: relative;
  z-index: 2;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row > i > i {
  position: absolute;
  top: 50%;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row > i > i:nth-child(1) {
  right: 60%;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row > i > i:nth-child(2) {
  left: 60%;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row p {
  margin-bottom: 0;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard > .row p b {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 5px;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard#box-blogdashboard1 i {
  background-color: #ff3667;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard#box-blogdashboard2 i {
  background-color: #FF6E42;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard#box-blogdashboard3 i {
  background-color: #559DDB;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard#box-blogdashboard4 i {
  background-color: #7CC576;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .box-blogdashboard#box-blogdashboard5 i {
  background-color: #06C5B3;
  font-size: 4rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .pageview {
  background-color: #FFF;
  border: 1px solid #D9D9D9;
  height: 100%;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive {
  max-height: 29rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr:nth-child(1) td {
  border-top: none;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr:last-child td {
  border-bottom: 1px solid #D9D9D9;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr td {
  line-height: 1;
  vertical-align: middle;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr td:nth-child(1) {
  text-align: center;
  font-size: 1.2rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr td:nth-child(1) i {
  line-height: 1;
  color: rgb(205, 214, 221);
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr td:nth-child(1) i.flaticon-facebook-group {
  font-size: 1.5rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-tableAcumuladas .table-responsive table tbody tr td:nth-child(3) {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas {
    margin-top: 2rem;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas .titleinfoAcumuladas {
  font-size: 1.2rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas ul li > .shield-icon {
  max-width: 3.5rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas ul li > .shield-icon span {
  font-size: 120%;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas ul li p {
  margin-bottom: 0;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas ul li p i {
  font-size: 1.2rem;
  margin-left: 5px;
  vertical-align: middle;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas hr + p {
  font-size: 1.1rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .actualizacioesAcumuladas .count-infoAcumuladas button {
  padding: 0.6rem 1rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive {
  padding-top: 1rem;
  max-height: 41rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr:first-child td {
  border-top: none;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr:last-child td:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td {
  vertical-align: middle;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:first-child {
  border-top: 0;
  padding-right: 0;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(2) {
  text-align: center;
  width: 7rem;
  height: 5rem;
  min-width: 7rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(2) {
    width: 6rem;
    min-width: 6rem;
  }
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(2) > b {
  color: #4bbeaa;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(2) .shield-icon {
  display: none;
  max-width: 3rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(2) .shield-icon b {
  display: inline-block;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(3) .img-tableblog {
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(3) .img-tableblog img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(3) p {
  margin-bottom: 0;
  color: #ff3667;
  white-space: nowrap;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(4) {
  white-space: nowrap;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(4) i {
  margin-left: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(5) {
  text-align: right;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(5) i {
  display: inline-block;
  font-size: 1.75rem;
  color: rgb(205, 214, 221);
  width: 4rem;
  text-align: center;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(5) i[class*=iconwomenalia-] {
  font-size: 3rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(5) i.circleW {
  position: relative;
  background-color: rgb(205, 214, 221);
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:nth-child(5) i.circleW:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  margin-top: 1.5px;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr td:last-child {
  border-top: 0;
  padding-left: 0;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr:hover {
  box-shadow: 0 0 10px 2px rgba(40, 42, 41, 0.3);
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr:hover td:nth-child(2) > b {
  display: none;
}
.blogdashboard > .row .body-dashboard .sectiondashboard .count-ranking .table-responsive table tbody tr:hover td:nth-child(2) .shield-icon {
  display: inline-block;
  top: 50%;
  transform: translateY(-67%);
}
.blogdashboard > .row .body-dashboard .box-blog {
  background-color: #FFF;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 20px -10px rgba(40, 42, 41, 0.45);
}
.blogdashboard > .row .body-dashboard .title-dashboardblog {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog:not(.blog-nooverflow) {
  max-height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row {
  border-bottom: 1px solid rgb(205, 214, 221);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row .img-perfil-seguidor {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 100px;
  overflow: hidden;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row .img-perfil-seguidor img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row .perfil-post {
  position: relative;
  height: 3rem;
  width: 4rem;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row .perfil-post img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row p {
  margin-bottom: 0;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row p:last-child {
  margin-bottom: 0;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row p.title-seguidores {
  color: #ff3667;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row .text-tuspost {
  color: #ff3667;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button:not(.not-style) {
  border-radius: 100px;
  border: 1px solid rgb(205, 214, 221);
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button i {
  margin-left: 0;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button.not-style {
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(205, 214, 221);
  height: 100%;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button.not-style i {
  font-size: 1rem;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button.not-style span {
  display: inline-block;
  font-size: 0.9rem;
  margin-left: 5px;
}
.blogdashboard > .row .body-dashboard ul.seguidores-blog li > .row button.not-style p {
  font-size: 0.9rem;
}
.blogdashboard > .row .body-dashboard .arrow-seguidores {
  margin-top: 5rem;
}
.blogdashboard > .row .body-dashboard .arrow-seguidores .btn i {
  margin-left: 0;
  font-size: 1.5rem;
  color: rgb(205, 214, 221);
}

.boxTucaminowall {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.boxTucaminowall:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  border-bottom: 7px solid #ff3667;
}
.boxTucaminowall.linew-0:before {
  width: 0%;
}
.boxTucaminowall.linew-1:before {
  width: 1%;
}
.boxTucaminowall.linew-2:before {
  width: 2%;
}
.boxTucaminowall.linew-3:before {
  width: 3%;
}
.boxTucaminowall.linew-4:before {
  width: 4%;
}
.boxTucaminowall.linew-5:before {
  width: 5%;
}
.boxTucaminowall.linew-6:before {
  width: 6%;
}
.boxTucaminowall.linew-7:before {
  width: 7%;
}
.boxTucaminowall.linew-8:before {
  width: 8%;
}
.boxTucaminowall.linew-9:before {
  width: 9%;
}
.boxTucaminowall.linew-10:before {
  width: 10%;
}
.boxTucaminowall.linew-11:before {
  width: 11%;
}
.boxTucaminowall.linew-12:before {
  width: 12%;
}
.boxTucaminowall.linew-13:before {
  width: 13%;
}
.boxTucaminowall.linew-14:before {
  width: 14%;
}
.boxTucaminowall.linew-15:before {
  width: 15%;
}
.boxTucaminowall.linew-16:before {
  width: 16%;
}
.boxTucaminowall.linew-17:before {
  width: 17%;
}
.boxTucaminowall.linew-18:before {
  width: 18%;
}
.boxTucaminowall.linew-19:before {
  width: 19%;
}
.boxTucaminowall.linew-20:before {
  width: 20%;
}
.boxTucaminowall.linew-21:before {
  width: 21%;
}
.boxTucaminowall.linew-22:before {
  width: 22%;
}
.boxTucaminowall.linew-23:before {
  width: 23%;
}
.boxTucaminowall.linew-24:before {
  width: 24%;
}
.boxTucaminowall.linew-25:before {
  width: 25%;
}
.boxTucaminowall.linew-26:before {
  width: 26%;
}
.boxTucaminowall.linew-27:before {
  width: 27%;
}
.boxTucaminowall.linew-28:before {
  width: 28%;
}
.boxTucaminowall.linew-29:before {
  width: 29%;
}
.boxTucaminowall.linew-30:before {
  width: 30%;
}
.boxTucaminowall.linew-31:before {
  width: 31%;
}
.boxTucaminowall.linew-32:before {
  width: 32%;
}
.boxTucaminowall.linew-33:before {
  width: 33%;
}
.boxTucaminowall.linew-34:before {
  width: 34%;
}
.boxTucaminowall.linew-35:before {
  width: 35%;
}
.boxTucaminowall.linew-36:before {
  width: 36%;
}
.boxTucaminowall.linew-37:before {
  width: 37%;
}
.boxTucaminowall.linew-38:before {
  width: 38%;
}
.boxTucaminowall.linew-39:before {
  width: 39%;
}
.boxTucaminowall.linew-40:before {
  width: 40%;
}
.boxTucaminowall.linew-41:before {
  width: 41%;
}
.boxTucaminowall.linew-42:before {
  width: 42%;
}
.boxTucaminowall.linew-43:before {
  width: 43%;
}
.boxTucaminowall.linew-44:before {
  width: 44%;
}
.boxTucaminowall.linew-45:before {
  width: 45%;
}
.boxTucaminowall.linew-46:before {
  width: 46%;
}
.boxTucaminowall.linew-47:before {
  width: 47%;
}
.boxTucaminowall.linew-48:before {
  width: 48%;
}
.boxTucaminowall.linew-49:before {
  width: 49%;
}
.boxTucaminowall.linew-50:before {
  width: 50%;
}
.boxTucaminowall.linew-51:before {
  width: 51%;
}
.boxTucaminowall.linew-52:before {
  width: 52%;
}
.boxTucaminowall.linew-53:before {
  width: 53%;
}
.boxTucaminowall.linew-54:before {
  width: 54%;
}
.boxTucaminowall.linew-55:before {
  width: 55%;
}
.boxTucaminowall.linew-56:before {
  width: 56%;
}
.boxTucaminowall.linew-57:before {
  width: 57%;
}
.boxTucaminowall.linew-58:before {
  width: 58%;
}
.boxTucaminowall.linew-59:before {
  width: 59%;
}
.boxTucaminowall.linew-60:before {
  width: 60%;
}
.boxTucaminowall.linew-61:before {
  width: 61%;
}
.boxTucaminowall.linew-62:before {
  width: 62%;
}
.boxTucaminowall.linew-63:before {
  width: 63%;
}
.boxTucaminowall.linew-64:before {
  width: 64%;
}
.boxTucaminowall.linew-65:before {
  width: 65%;
}
.boxTucaminowall.linew-66:before {
  width: 66%;
}
.boxTucaminowall.linew-67:before {
  width: 67%;
}
.boxTucaminowall.linew-68:before {
  width: 68%;
}
.boxTucaminowall.linew-69:before {
  width: 69%;
}
.boxTucaminowall.linew-70:before {
  width: 70%;
}
.boxTucaminowall.linew-71:before {
  width: 71%;
}
.boxTucaminowall.linew-72:before {
  width: 72%;
}
.boxTucaminowall.linew-73:before {
  width: 73%;
}
.boxTucaminowall.linew-74:before {
  width: 74%;
}
.boxTucaminowall.linew-75:before {
  width: 75%;
}
.boxTucaminowall.linew-76:before {
  width: 76%;
}
.boxTucaminowall.linew-77:before {
  width: 77%;
}
.boxTucaminowall.linew-78:before {
  width: 78%;
}
.boxTucaminowall.linew-79:before {
  width: 79%;
}
.boxTucaminowall.linew-80:before {
  width: 80%;
}
.boxTucaminowall.linew-81:before {
  width: 81%;
}
.boxTucaminowall.linew-82:before {
  width: 82%;
}
.boxTucaminowall.linew-83:before {
  width: 83%;
}
.boxTucaminowall.linew-84:before {
  width: 84%;
}
.boxTucaminowall.linew-85:before {
  width: 85%;
}
.boxTucaminowall.linew-86:before {
  width: 86%;
}
.boxTucaminowall.linew-87:before {
  width: 87%;
}
.boxTucaminowall.linew-88:before {
  width: 88%;
}
.boxTucaminowall.linew-89:before {
  width: 89%;
}
.boxTucaminowall.linew-90:before {
  width: 90%;
}
.boxTucaminowall.linew-91:before {
  width: 91%;
}
.boxTucaminowall.linew-92:before {
  width: 92%;
}
.boxTucaminowall.linew-93:before {
  width: 93%;
}
.boxTucaminowall.linew-94:before {
  width: 94%;
}
.boxTucaminowall.linew-95:before {
  width: 95%;
}
.boxTucaminowall.linew-96:before {
  width: 96%;
}
.boxTucaminowall.linew-97:before {
  width: 97%;
}
.boxTucaminowall.linew-98:before {
  width: 98%;
}
.boxTucaminowall.linew-99:before {
  width: 99%;
}
.boxTucaminowall.linew-100:before {
  width: 100%;
}
.boxTucaminowall > div {
  position: relative;
}
.boxTucaminowall > div p {
  margin-bottom: 0;
  color: #2d2e2e;
}
.boxTucaminowall > div:first-child p {
  font-size: 1.3rem;
  line-height: 1.2;
}
.boxTucaminowall > div img {
  position: absolute;
  right: 100%;
  bottom: -1rem;
  max-width: 3.5rem;
}

article.articleHome.mi-caminoWall {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
article.articleHome.mi-caminoWall ul.seccion-progreso {
  flex-wrap: nowrap;
  margin: 2rem 0;
  background-color: #F7F7F7;
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child {
  display: flex !important;
  padding-left: 15px;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child {
    padding-left: 0.5rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child p {
  font-size: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child p {
    font-size: 0.9rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child + li {
  padding-left: 0.75rem !important;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child + li {
    padding-left: 0.5rem !important;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child + li canvas {
  max-width: 6rem !important;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child + li canvas {
    max-width: 5rem !important;
  }
}
@media screen and (max-width: 575.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:first-child + li canvas {
    max-width: 4.5rem !important;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:last-child {
  padding-right: 15px;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:last-child {
    padding-right: 0.5rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li:last-child .btn {
  min-width: 0;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li:last-child .btn {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li.parter-one {
  display: none !important;
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li.parter-two {
  display: block !important;
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li ul {
  height: 100%;
  margin-right: -5px;
  margin-left: -5px;
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li {
  padding: 0 5px;
}
@media screen and (max-width: 1199.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li.pasos-realizados {
    display: none !important;
  }
}
@media screen and (max-width: 1199.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li.pasos-decartados {
    display: none !important;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p {
  font-size: 0.9rem !important;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p {
    font-size: 0.8rem !important;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p i {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p i {
    font-size: 1.3rem;
  }
}
article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p b {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  article.articleHome.mi-caminoWall ul.seccion-progreso > li ul li p b {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .xlinfoimg {
    max-width: 110px !important;
  }
}
.xlinfoimg:before {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .xlinfoimg .infoutimgperfil {
    right: 0 !important;
  }
}

@media screen and (max-width: 991.98px) {
  .textcompartir {
    font-size: 1.7rem;
    text-align: center;
  }
}

.walltarea textarea.form-control:not([row]), .walltarea .amsify-suggestags-area textarea.amsify-suggestags-input-area:not([row]), .amsify-suggestags-area .walltarea textarea.amsify-suggestags-input-area:not([row]) {
  min-height: 8rem;
}
.walltarea + ul {
  margin-bottom: 3rem;
}
.walltarea + ul li button {
  height: 100%;
}
.walltarea + ul li button i {
  margin-left: 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .walltarea + ul li button i {
    font-size: 1.5rem;
  }
}
.walltarea + ul li button i.flaticon-video-camera {
  height: 1rem;
}
.walltarea + ul li select {
  border: 0;
}

.boxwall-registered {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered {
    position: initial;
  }
}
.boxwall-registered ul.title-itemwall {
  margin-bottom: 1.5rem;
}
.boxwall-registered ul.title-itemwall > li > ul li {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.boxwall-registered ul.title-itemwall > li > ul li .count-imgwallPerfil {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100px;
  overflow: hidden;
}
.boxwall-registered ul.title-itemwall > li > ul li .count-imgwallPerfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxwall-registered ul.title-itemwall > li > ul li h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.boxwall-registered ul.title-itemwall > li > ul li:last-child h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .boxwall-registered ul.title-itemwall > li > ul li:last-child h3 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
}
.boxwall-registered ul.title-itemwall > li:last-child {
  color: #2d2e2e;
  font-size: 0.85rem;
}
.boxwall-registered ul.title-itemwall + p {
  color: #2d2e2e;
}
.boxwall-registered .intentview .count-imgcomment {
  max-height: 14rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .intentview .count-imgcomment {
    margin-bottom: 2rem;
  }
}
.boxwall-registered .intentview .count-imgcomment a {
  display: block;
}
.boxwall-registered .intentview .count-imgcomment img {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .intentview .info-itemwall {
    position: initial;
  }
}
.boxwall-registered .intentview .info-itemwall > p {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.boxwall-registered .intentview .info-itemwall > p b {
  display: grid;
}
.boxwall-registered .intentview .info-itemwall > p b > :first-child {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxwall-registered .intentview .info-itemwall ul {
  margin-bottom: 0.5rem;
}
.boxwall-registered .intentview .info-itemwall ul li button i {
  font-size: 1.2rem;
}
@media screen and (max-width: 575.98px) {
  .boxwall-registered .intentview .info-itemwall ul li button i {
    font-size: 1.5rem;
  }
}
.boxwall-registered .intentview .info-itemwall ul li:not(:last-child) button:not(.btn-samply-color) {
  color: #2d2e2e;
}
.boxwall-registered .intentview .info-itemwall ul li:not(:last-child) button:not(.btn-samply-color) i {
  color: rgb(205, 214, 221);
  margin-left: 0;
}
.boxwall-registered .intentview .info-itemwall ul li:not(:last-child) button:not(.btn-samply-color) + button {
  padding-left: 0;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .intentview .info-itemwall ul li.dropdonw-like {
    position: initial;
  }
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #F7F7F7;
  min-width: 38rem;
  height: auto;
  max-height: 20.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like {
    min-width: 0;
    width: 100%;
  }
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem {
  position: relative;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem:hover {
  background-color: #ebebeb;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .count-imgLikeItemWall {
  position: relative;
  height: 4rem;
  width: 3rem;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .count-imgLikeItemWall img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem ul li b {
  font-family: "DMSerifText-Regular";
  font-size: 1.2rem;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem button {
  border-radius: 0;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem button b {
  text-transform: uppercase;
  font-size: 0.85rem;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem p {
  margin-bottom: 0;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .text-undergrid ul li {
  display: grid !important;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .text-undergrid ul li:nth-child(1) {
  max-width: 50%;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .text-undergrid ul li:nth-child(1) b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxwall-registered .intentview .info-itemwall ul li.dropdonw-like ul.count-dropdown-like li.dropdown-likeitem .text-undergrid ul li:nth-child(3) p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxwall-registered .intentview .info-itemwall .comentarioinfo-wall textarea {
  min-height: 5rem;
}
.boxwall-registered .count-contentboxregister {
  margin-top: 30px;
}
.boxwall-registered .count-contentboxregister .titlecontentregister {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .boxwall-registered .count-contentboxregister .titlecontentregister {
    text-align: center;
    font-size: 1.5rem;
  }
}
.boxwall-registered .count-contentboxregister .count-comentimgWall {
  position: relative;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 100px;
  overflow: hidden;
}
.boxwall-registered .count-contentboxregister .count-comentimgWall img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxwall-registered .count-contentboxregister .infocontentbox p.titlecommentuser {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.boxwall-registered .count-contentboxregister .infocontentbox p.titlecommentuser + p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.boxwall-registered .count-contentboxregister .infocontentbox p.comentariotext {
  color: #2d2e2e;
  margin-bottom: 0.5rem;
}
.boxwall-registered .count-contentboxregister .infocontentbox .btn-responder {
  padding-left: 0;
}
.boxwall-registered .count-contentboxregister .infocontentbox textarea {
  min-height: 7rem;
}
.boxwall-registered a:hover {
  color: #ff3667;
}

.slider-wall img {
  display: block;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  max-width: 5rem;
}
.slider-wall p.subtitle {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.slider-wall p.subtitle + p {
  color: #2d2e2e;
}

.count-vistaPrevia {
  background-color: #F7F7F7;
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  .count-vistaPrevia {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .count-vistaPrevia {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.count-vistaPrevia img {
  height: 15rem;
}
@media screen and (max-width: 767.98px) {
  .count-vistaPrevia img {
    height: 10rem;
  }
}
@media screen and (max-width: 575.98px) {
  .count-vistaPrevia img {
    height: 8rem;
  }
}
.count-vistaPrevia button i {
  font-size: 1.5rem;
}

@media screen and (max-width: 575.98px) {
  .wall-container {
    overflow-x: hidden;
  }
}

.slider-events .subtitle {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.slider-events .logoSliderEvent {
  display: block;
  max-width: 5rem;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
.slider-events .item-recomendacionEvents {
  margin-bottom: 15px;
}
.slider-events .item-recomendacionEvents .count-slidereventimg {
  position: relative;
  height: 5.5rem;
  width: 5.5rem;
}
.slider-events .item-recomendacionEvents .count-slidereventimg img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.slider-events .item-recomendacionEvents .info-itemEvent {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .slider-events .item-recomendacionEvents .info-itemEvent {
    padding-left: 1.5rem;
  }
  .slider-events .item-recomendacionEvents .info-itemEvent:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ff3667;
    border-radius: 100px;
    transform: translateY(-50%);
  }
}
.slider-events .item-recomendacionEvents .info-itemEvent p {
  margin-bottom: 0;
}
.slider-events .item-recomendacionEvents .info-itemEvent p:nth-child(1) {
  font-size: 0.9rem;
  color: #2d2e2e;
}
.slider-events .item-recomendacionEvents .info-itemEvent p:nth-child(2) {
  font-size: 1.15rem;
}
.slider-events .item-recomendacionEvents .info-itemEvent p:nth-child(3) {
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .slider-events .box-sliderevents {
    margin-right: 0;
    margin-left: 0;
    background-color: #F7F7F7;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.compartePublica {
  position: relative;
  margin-top: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 575.98px) {
  .compartePublica:before, .compartePublica:after {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background-color: #F7F7F7;
  }
  .compartePublica:before {
    right: 100%;
  }
  .compartePublica:after {
    left: 100%;
  }
}
.compartePublica i {
  font-size: 4.5rem;
  line-height: 1;
  color: #ff3667;
}
@media screen and (max-width: 991.98px) {
  .compartePublica i {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .compartePublica i {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compartePublica i {
    font-size: 2.7rem;
  }
}
.compartePublica p {
  margin-bottom: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 991.98px) {
  .compartePublica p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .compartePublica p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 575.98px) {
  .compartePublica p {
    font-size: 1rem;
  }
}
.compartePublica p b {
  color: #ff3667;
}

.count-carouseleventshome {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.count-carouseleventshome:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 15px;
  height: 100%;
  background-color: #F7F7F7;
}
.count-carouseleventshome .carouselEventosHome {
  position: relative;
  padding-right: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .count-carouseleventshome .carouselEventosHome {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.count-carouseleventshome .carouselEventosHome .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  margin: 1rem;
}
@media screen and (max-width: 767.98px) {
  .count-carouseleventshome .carouselEventosHome .owl-nav button {
    margin: 0;
  }
}
.count-carouseleventshome .carouselEventosHome .owl-nav button:hover, .count-carouseleventshome .carouselEventosHome .owl-nav button:active, .count-carouseleventshome .carouselEventosHome .owl-nav button:focus {
  background-color: transparent;
  border: 0;
  outline: none;
}
.count-carouseleventshome .carouselEventosHome .owl-nav button span {
  color: #ff3667;
}
.count-carouseleventshome .carouselEventosHome .owl-nav button span:before {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .count-carouseleventshome .carouselEventosHome .owl-nav button span:before {
    font-size: 1.3rem;
  }
}
.count-carouseleventshome .carouselEventosHome .owl-nav button span:after {
  display: block;
  font-family: "Roboto-Bold";
  font-size: 1.1rem;
}
@media screen and (max-width: 767.98px) {
  .count-carouseleventshome .carouselEventosHome .owl-nav button span:after {
    font-size: 0.9rem;
  }
}
.count-carouseleventshome .carouselEventosHome .owl-nav button.owl-prev {
  left: 0;
}
.count-carouseleventshome .carouselEventosHome .owl-nav button.owl-prev span:after {
  content: "Prev";
}
.count-carouseleventshome .carouselEventosHome .owl-nav button.owl-next {
  right: 0;
}
.count-carouseleventshome .carouselEventosHome .owl-nav button.owl-next span:after {
  content: "Next";
}

.body-events {
  margin-top: 20px;
  margin-bottom: 30px;
}
.body-events p {
  font-size: 1.15rem;
  color: #2d2e2e;
  line-height: 1.7;
}
.body-events p b {
  display: block;
  font-size: 1.2rem;
  color: #282a29;
  margin-top: 4rem;
}
.body-events a {
  color: #ff3667;
}
.body-events a:hover {
  color: #ff3667;
}

.count-infoevents .infoevents > div {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.count-infoevents .infoevents > div ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 1.1rem;
}
.count-infoevents .infoevents > div ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100px;
  background-color: #ff3667;
  transform: translateY(-50%);
}
.count-infoevents .infoevents > div p:not(.subtitle) {
  font-size: 1.1rem;
}
.count-infoevents .infoevents > div p.subtitle {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .count-infoevents .infoevents > div:first-child {
    padding-left: 2rem;
  }
}
.count-infoevents .infoevents > div:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .count-infoevents .infoevents > div:last-child {
    padding-right: 2rem;
  }
}
.count-infoevents .infoevents > div:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 70%;
  border-left: 1px solid #FFF;
  transform: translateY(-50%);
}
.count-infoevents .btnadd-calendario i {
  font-size: 1.5rem;
}

.header-homeunregistered header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

article.newlandingpage:not(.newlandingpage-not) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
article.newlandingpage.newlandingpage-content-banner {
  position: relative;
  height: calc(100vh - 100px);
  width: auto;
  min-height: 40rem;
  max-height: 60rem;
}
article.newlandingpage.newlandingpage-content-banner img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-banner img:not(.not-cover) {
    -o-object-position: 65%;
    object-position: 65%;
  }
}
@media screen and (min-width: 2000px) {
  article.newlandingpage.newlandingpage-content-banner img:not(.not-cover) {
    -o-object-position: top;
    object-position: top;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-banner {
    height: calc(100vh - 150px);
    max-height: 44rem;
  }
}
article.newlandingpage.newlandingpage-content-banner .container-xxl {
  max-width: 1500px;
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 39.14%, rgba(255, 54, 103, 0) 98.81%);
  z-index: 2;
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1,
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img p,
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h5 {
  color: #FFF;
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1,
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img p,
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h5 {
    text-align: center;
  }
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1 span,
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img p span,
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h5 span {
  color: #ff3667;
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1 {
  color: #FFF;
  font-size: 4.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h1 {
    font-size: 3rem;
  }
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img p {
  font-size: 1rem;
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img p {
    max-width: 22rem;
  }
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h5 {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img h5 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div .form-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div .form-group .btn {
  min-width: 250px !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div .newlandingpage-hover-hasgtag {
  padding-bottom: 4rem;
  margin-bottom: 0;
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-banner .newlandingpage-hover-img > div .newlandingpage-hover-hasgtag {
    padding-bottom: 3rem;
  }
}
/*premium section*/
article.newlandingpage.newlandingpage-content-premium {
  background-color: #dbabbd;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-img {
  position: relative;
  height: 26rem;
  width: 100%;
  min-height: 26rem;
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-img img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-img img:not(.not-cover) {
    -o-object-position: left;
    object-position: left;
  }
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-img {
    height: 27rem;
    min-height: 27rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-img {
    height: 22rem;
    min-height: 22rem;
  }
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-text img {
  display: block;
  width: 22rem;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-text img {
    width: 17rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-text img {
    width: 15rem;
  }
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-text p {
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-size: 1.75rem;
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-text p {
    font-size: 1.7rem;
  }
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-btn {
  margin-left: 50%;
  margin-top: 1rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-btn {
    margin-bottom: 3rem;
  }
}
article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-btn .btn {
  display: block;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-premium .newlandingpage-content-premium-texto:nth-child(2) .newlandingpage-content-premium-btn .btn {
    font-size: 1.3rem;
  }
}
article.newlandingpage.newlandingpage-content-sigueadelante {
  background-color: #f42f6a;
}
article.newlandingpage.newlandingpage-content-sigueadelante div:not([class]) {
  position: relative;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
article.newlandingpage.newlandingpage-content-sigueadelante div:not([class]):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #f42f6a;
}
article.newlandingpage.newlandingpage-content-sigueadelante div:not([class]) img {
  max-height: 11rem;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-sigueadelante div:not([class]) img {
    max-height: 25rem;
  }
}
article.newlandingpage.newlandingpage-content .row .subtitle {
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
article.newlandingpage.newlandingpage-content .row h4 {
  font-size: 1.8rem;
  max-width: 25rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content .row h4 {
    font-size: 1.5rem;
  }
}
article.newlandingpage.newlandingpage-content .row .subtitle,
article.newlandingpage.newlandingpage-content .row h4,
article.newlandingpage.newlandingpage-content .row p {
  text-align: center;
}
article.newlandingpage.newlandingpage-content .row .form-group {
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
}
article.newlandingpage.newlandingpage-content .row p {
  font-size: 1rem;
  max-width: 25rem;
  margin-bottom: 0;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content .row .newlandingpage-content-text > :last-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content .row .newlandingpage-content-img + .newlandingpage-content-text > :first-child {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content .row .newlandingpage-content-img + .newlandingpage-content-text > :last-child {
    margin-bottom: 0;
  }
}
article.newlandingpage.newlandingpage-content.newlandingpage-content-color .row .subtitle {
  color: #ff3667;
}
article.newlandingpage.newlandingpage-content.newlandingpage-content-color .row h4 span {
  color: #ff3667;
}
article.newlandingpage.newlandingpage-content.newlandingpage-content-color2 .row .subtitle {
  color: #4bbeaa;
}
article.newlandingpage.newlandingpage-content.newlandingpage-content-color2 .row h4 span {
  color: #4bbeaa;
}
article.newlandingpage.newlandingpage-content-networking {
  margin-bottom: 0;
  padding-bottom: 0;
}
article.newlandingpage.newlandingpage-content-formacion {
  margin-top: 0;
  padding-top: 0;
}
article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
  font-size: 12rem;
  color: #EDEDED;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
    font-size: 3.1em;
  }
}
@media screen and (max-width: 349.98px) {
  article.newlandingpage.newlandingpage-content-formacion h2.masfaciljuntas {
    font-size: 2.7rem;
  }
}
article.newlandingpage.newlandingpage-content-encuentrablogs {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
article.newlandingpage.newlandingpage-content-encuentrablogs h2 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #535353;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-encuentrablogs h2 {
    font-size: 2rem;
  }
}
article.newlandingpage.newlandingpage-content-encuentrablogs h6 {
  color: #535353;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-encuentrablogs h6 {
    font-size: 1rem;
  }
}
article.newlandingpage.newlandingpage-content-encuentrablogs ul {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
article.newlandingpage.newlandingpage-content-encuentrablogs ul li {
  margin-bottom: 1rem;
}
article.newlandingpage.newlandingpage-content-encuentrablogs ul li .newlandingpage-content-encuentrablogs-circle {
  border-radius: 100rem;
  background-color: #ff3667;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
}
article.newlandingpage.newlandingpage-content-encuentrablogs ul li .newlandingpage-content-encuentrablogs-circle + p {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
}
article.newlandingpage.newlandingpage-content-encuentrablogs .btn {
  width: 100%;
  max-width: 19rem;
}
article.newlandingpage.newlandingpage-content-contruyecamino {
  position: relative;
  height: 30rem;
  width: auto;
  margin-bottom: 5rem;
}
article.newlandingpage.newlandingpage-content-contruyecamino img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino {
    height: 44rem;
  }
}
article.newlandingpage.newlandingpage-content-contruyecamino .container-xxl {
  max-width: 1500px;
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FF3667 1.44%, rgba(37, 94, 84, 0.25) 50.61%, rgba(0, 0, 0, 0.71) 98.77%);
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover {
    background: linear-gradient(2deg, #FF3667 1.44%, rgba(37, 94, 84, 0.25) 50.61%, rgba(0, 0, 0, 0.71) 98.77%);
  }
}
@media screen and (min-width: 992px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .subtitle,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text p,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text h4,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text h6 {
  color: #FFF;
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .subtitle span,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text p span,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text h4 span,
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text h6 span {
  color: #ff3667;
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .subtitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .subtitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .subtitle {
    font-size: 2.5rem;
  }
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .form-group {
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text .form-group .btn {
  box-shadow: 0px 10px 15px #242424;
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h4 {
  max-width: 30rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h4 {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h4 {
    font-size: 1.5rem;
  }
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions p {
  margin-bottom: 0;
  max-width: 25rem;
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions p {
    text-align: center;
  }
}
article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h6 {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h6 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h6 {
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-contruyecamino .newlandingpage-content-contruyecamino-hover .newlandingpage-content-contruyecamino-hover-text.text-questions h6 {
    font-size: 1rem;
  }
}
article.newlandingpage.newlandingpage-content-eresempresa .subtitle {
  color: #4bbeaa;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
article.newlandingpage.newlandingpage-content-eresempresa p {
  margin-bottom: 0;
}
article.newlandingpage.newlandingpage-content-eresempresa .container-xxl {
  max-width: 2000px;
}
article.newlandingpage.newlandingpage-content-eresempresa ul {
  margin-top: 3rem;
}
article.newlandingpage.newlandingpage-content-eresempresa ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
article.newlandingpage.newlandingpage-content-eresempresa ul li .row {
  position: relative;
  height: 17.5rem;
  width: 100%;
  text-decoration: none;
}
article.newlandingpage.newlandingpage-content-eresempresa ul li .row img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
article.newlandingpage.newlandingpage-content-eresempresa ul li .row .newlandingpage-content-eresempresa-hover {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 1.5rem;
  z-index: 2;
}
article.newlandingpage.newlandingpage-content-eresempresa ul li .row .newlandingpage-content-eresempresa-hover p {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 1rem;
  font-size: 1.05rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-eresempresa ul li .row .newlandingpage-content-eresempresa-hover p {
    font-size: 1.2rem;
  }
}
article.newlandingpage.newlandingpage-content-eresempresa ul li .row .newlandingpage-content-eresempresa-hover p b {
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  article.newlandingpage.newlandingpage-content-eresempresa ul li:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  article.newlandingpage.newlandingpage-content-eresempresa ul li:last-child {
    padding-right: 0;
  }
}
article.newlandingpage.newlandingpage-content-nosavalan .title {
  font-size: 12rem;
  color: #EDEDED;
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title {
    font-size: 4rem;
  }
}
article.newlandingpage.newlandingpage-content-nosavalan .title b {
  display: inline-block;
  position: relative;
  line-height: 1;
}
article.newlandingpage.newlandingpage-content-nosavalan .title b img {
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-bottom: -4.5rem;
  margin-left: -4.5rem;
}
@media screen and (max-width: 1199.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title b img {
    margin-bottom: -3.5rem;
    margin-left: -3.5rem;
    max-width: 10rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title b img {
    margin-bottom: -3rem;
    margin-left: -3rem;
    max-width: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title b img {
    margin-bottom: -2rem;
    margin-left: -2rem;
    max-width: 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan .title b img {
    margin-left: -3rem;
  }
}
article.newlandingpage.newlandingpage-content-nosavalan ul {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan ul {
    margin-top: 3rem;
  }
}
article.newlandingpage.newlandingpage-content-nosavalan ul li {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199.98px) {
  article.newlandingpage.newlandingpage-content-nosavalan ul li {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 992px) {
  article.newlandingpage.newlandingpage-content-nosavalan ul li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 140%;
    border-right: 1px solid #D9D9D9;
    transform: translateY(-50%);
  }
}
article.newlandingpage.newlandingpage-content-nosavalan ul li > .row > div:first-child {
  min-width: 6rem;
}
article.newlandingpage.newlandingpage-content-nosavalan ul li > .row > div:first-child img {
  display: block;
  max-height: 3.5rem;
}
article.newlandingpage.newlandingpage-content-nosavalan ul li > .row > div.newlandingpage-content-nosavalan-infoitemcountText p {
  margin-bottom: 0;
  color: #2d2e2e;
  line-height: 1;
}
article.newlandingpage.newlandingpage-content-nosavalan ul li > .row > div.newlandingpage-content-nosavalan-infoitemcountText p:first-child {
  font-size: 2.5rem;
}
article.newlandingpage.newlandingpage-content-nosavalan ul li > .row > div.newlandingpage-content-nosavalan-infoitemcountText h4 {
  font-family: "OpenSans-Light";
  font-size: 1.2rem;
  margin-bottom: 0;
}
article.newlandingpage.newlandingpage-content-testimonios .subtitle {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-testimonios .item {
    margin-bottom: 30px;
  }
}
article.newlandingpage.newlandingpage-content-testimonios .item > .row > div:first-child .count-circletestimonio {
  position: relative;
  height: 7rem;
  width: 7rem;
}
article.newlandingpage.newlandingpage-content-testimonios .item > .row > div:first-child .count-circletestimonio img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
}
article.newlandingpage.newlandingpage-content-testimonios .item > .row > div:last-child h3 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
article.newlandingpage.newlandingpage-content-testimonios .item > .row > div:last-child h3 i {
  font-size: 2.2rem;
  margin-left: 0.5rem;
  color: #ff3667;
}
article.newlandingpage.newlandingpage-content-testimonios .item > .row > div:last-child p:last-child {
  font-size: 0.95rem;
  color: #2d2e2e;
  margin-bottom: 0;
}
article.newlandingpage.newlandingpage-content-clientes {
  position: relative;
  background-color: #F7F7F7;
}
article.newlandingpage.newlandingpage-content-clientes:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 0;
  border-top: 1px solid #D9D9D9;
  transform: translateX(-50%);
}
article.newlandingpage.newlandingpage-content-clientes > img {
  display: block;
  position: absolute;
  bottom: 21%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-clientes > img {
    bottom: 100%;
  }
}
article.newlandingpage.newlandingpage-content-clientes h2 {
  position: relative;
  margin-bottom: 5rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-clientes h2 {
    margin-bottom: 4rem;
  }
}
article.newlandingpage.newlandingpage-content-clientes ul {
  position: relative;
  z-index: 2;
}
article.newlandingpage.newlandingpage-content-hablan {
  position: relative;
  background-color: #F7F7F7;
  z-index: 2;
}
article.newlandingpage.newlandingpage-content-hablan h2 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-hablan h2 {
    margin-bottom: 4rem;
  }
}
article.newlandingpage.newlandingpage-content-descubre {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-descubre .newlandingpage-content-descubre-text {
    margin-bottom: 3rem;
  }
}
article.newlandingpage.newlandingpage-content-descubre .newlandingpage-content-descubre-text img {
  max-width: 11rem;
  margin-bottom: 1.5rem;
}
article.newlandingpage.newlandingpage-content-descubre .newlandingpage-content-descubre-text h2 {
  color: #ff3667;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
article.newlandingpage.newlandingpage-content-descubre .newlandingpage-content-descubre-text p {
  max-width: 22rem;
  font-size: 1rem;
  margin-bottom: 0;
}
article.newlandingpage.newlandingpage-content-movimiento {
  margin-bottom: 3rem;
}
article.newlandingpage.newlandingpage-content-movimiento .subtitle {
  font-size: 4rem;
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-movimiento .subtitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991.98px) {
  article.newlandingpage.newlandingpage-content-movimiento .subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  article.newlandingpage.newlandingpage-content-movimiento .subtitle {
    font-size: 1.8rem;
  }
}
article.newlandingpage.newlandingpage-content-movimiento .subtitle + p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage.newlandingpage-content-movimiento .subtitle + p {
    font-size: 1.1rem;
  }
}
article.newlandingpage.newlandingpage-content-movimiento ul li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
article.newlandingpage .owl-carousel {
  position: relative;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  article.newlandingpage .owl-carousel {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
article.newlandingpage .owl-carousel .owl-nav {
  display: block !important;
  margin: 0;
}
article.newlandingpage .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  color: #4bbeaa;
  font-size: 1.5rem;
  margin: 0;
  transform: translateY(-50%);
}
article.newlandingpage .owl-carousel .owl-nav button.disabled:focus {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
article.newlandingpage .owl-carousel .owl-nav button.disabled:hover {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
article.newlandingpage .owl-carousel .owl-nav button.disabled:active {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
article.newlandingpage .owl-carousel .owl-nav button:not(.disabled):focus {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
article.newlandingpage .owl-carousel .owl-nav button:not(.disabled):hover {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
article.newlandingpage .owl-carousel .owl-nav button:not(.disabled):active {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
article.newlandingpage .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: 0.5rem;
}
article.newlandingpage .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin-right: 0.5rem;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs {
  margin-top: 3.5rem;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row {
  position: relative;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row .newlandingpage-content-encuentrablogs-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  z-index: 2;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row .newlandingpage-content-encuentrablogs-hover p {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.1rem;
  padding: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row .newlandingpage-content-encuentrablogs-hover p b {
  line-height: 1.3;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row span {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 4%;
  background-color: #4bbeaa;
  padding: 0.2rem 1rem;
  z-index: 3;
}
article.newlandingpage .owl-carousel.owl-carousel-content-encuentrablogs .owl-stage-outer .owl-item .item .row span p {
  color: #FFF;
  margin-bottom: 0;
  font-size: 0.6rem;
  text-align: right;
}
article.newlandingpage .owl-carousel.owl-carousel-content-clientes .owl-stage-outer .owl-item .item, article.newlandingpage .owl-carousel.owl-carousel-content-nosotras .owl-stage-outer .owl-item .item {
  min-height: 6rem;
}
article.newlandingpage .owl-carousel.owl-carousel-content-clientes .owl-stage-outer .owl-item .item img, article.newlandingpage .owl-carousel.owl-carousel-content-nosotras .owl-stage-outer .owl-item .item img {
  width: auto;
  max-height: 5.5rem;
}
article.newlandingpage .owl-carousel.owl-carousel-content-clientes .owl-nav .owl-prev.disabled,
article.newlandingpage .owl-carousel.owl-carousel-content-clientes .owl-nav .owl-next.disabled, article.newlandingpage .owl-carousel.owl-carousel-content-nosotras .owl-nav .owl-prev.disabled,
article.newlandingpage .owl-carousel.owl-carousel-content-nosotras .owl-nav .owl-next.disabled {
  display: none;
}

.content-products {
  /* Extra small devices (phones, less than 768px) */
  /* No media query since this is the default in Bootstrap */
  /* Small devices (tablets, 768px and up) */
}
.content-products h1 {
  font-size: 2.78rem;
  line-height: 33px;
  text-align: left;
  font-family: "DM Serif Text", serif;
  padding-top: 15px;
  padding-bottom: 20px;
}
.content-products h2 {
  font-family: "open sans", sans-serif;
  font-weight: bold;
  font-size: 1.84em;
  color: #1f1f1f;
}
.content-products h3 {
  font-family: "open sans", sans-serif;
  font-size: 1.923em;
  font-weight: 300;
  color: #000000;
}
.content-products .biggest {
  padding-top: 56px;
  padding-bottom: 63px;
  text-align: center;
  font-family: "open sans", sans-serif;
  font-size: 2.769em;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  text-align: center;
}
.content-products p {
  font-family: "open sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.content-products .benefits ul {
  padding-top: 40px;
  list-style: none;
  /* Remove default bullets */
  list-style-image: url("../image/img_products/BulletCheck.png");
}
.content-products .benefits li {
  font-family: "open sans", sans-serif;
  font-size: 1.231em;
  line-height: 2.13;
  color: #2d2e2e;
}
.content-products .poppins {
  font-family: "Poppins", sans-serif;
}
.content-products .spacer {
  display: block;
  height: 138px;
}
.content-products .note {
  font-size: 15px;
  line-height: 24px;
}
.content-products .circleMask {
  position: relative;
  margin-top: 40px;
}
.content-products .circleMask,
.content-products .circleMask p {
  text-align: center;
  border-radius: 360px;
}
.content-products .circleMask p {
  position: absolute;
  top: 0;
  right: 0;
  background: #eb3965;
  width: 15rem;
  height: 15rem;
  font-size: 1.2rem;
  color: #FFF;
  padding: 1rem 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 575.98px) {
  .content-products .circleMask p {
    width: 12rem;
    height: 12rem;
    font-size: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.content-products .circleMask p b {
  line-height: 1.2;
}
.content-products .circleMask p.left-circleMask {
  right: initial;
  left: 0;
}
.content-products .circleMask p img {
  margin-bottom: 10px;
}
.content-products .line-home {
  border-bottom: 2px solid #2d2e2e;
  width: 44px;
  display: block;
  margin-top: 21px;
}
.content-products .mainMargin {
  margin-top: 42px;
}
.content-products .nopadding {
  padding: 0px;
}
.content-products .mainPicture {
  width: 100%;
}
.content-products .section {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 68px;
}
.content-products .services {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  padding: 54px 0px;
}
.content-products .services div {
  text-align: center;
  width: 100%;
}
.content-products .services h3 {
  min-height: 100px;
  padding: 20px 0;
  margin-bottom: 36px;
}
.content-products .contact {
  text-align: center;
}
.content-products .contact input,
.content-products .form input {
  max-width: 278px;
  width: 100%;
  height: 54px;
  border: solid 2px #4bbeaa;
  background-color: #4bbeaa;
  color: white;
  font-family: "open sans", sans-serif;
  font-size: 1.077em;
  font-weight: bold;
}
.content-products .secondSection {
  background-color: #f7f7f7;
  padding-top: 67px;
  padding-bottom: 67px;
}
.content-products .secondImageTalent {
  display: block;
  position: relative;
  top: 0;
  margin-top: -150px;
}
@media screen and (max-width: 767.98px) {
  .content-products .secondImageTalent {
    margin-top: -70px;
  }
}
.content-products .secondSection .talentServices {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  padding: 0px;
}
.content-products .talentServices div {
  text-align: center;
  width: 40%;
}
.content-products .talentServices h3 {
  min-height: 100px;
  padding: 20px 0;
  margin-top: 30px;
  color: #b2b3b3;
}
.content-products .event .mainMargin,
.content-products .publicidad .mainMargin {
  margin-top: 100px;
}
.content-products .statistics {
  margin-top: 80px;
}
.content-products .statistics > ul {
  color: white;
  text-align: center;
}
.content-products .statistics > ul li {
  position: relative;
  margin-bottom: 20px;
}
.content-products .statistics h3 {
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.content-products .StatisticsContent {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.538em;
  transform: translate(-50%, -50%);
}
.content-products .StatisticsContent p {
  font-size: 20px;
  margin-bottom: 0;
}
.content-products .event .secondSection {
  margin-top: 93px;
  background-color: white;
}
.content-products .event .benefits {
  margin-top: 100px;
}
.content-products .event .benefits ul {
  padding-top: 10px;
}
.content-products .event .benefits,
.content-products .event .benefits p {
  font-size: 1.231em;
  color: #2d2e2e;
}
.content-products .publicidad .circleMask {
  margin-left: 20px;
}
.content-products .publicidad .circleMask p {
  right: 0px;
  left: 280px;
}
.content-products .target {
  text-align: center;
  padding-bottom: 40px;
}
.content-products .target ul {
  display: inline-block;
  padding-top: 0px;
  margin: auto;
  margin-bottom: 30px;
  text-align: initial;
}
.content-products .publicidad .form-check-label {
  font-size: 0.846em;
  font-weight: 300;
  color: #748aa1;
}
.content-products .publicidad .form-check input:checked {
  background-color: #ced4dc;
  border: 0px;
}
.content-products .form-check {
  padding-left: 0px;
  padding: 40px;
}
.content-products .form {
  padding-bottom: 50px;
  text-align: center;
}
.content-products [type=checkbox] {
  display: none;
}
.content-products .form-check label {
  padding-left: 2em;
  position: relative;
}
.content-products .form-check label:before {
  content: " ";
  border-radius: 1px;
  background-color: #ced4dc;
  border-radius: 3px;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 0.1em;
  transition: all 0.2s;
  transform: rotate(0deg);
}
.content-products [type=checkbox]:checked + label:before {
  border-color: red;
  background-color: #4bbeaa;
  content: ".";
}
.content-products .form label,
.content-products .form-group {
  text-align: left;
}
@media (max-width: 760px) {
  .content-products .content {
    text-align: center;
  }
  .content-products .content h1 {
    text-align: center;
  }
  .content-products .content .line-home {
    margin: auto;
  }
  .content-products .spacer {
    height: 0px;
  }
  .content-products .mainPicture {
    margin-top: 1em;
  }
  .content-products .content h2 {
    margin-top: 20px;
  }
  .content-products .secondSection {
    padding-top: 0px;
  }
  .content-products .secondImageTalent {
    top: 0px;
  }
  .content-products .services {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }
  .content-products .services h3 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .content-products .statistics > div {
    margin-left: 25%;
  }
}

.icon-page-notification {
  font-size: 7rem;
  color: #ff3667;
  line-height: 1;
  width: 7rem;
  height: 7rem;
  transform: rotate(45deg);
}

.employment-womenalia-img-powered img {
  max-width: 10rem;
  width: 100%;
}
.employment-womenalia-img-fundacion img {
  max-width: 15rem;
  padding: 2.4rem 0.75rem;
}

.employment-region-womenalia .container {
  background-color: #ffffff !important;
}
.employment-region-womenalia .progress-bar-container .title {
  color: #2D2E2E !important;
}
.employment-region-womenalia .progress-bar-container .value {
  color: #2D2E2E !important;
}
.employment-region-womenalia .progress-bar-container .bar {
  background-color: #ff3667 !important;
  z-index: 2;
}
.employment-region-womenalia .progress-bar-container .bg-bar {
  background-color: #ced0da !important;
}
.employment-region-womenalia .data-wrapper .footer {
  color: #2D2E2E !important;
}
.employment-region-womenalia .data-wrapper .select-container .content {
  background-color: #ced0da !important;
}
.employment-region-womenalia .data-wrapper .scroll-content {
  background-color: #ced0da !important;
}
.employment-region-womenalia .data-wrapper .scroll-content button {
  background-color: #ced0da !important;
}
.employment-region-womenalia .data-wrapper .scroll-content button p {
  color: #2D2E2E !important;
}
.employment-region-womenalia .data-wrapper .scroll-content button:hover {
  background-color: #FFFFFF !important;
}
.employment-region-womenalia .data-wrapper .scroll-content button:hover p {
  color: #2D2E2E !important;
}
.employment-region-womenalia .bar-wrapper {
  background-color: #ced0da !important;
  color: #2d2e2e !important;
}

.employment-sankey-womenalia .container {
  background-color: #ffffff !important;
}
.employment-sankey-womenalia .chart-header p {
  color: #2D2E2E !important;
}
.employment-sankey-womenalia .data-wrapper .total-label {
  color: #2D2E2E !important;
}
.employment-sankey-womenalia .data-wrapper .total {
  color: #2D2E2E !important;
}
.employment-sankey-womenalia .data-wrapper .source {
  color: #2D2E2E !important;
}
.employment-sankey-womenalia .data-wrapper .targets {
  color: #2D2E2E !important;
}
.employment-sankey-womenalia .data-wrapper .targets .target {
  color: #2D2E2E !important;
}

.employment-skills-womenalia .container {
  background-color: #ffffff !important;
}
.employment-skills-womenalia .data-wrapper .total {
  color: #2D2E2E !important;
}
.employment-skills-womenalia .data-wrapper .total-label {
  color: #2D2E2E !important;
}
.employment-skills-womenalia .data-wrapper .scroll-content {
  background-color: #ced0da !important;
}
.employment-skills-womenalia .data-wrapper .scroll-content button {
  background-color: #ced0da !important;
}
.employment-skills-womenalia .data-wrapper .scroll-content button p {
  color: #2D2E2E !important;
}
.employment-skills-womenalia .data-wrapper .scroll-content button:hover {
  background-color: #FFFFFF !important;
}
.employment-skills-womenalia .data-wrapper .scroll-content button:hover p {
  color: #2D2E2E !important;
}

.employment-job-womenalia .container {
  background-color: #ffffff !important;
}
.employment-job-womenalia .header .search {
  background-color: #ced0da !important;
}
.employment-job-womenalia .header .search input {
  color: #000d23 !important;
}
.employment-job-womenalia .header .actions > button.toggle {
  color: #2D2E2E !important;
}
.employment-job-womenalia .accordion-container .drop-down-container {
  width: 100%;
}
.employment-job-womenalia .block {
  border-top: 1px solid #848aa3 !important;
}
.employment-job-womenalia .block .title .icon-container svg {
  fill: #848aa3 !important;
}
.employment-job-womenalia .block .title .label {
  color: #848aa3 !important;
}
.employment-job-womenalia .block .title:hover .icon-container svg {
  fill: #ff3677 !important;
}
.employment-job-womenalia .block .title:hover .label {
  color: #ff3677 !important;
}
.employment-job-womenalia .block .drop-down-container .job-title .label {
  color: #848aa3 !important;
}
.employment-job-womenalia .block .drop-down-container .job-title .icon {
  background-color: #848aa3 !important;
}
.employment-job-womenalia .block .drop-down-container .job-title:hover .label {
  color: #ff3677 !important;
}
.employment-job-womenalia .block .drop-down-container .job-title:hover .icon {
  background-color: #ff3677 !important;
}
.employment-job-womenalia .block .drop-down-container .body {
  color: #848aa3 !important;
}

.logo-contacto {
  max-width: 6rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#busqueda-contactos input {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  background-color: #F7F7F7;
  color: #7B7B7B;
}
#busqueda-contactos input::-webkit-input-placeholder {
  color: #7B7B7B;
}
#busqueda-contactos input:-moz-placeholder {
  color: #7B7B7B;
}
#busqueda-contactos input::placeholder {
  color: #7B7B7B;
}
#busqueda-contactos .input-group-append .btn {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #F7F7F7;
}
#busqueda-contactos .input-group-append .btn img {
  max-width: 1.5rem;
}

.nofoundheader {
  height: 3.5rem;
}

.row[class*=rowfinish-] {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.row[class*=rowfinish-][class*=-registro] {
  position: relative;
}
.row[class*=rowfinish-][class*=-registro] img {
  max-width: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-registro] img {
    max-width: 4.5rem;
  }
}
.row[class*=rowfinish-][class*=-registro] p:nth-child(1) {
  font-size: 1.75rem;
}
.row[class*=rowfinish-][class*=-registro] p:nth-child(2) {
  font-size: 1.3rem;
}
.row[class*=rowfinish-][class*=-registro] ul {
  margin-top: 4rem;
}
.row[class*=rowfinish-][class*=-registro] ul li h2 {
  font-family: "OpenSans-Light";
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-registro] ul li h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-registro] ul li h2 {
    font-size: 1.2rem;
  }
}
.row[class*=rowfinish-][class*=-registro] ul li:not(:last-child) {
  position: relative;
}
.row[class*=rowfinish-][class*=-registro] ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 0;
  height: 2.2rem;
  border-right: 1px solid #D9D9D9;
}
.row[class*=rowfinish-][class*=-encontrar] {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .row[class*=rowfinish-][class*=-encontrar] {
    margin-bottom: 6rem;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar {
  margin-top: -0.75rem;
  margin-bottom: -1rem;
  position: relative;
  height: 29rem;
  width: 29rem;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar {
    margin-top: -3rem;
    margin-bottom: 5rem;
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 575.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar {
    width: 15rem;
    height: 15rem;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100vh;
  z-index: 1;
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle {
  position: absolute;
  background-color: #ff3667;
  border-radius: 100px;
  transform: rotate(130deg);
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(2) {
  top: 9rem;
  left: -3.7rem;
  width: 9.5rem;
  height: 3rem;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(2) {
    top: 7rem;
    left: -3.7rem;
    width: 9.5rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(2) {
    top: 5rem;
    left: -2.7rem;
    width: 7.5rem;
    height: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(2) {
    top: 4.5rem;
    left: -2.5rem;
    width: 6rem;
    height: 1.5rem;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(3) {
  top: 7rem;
  left: 21rem;
  width: 12rem;
  height: 3rem;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(3) {
    top: 6rem;
    left: 19rem;
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(3) {
    top: 6rem;
    left: 15rem;
    width: 8rem;
    height: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(3) {
    top: 5rem;
    left: 9rem;
    width: 8rem;
    height: 2rem;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(4) {
  top: 17.5rem;
  left: 14rem;
  width: 25rem;
  height: 7rem;
  z-index: 0;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(4) {
    top: 15.5rem;
    left: 12rem;
    width: 23rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(4) {
    top: 12.5rem;
    left: 9rem;
    width: 19rem;
    height: 5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(1) .count-circleEncontrar .linecircle:nth-child(4) {
    top: 9.5rem;
    left: 6rem;
    width: 15rem;
    height: 4rem;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) {
  padding-bottom: 3rem;
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) h3 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) h3 {
    text-align: center;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) ul {
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) ul {
    margin-right: auto;
    margin-left: auto;
  }
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) ul li {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  font-size: 1.05rem;
}
.row[class*=rowfinish-][class*=-encontrar] > div:nth-child(2) ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.2rem;
  color: #2d2e2e;
  transform: translateY(-50%);
}

.count-micamino-userperfil {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.count-micamino-userperfil .count-micamino-userperfil-imgperfil {
  position: relative;
  height: 4rem;
  width: 4rem;
  border-radius: 100px;
  overflow: hidden;
}
.count-micamino-userperfil .count-micamino-userperfil-imgperfil img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.count-micamino-userperfil h1 {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  .count-micamino-userperfil h1 {
    font-size: 2rem;
  }
}
.count-micamino-userperfil p {
  margin-bottom: 0;
}

.swiper-containerMicamino-count .swiper-navigation-prev i,
.swiper-containerMicamino-count .swiper-navigation-next i {
  font-size: 2rem;
}
.swiper-containerMicamino-count .swiper-navigation-prev {
  margin-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino-count .swiper-navigation-prev {
    margin-left: 0.5rem;
  }
}
.swiper-containerMicamino-count .swiper-navigation-next {
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino-count .swiper-navigation-next {
    margin-right: 0.5rem;
  }
}

.swiper-containerMicamino .count-imgmicamino {
  position: relative;
  height: 38rem;
  width: 45%;
  min-height: 38rem;
}
.swiper-containerMicamino .count-imgmicamino img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino .count-imgmicamino {
    height: 30rem;
    min-height: 30rem;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmicamino {
    height: 25rem;
    min-height: 25rem;
  }
}
.swiper-containerMicamino .count-imgmicamino:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.17deg, #282a29 12.42%, rgba(40, 42, 41, 0) 77.33%);
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmicamino:before {
    background: linear-gradient(360deg, #282a29 12.42%, rgba(40, 42, 41, 0) 77.33%);
  }
}
.swiper-containerMicamino .count-imgmitexto {
  background-color: #282a29;
  margin-left: -5px;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino .count-imgmitexto {
    height: 30rem;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto {
    height: 25rem;
  }
}
.swiper-containerMicamino .count-imgmitexto > .row {
  padding: 1rem 5rem 1rem 0;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner {
    margin-bottom: 2.5rem;
  }
}
.swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner .count-logocontenidocarouselbanner-img {
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  height: 4rem;
  width: 4rem;
}
.swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner .count-logocontenidocarouselbanner-img img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner .count-logocontenidocarouselbanner-img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner .count-logocontenidocarouselbanner-img {
    width: 4rem;
    height: 4rem;
  }
}
.swiper-containerMicamino .count-imgmitexto > .row .count-logocontenidocarouselbanner p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.swiper-containerMicamino .count-imgmitexto > .row h2:not([class*=btn-]),
.swiper-containerMicamino .count-imgmitexto > .row p:not([class*=btn-]) {
  color: #FFF;
}
.swiper-containerMicamino .count-imgmitexto > .row h2 img,
.swiper-containerMicamino .count-imgmitexto > .row p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.5rem;
  margin-right: 0.5rem;
}
.swiper-containerMicamino .count-imgmitexto > .row h2 {
  line-height: 1;
  font-size: 5rem;
  letter-spacing: -2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1199.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row h2 {
    display: none;
    font-size: 1.5rem;
  }
}
.swiper-containerMicamino .count-imgmitexto > .row h2 + p {
  line-height: 1;
  font-size: 1.5rem;
  margin-top: 1rem;
}
.swiper-containerMicamino .count-imgmitexto > .row p {
  display: block;
  max-width: 33rem;
  font-size: 0.95rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row p {
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino .count-imgmitexto > .row .btn {
    width: 100%;
    max-width: 20rem;
  }
}
.swiper-containerMicamino.amazon-color .count-imgmicamino:before {
  background: linear-gradient(270.17deg, #223F5E 12.42%, rgba(40, 42, 41, 0) 77.33%);
}
.swiper-containerMicamino.amazon-color .count-imgmitexto {
  background-color: #223F5E;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-imgcarousel-thumbs {
  position: relative;
  height: 10rem;
  width: 100%;
  min-height: 10rem;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-imgcarousel-thumbs img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-imgcarousel-thumbs .circle-thumbs {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 1rem;
  margin-right: 1rem;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-imgcarousel-thumbs .circle-thumbs img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-imgcarousel-thumbs .circle-thumbs.color-amazon {
  background-color: #223F5E;
  border: 1px solid #FFF;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-textocarousel-thumbs {
  background-color: #282a29;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-textocarousel-thumbs p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 0.95rem;
  text-transform: uppercase;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide .count-textocarousel-thumbs p b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
.swiper-containerMicamino.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .count-textocarousel-thumbs {
  background-color: #ff3667;
}
.swiper-containerMicamino.miscaminos .swiper-slide {
  padding: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino {
  box-shadow: 0px 4px 10px #EFEFEF;
  border: 0;
  margin-top: 1rem;
  margin-bottom: 8rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel {
  position: relative;
  height: 13rem;
  width: 100%;
  min-height: 13rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  width: 85%;
  height: 85%;
  background-color: rgba(40, 42, 41, 0.2);
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel h3 {
    font-size: 1rem;
  }
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel h3 b {
  text-align: center;
  line-height: 1.2;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel .box-itemcarouselmiscaminos {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4bbeaa;
  padding: 0.4rem 0.5rem;
  margin-top: 0.75rem;
  z-index: 2;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-imgmiscaminoscarousel .box-itemcarouselmiscaminos p {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: right;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino {
  padding: 1rem;
  min-height: 5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino p {
  margin-bottom: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino p b {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino p b span {
  color: #4bbeaa;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino p img {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.2rem;
  margin-left: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino .progress {
  margin-top: 1rem;
  height: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .count-porcentajemicamino .progress .progress-bar {
  background-color: #4bbeaa;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding: 1rem 1.5rem;
  box-shadow: 0px 4px 10px #EFEFEF;
  z-index: 2;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel h5,
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel h6,
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel p {
  width: 100%;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel h5 {
  font-size: 1rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .fecha-hover-item-carousel {
  font-size: 0.8rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .fecha-hover-item-carousel + p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel {
  flex: 1;
  height: 0;
  overflow-y: auto;
  margin-bottom: 0.5rem;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .count-descripcion-hover-item-carousel p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino .hover-item-carousel .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.swiper-containerMicamino.miscaminos .swiper-slide .card-micamino:hover .hover-item-carousel {
  display: flex;
  flex-direction: column;
  height: 21.5rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino {
  box-shadow: 0px 4px 10px #EFEFEF;
  border: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 8rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-imgmiscaminoscarousel {
  position: relative;
  height: 15rem;
  width: 100%;
  min-height: 15rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-imgmiscaminoscarousel img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino {
  padding: 1.5rem;
  color: #FFF;
  background-color: #282a29;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino.amazon-color {
  background-color: #223F5E;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce {
  margin-bottom: 2rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-info-ecommercecarousel .circle-ecommerce {
  position: relative;
  height: 2rem;
  width: 2rem;
  min-height: 2rem;
  border: 1px solid #FFF;
  border-radius: 100px;
  overflow: hidden;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-info-ecommercecarousel .circle-ecommerce img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-info-ecommercecarousel p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-info-ecommercecarousel p {
    font-size: 0.8rem;
  }
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-img-ecommercecarousel img {
  max-width: 6rem;
}
@media screen and (max-width: 767.98px) {
  .swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .top-cardcarouselecommerce .count-img-ecommercecarousel img {
    max-width: 5rem;
  }
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino h3 {
  font-size: 1.35rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991.98px) {
  .swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino h3 {
    font-size: 1rem;
  }
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino .description-proceje {
  font-size: 0.9rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino span {
  display: block;
  text-align: right;
  font-size: 0.8rem;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn {
  padding: 0;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn i {
  margin-left: 0;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn:not([class*=btn-samply-color]) {
  color: #d2d2d2;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn:not([class*=btn-samply-color]):not([disabled]):focus {
  color: #c8c8c8;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn:not([class*=btn-samply-color]):not([disabled]):hover {
  color: #bdbdbd;
}
.swiper-containerMicamino.ecommerce-carousel .swiper-slide .card-micamino .count-porcentajemicamino ul.estrellas-ecommerce li .btn:not([class*=btn-samply-color]):not([disabled]):active {
  color: #a8a8a8;
}

.paddingcarousel {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}
.paddingcarousel .swiper-container {
  position: initial !important;
}
.paddingcarousel .swiper-container .swiper-button-next,
.paddingcarousel .swiper-container .swiper-button-prev {
  font-size: 1.75rem;
  color: #4bbeaa;
  transform: translateY(-50%);
}
.paddingcarousel .swiper-container .swiper-button-next:after,
.paddingcarousel .swiper-container .swiper-button-prev:after {
  display: none;
}
.paddingcarousel .swiper-container .swiper-button-next {
  right: 0;
}
.paddingcarousel .swiper-container .swiper-button-prev {
  left: 0;
}

#micaminoAskAge .count-logo img {
  max-width: 5.5rem;
}
#micaminoAskAge .items-changecamino > img {
  left: 3rem;
}
#micaminoAskAge .items-changecamino .liner-double {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (min-width: 768px) {
  .sliderbar-micaminoecommerce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 25rem;
    background-color: #FFF;
    border-right: 1px solid #D9D9D9;
    height: calc(100vh - 57px);
    min-height: 100%;
    animation: 0.3s;
    z-index: 2;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 768px) {
  .sliderbar-micaminoecommerce {
    left: -25rem;
  }
}
.sliderbar-micaminoecommerce .btn-slidermicaminoecommerce {
  position: absolute;
  top: 0;
  left: 100%;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  margin-top: 3rem;
  min-height: 4rem;
  z-index: 2;
}
.sliderbar-micaminoecommerce .btn-slidermicaminoecommerce i {
  margin-left: 0;
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .sliderbar-micaminoecommerce .count-perfilmicaminoecommerce {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p {
  margin-bottom: 0;
  line-height: 1;
  color: #4bbeaa;
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p:nth-child(1) {
  font-size: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  .sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p:nth-child(1) {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p:nth-child(1) {
    margin-bottom: 0.5rem;
  }
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p:nth-child(2) {
  display: -webkit-box;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p:nth-child(2) {
    margin-bottom: 0;
  }
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce p b {
  line-height: 1;
}
.sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce .btn {
  padding: 0.75rem;
}
@media screen and (min-width: 768px) {
  .sliderbar-micaminoecommerce .count-perfilmicaminoecommerce .count-textopefilmicaminoecommerce .btn {
    font-size: 0.75rem;
  }
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce {
  position: relative;
  overflow-y: auto;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
@media screen and (max-width: 767.98px) {
  .sliderbar-micaminoecommerce .count-listamicaminoecommerce {
    padding-right: 3rem;
    padding-left: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress {
  position: initial;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .swiper-button-next:after,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .swiper-button-prev:after,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .swiper-button-next:after,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .swiper-button-prev:after {
  font-size: 2rem;
  color: #4bbeaa;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn {
  text-align: initial;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn,
  .sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn,
  .sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn,
  .sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn {
    background-color: #F7F7FA;
  }
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn .count-listamicaminoecommerce-grafy canvas,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn .count-listamicaminoecommerce-grafy canvas,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn .count-listamicaminoecommerce-grafy canvas,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn .count-listamicaminoecommerce-grafy canvas {
  max-width: 4.5rem;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn .count-listamicaminoecommerce-text p:nth-child(1),
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn .count-listamicaminoecommerce-text p:nth-child(1),
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn .count-listamicaminoecommerce-text p:nth-child(1),
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn .count-listamicaminoecommerce-text p:nth-child(1) {
  margin-bottom: 0.5rem;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn .count-listamicaminoecommerce-text p:last-child,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn .count-listamicaminoecommerce-text p:last-child,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn .count-listamicaminoecommerce-text p:last-child,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn .count-listamicaminoecommerce-text p:last-child {
  display: -webkit-box;
  margin-bottom: 0;
  font-size: 0.85rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn .count-listamicaminoecommerce-text + div,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn .count-listamicaminoecommerce-text + div,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn .count-listamicaminoecommerce-text + div,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn .count-listamicaminoecommerce-text + div {
  min-width: 3rem;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn i,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn i,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn i,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn i {
  margin-left: 0;
  font-size: 1.5rem;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn i.icon-success {
  display: none;
  color: #4bbeaa;
  font-size: 1.75rem;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn i.icon-active {
  display: none;
  color: #4bbeaa;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn.active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn.active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn.active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn.active {
  background-color: rgba(75, 190, 170, 0.3);
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn.active i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn.active i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn.active i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn.active i.icon-success {
  display: none;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn.active i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn.active i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn.active i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn.active i.icon-active {
  display: block;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn.success i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn.success i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn.success i.icon-success,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn.success i.icon-success {
  display: block;
}
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul li .btn.success i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce ul .item .btn.success i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress li .btn.success i.icon-active,
.sliderbar-micaminoecommerce .count-listamicaminoecommerce .swiper-dashboard-progress .item .btn.success i.icon-active {
  display: none;
}
.sliderbar-micaminoecommerce + .boxbody-micaminoecommerce {
  padding-left: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .sliderbar-micaminoecommerce + .boxbody-micaminoecommerce {
    padding-left: 27.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sliderbar-micaminoecommerce + .boxbody-micaminoecommerce {
    padding-left: 1rem;
  }
}
.sliderbar-micaminoecommerce.active {
  left: -25rem;
}
@media screen and (max-width: 1199.98px) {
  .sliderbar-micaminoecommerce.active {
    left: 0;
  }
}
.sliderbar-micaminoecommerce.active + .boxbody-micaminoecommerce {
  padding-left: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .sliderbar-micaminoecommerce.active + .boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .row-pills-content > .row > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .boxbody-micaminoecommerce {
    min-height: calc(100vh - 57px);
  }
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1.5rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li {
  display: flex;
  align-items: center;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li ~ li:before {
  color: #4bbeaa;
  font-size: 1.2rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li a {
  font-family: "Roboto-Bold";
  color: #4bbeaa;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem;
  max-width: 6rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li img {
    max-width: 7rem;
  }
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li.active {
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  color: #282a29;
}
@media screen and (max-width: 767.98px) {
  .boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li.active {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .micaminocomercio ol.breadcrumb li.active {
    font-size: 1rem;
  }
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li .header-pagemicaminoecommeece-text p {
  margin-top: 1.5rem;
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 45rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li p {
  white-space: nowrap;
  margin-bottom: 0;
  text-transform: uppercase;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(1) .btn {
  padding: 0;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(1) .btn img {
  max-width: 2.5rem;
  margin-bottom: 0.5rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(1) .btn p {
  font-size: 0.9rem;
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(2) p {
  font-size: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(2) p {
    font-size: 1.5rem;
  }
}
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(3) img,
.boxbody-micaminoecommerce ul.header-pagemicaminoecommeece > li ul li:nth-child(3) canvas {
  max-width: 5rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce ul.pills-micaminoecommerce {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .boxbody-micaminoecommerce .count-pills-micaminoecommerce ul.pills-micaminoecommerce {
    margin-bottom: 4rem;
  }
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce ul.pills-micaminoecommerce li a {
  font-family: "OpenSans-Light";
  padding-right: 0;
  padding-left: 0;
  color: #747474;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .boxbody-micaminoecommerce .count-pills-micaminoecommerce ul.pills-micaminoecommerce li a {
    box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.25);
  }
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce ul.pills-micaminoecommerce li a.active {
  font-family: "Roboto-Medium";
  color: #ff3667;
  background-color: transparent;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos {
  width: 100%;
  border: none;
  height: 100%;
  padding: 0;
  text-align: initial;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos > .row {
  width: 100%;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-imgmicamino-videos {
  position: relative;
  height: 12rem;
  width: 100%;
  min-height: 12rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-imgmicamino-videos img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-imgmicamino-videos span {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 0.85rem;
  background-color: #282a29;
  border-radius: 0.25rem;
  color: #FFF;
  padding: 0.5rem 1rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos {
  padding: 1rem 0.75rem;
  background-color: #282a29;
  color: #FFF;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row:nth-child(1) {
  margin-bottom: 1rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row .circle-imgmicamino-videos {
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  min-height: 1.75rem;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #FFF;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row .circle-imgmicamino-videos img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row h3 {
  font-size: 1rem;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row .patrocinado-box-card-micaminoecommerce img {
  display: block;
  max-width: 3rem;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos > .row .patrocinado-box-card-micaminoecommerce p {
  margin-bottom: 0;
  color: #FFC700;
}
.boxbody-micaminoecommerce .count-pills-micaminoecommerce-body .card.card-micamino-videos .count-textmicamino-videos.amazon-color {
  background-color: #223F5E;
}

.modalMiCaminoVideosEcommerce .modal-content {
  padding: 1.5rem !important;
}
@media screen and (max-width: 991.98px) {
  .modalMiCaminoVideosEcommerce .modal-content {
    max-height: none !important;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-header img,
.modalMiCaminoVideosEcommerce .modal-content .modal-header p {
  margin-bottom: 0 !important;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-header img[src*=logo-womenalia-circle-img] {
  width: 3rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-header p {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-header p {
    font-size: 1.5rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce {
  background-color: #000;
  border: none;
  color: #FFF;
  border-radius: none;
  width: 100%;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-img {
  position: relative;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-img .iconsplays {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 20%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-img .embed-responsive {
  min-height: 15rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options h3 {
    font-size: 1.2rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options .btn {
  border-color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options .btn {
    padding: 0.75rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options .btn i {
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-video .card.card-videomodal-micaminoecommerce .count-videomodal-micaminoecommerce-video-options .btn i {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos {
    max-width: 30rem;
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos {
    margin-top: 1.5rem;
    min-height: 21rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div {
  overflow-y: auto;
  overflow-x: hidden;
  height: 0;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos h5 + div::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li {
  margin-bottom: 1.5rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn {
  padding: 0;
  text-align: initial;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn .count-videomodal-micaminoecommerce-listavideos-img {
  position: relative;
  height: 7rem;
  width: 12rem;
  min-height: 7rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn .count-videomodal-micaminoecommerce-listavideos-img img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 575.98px) {
  .modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn .count-videomodal-micaminoecommerce-listavideos-img {
    width: 10rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn .count-videomodal-micaminoecommerce-listavideos-text h3 {
  font-size: 1.1rem;
}
.modalMiCaminoVideosEcommerce .modal-content .modal-body .count-videomodal-micaminoecommerce-listavideos ul li .btn .count-videomodal-micaminoecommerce-listavideos-text p {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.modalMiCaminoVideosEcommerce .modal-content.color-amazon {
  background-color: #223F5E;
}
.modalMiCaminoVideosEcommerce .modal-content.color-amazon .modal-header p {
  color: #FFC700;
}
.modalMiCaminoVideosEcommerce .modal-content.color-amazon .modal-header img[src*=amazon2] {
  max-width: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .modalMiCaminoVideosEcommerce .modal-content.color-amazon .modal-header img[src*=amazon2] {
    max-width: 5.5rem;
  }
}
.modalMiCaminoVideosEcommerce .modal-content.color-amazon h3,
.modalMiCaminoVideosEcommerce .modal-content.color-amazon h5,
.modalMiCaminoVideosEcommerce .modal-content.color-amazon p {
  color: #FFF;
}

.bodymodal-caminoecommerce {
  height: 100%;
}
.bodymodal-caminoecommerce > .row {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .bodymodal-caminoecommerce > .row {
    padding-bottom: 5rem;
  }
}

.sliderbar-micaminoecommerce-lista-desk,
.sliderbar-micaminoecommerce-lista-movil,
.boxbody-micaminoecommerceprogress {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .micamino-ecommerce-page:not(.micamino-ecommerce-page-movil) .sliderbar-micaminoecommerce-lista-movil {
    display: flex;
  }
  .micamino-ecommerce-page:not(.micamino-ecommerce-page-movil) .loading-container {
    position: fixed;
    top: 56.5px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.micamino-ecommerce-page:not(.micamino-ecommerce-page-movil) .count-btnallpasos {
  display: block !important;
  margin-top: 1rem;
  margin-bottom: 0;
}
.micamino-ecommerce-page:not(.micamino-ecommerce-page-movil) .count-btnallpasos .btn {
  font-size: 1rem;
  text-transform: uppercase;
  padding-right: 2rem;
  padding-left: 2rem;
  white-space: nowrap;
}
.micamino-ecommerce-page:not(.micamino-ecommerce-page-movil) .count-btnallpasos .btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  max-width: 1.4rem;
  margin-bottom: 0.2rem;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .loading-container {
  align-items: flex-start;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .loading-container .spinner-border {
  position: relative;
  top: 10rem;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .boxbody-micaminoecommerceprogress {
  display: block;
  min-height: 0;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .boxbody-micaminoecommerceprogress ul.header-pagemicaminoecommeece {
  border-bottom: 0;
  margin-bottom: 0;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .boxbody-micaminoecommerceprogress ul.header-pagemicaminoecommeece > li {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .boxbody-micaminoecommerceprogress + .count-listamicaminoecommerce {
  margin-top: 0;
}
.micamino-ecommerce-page.micamino-ecommerce-page-movil .count-listamicaminoecommerce {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .micamino-ecommerce-page.micamino-ecommerce-page-movil .count-listamicaminoecommerce .sliderbar-micaminoecommerce-lista-desk {
    display: flex;
  }
}

.swiper-pagination-bullets,
.swiper-pagination-bullet {
  position: absolute;
  left: -100% !important;
  visibility: hidden;
  z-index: -1;
}

.card.card-dashboardmicamino {
  min-height: 13rem;
  height: 100%;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 10px #EFEFEF;
}
.card.card-dashboardmicamino.grafic-min {
  min-height: 16rem;
}
@media screen and (max-width: 991.98px) {
  .card.card-dashboardmicamino.grafic-min {
    min-height: 23rem;
  }
}
.card.card-dashboardmicamino .card-body {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.card.card-dashboardmicamino .card-body .card-title {
  font-size: 1.1rem;
}
.card.card-dashboardmicamino .card-body .card-title.card-title-mini {
  font-size: 0.9rem;
}
.card.card-dashboardmicamino .card-body .circle-perfil-dashboard {
  position: relative;
  height: 8rem;
  width: 8rem;
  border-radius: 100px;
  overflow: hidden;
}
.card.card-dashboardmicamino .card-body .circle-perfil-dashboard img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1199.98px) {
  .card.card-dashboardmicamino .card-body .count-boxbody {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.card.card-dashboardmicamino .card-body .count-boxbody p {
  margin-bottom: 0;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.text-avancemicamino {
  font-size: 5rem;
  color: #4bbeaa;
  line-height: 1;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboard {
  line-height: 1;
  font-size: 3.5rem;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboard b {
  line-height: inherit;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboard b span {
  display: inline-block;
  line-height: inherit;
  font-size: 1.5rem;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardpersonas {
  font-size: 5rem;
  color: #0B3AC7;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardtiempo {
  font-size: 6rem;
  line-height: 1;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardtiempo.textdasboarddashboardtiempo1 {
  color: #396AFC;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardtiempo.textdasboarddashboardtiempo2 {
  color: #FFD568;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardtiempo.textdasboarddashboardtiempo3 {
  color: #838383;
}
.card.card-dashboardmicamino .card-body .count-boxbody p.textdasboarddashboardtiempo.textdasboarddashboardtiempo4 {
  color: #000588;
}
.card.card-dashboardmicamino .card-body .count-boxbody .icon-micaminodashboard {
  max-width: 5rem;
}

.conocenospage:not(.newlandingpage-not) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.conocenospage.conocenospage-banner {
  position: relative;
  height: 40rem;
  width: auto;
}
.conocenospage.conocenospage-banner img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .conocenospage.conocenospage-banner {
    height: 55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-banner {
    height: 35rem;
  }
}
.conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
  text-transform: uppercase;
  color: #ff3667;
  font-size: 4.5rem;
  margin-bottom: 2rem;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
    font-size: 2.8rem;
    max-width: 25rem;
  }
}
@media screen and (max-width: 349.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover h1 {
    font-size: 2.3rem;
  }
}
.conocenospage.conocenospage-banner .conocenospage-banner-hover p {
  color: #FFF;
  font-size: 1.6rem;
  max-width: 55rem;
  text-align: center;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-banner .conocenospage-banner-hover p {
    font-size: 1.2rem;
  }
}
.conocenospage.conocenospage-ofrecemos {
  max-width: 2200px;
}
@media screen and (min-width: 1500px) {
  .conocenospage.conocenospage-ofrecemos {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .conocenospage.conocenospage-ofrecemos:not(.conocenospage-ofrecemos-empresa) {
    margin-top: 8rem;
  }
}
.conocenospage.conocenospage-ofrecemos:not(.conocenospage-ofrecemos-empresa) .conocenospage-ofrecemos-text {
  background-color: #F7F7FA;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h3,
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text p,
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h4 {
  text-align: center;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h3 span,
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text p span,
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h4 span {
  color: #4bbeaa;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h3,
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text p {
  max-width: 38rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h3 {
  margin-bottom: 3rem;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text p {
  font-size: 1rem;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h4 {
  max-width: 33rem;
  font-size: 1.95rem;
}
@media screen and (max-width: 575.98px) {
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h4 {
    font-size: 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text h4 + .form-group {
  margin-top: 1.5rem;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text .form-group {
  width: 100%;
  max-width: 18rem;
  margin-bottom: 0;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text > :first-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text > :first-child {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text > :last-child {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-text > :last-child {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 576px) {
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-img {
    position: relative;
    height: 37rem;
    width: 100%;
  }
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-img img:not(.not-cover) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (min-width: 1500px) {
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-img {
    position: relative;
    height: 58rem;
    width: 100%;
  }
  .conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-img img:not(.not-cover) {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-img img {
  width: 100%;
}
.conocenospage.conocenospage-ofrecemos .conocenospage-ofrecemos-empresa .conocenospage-ofrecemos-empresa-text span {
  color: #ff3667;
}
.conocenospage.conocenospage-masfaciljuntas {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-masfaciljuntas {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .conocenospage.conocenospage-masfaciljuntas {
    margin-top: 0;
  }
}
.conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
  font-size: 11.3rem;
  color: #EDEDED;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
    font-size: 6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 349.98px) {
  .conocenospage.conocenospage-masfaciljuntas .conocenospage-masfaciljuntas-text {
    font-size: 3rem;
  }
}
.conocenospage.conocenospage-contacta {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 991.98px) {
  .conocenospage.conocenospage-contacta {
    margin-top: 0rem;
  }
}
.conocenospage.conocenospage-contacta .container {
  padding-bottom: 10rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .conocenospage.conocenospage-contacta .container {
    padding-bottom: 5rem;
  }
}
.conocenospage.conocenospage-contacta .container h3 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-contacta .container h3 {
    font-size: 1.9rem;
  }
}
.conocenospage.conocenospage-contacta .container h3 span {
  color: #ff3667;
}
.conocenospage.conocenospage-contacta .container .conocenospage-contacta-text .form-group label {
  padding-left: 0;
}
.conocenospage.conocenospage-contacta .container .conocenospage-contacta-text .conocenospage-contacta-text-checkbox {
  font-size: 0.9rem;
  line-height: 1.2;
}
.conocenospage.conocenospage-contacta .container .conocenospage-contacta-text .conocenospage-contacta-text-redcapcha :only-child {
  max-width: 20rem;
}
@media screen and (max-width: 575.98px) {
  .conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .embed-responsive:before {
    padding-top: 85%;
  }
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .conocenospage-contacta-mapa-text {
  margin-top: 2rem;
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .conocenospage-contacta-mapa-text .conocenospage-contacta-mapa-text-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .conocenospage-contacta-mapa-text .conocenospage-contacta-mapa-text-item i {
  color: #ff3667;
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .conocenospage-contacta-mapa-text .conocenospage-contacta-mapa-text-item p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .conocenospage.conocenospage-contacta .conocenospage-contacta-mapa .conocenospage-contacta-mapa-text .conocenospage-contacta-mapa-text-item p {
    font-size: 1.2rem;
  }
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-coutimg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.conocenospage.conocenospage-contacta .conocenospage-contacta-coutimg .conocenospage-contacta-coutimg-img {
  width: auto;
  height: 100%;
  padding-top: 1rem;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .conocenospage.conocenospage-contacta .conocenospage-contacta-coutimg .conocenospage-contacta-coutimg-img {
    max-width: 65rem;
  }
}
.conocenospage .conocenospage-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.conocenospage .conocenospage-hover .btn {
  box-shadow: none;
}
.conocenospage .conocenospage-btn {
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
}

.serviciospage:not(.newlandingpage-not) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.serviciospage.serviciospage-banner {
  position: relative;
  height: 40rem;
  width: auto;
}
.serviciospage.serviciospage-banner img:not(.not-cover) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .serviciospage.serviciospage-banner {
    height: 55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-banner {
    height: 40rem;
  }
}
.serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 4.5rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 349.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover h1 {
    font-size: 2.3rem;
  }
}
.serviciospage.serviciospage-banner .serviciospage-banner-hover h1 span {
  color: #ff3667;
}
.serviciospage.serviciospage-banner .serviciospage-banner-hover p {
  color: #FFF;
  font-size: 1.6rem;
  max-width: 55rem;
  text-align: center;
  margin-bottom: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 1199.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .serviciospage.serviciospage-banner .serviciospage-banner-hover p {
    font-size: 1.2rem;
  }
}
.serviciospage.serviciospage-boxes h3,
.serviciospage.serviciospage-boxes p {
  text-align: center;
  max-width: 82rem;
  line-height: 1.4;
}
.serviciospage.serviciospage-boxes h3 span,
.serviciospage.serviciospage-boxes p span {
  color: #ff3667;
}
.serviciospage.serviciospage-boxes p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.serviciospage.serviciospage-boxes h3 {
  margin-bottom: 2rem;
  font-size: 2.75rem;
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-boxes h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 349.98px) {
  .serviciospage.serviciospage-boxes h3 {
    font-size: 1.75rem;
  }
}
.serviciospage.serviciospage-boxes .serviciospage-boxes-owl p {
  padding-right: 0;
  padding-left: 0;
}
.serviciospage.serviciospage-boxes .serviciospage-boxes-cout {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-boxes .serviciospage-boxes-cout {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-boxes .serviciospage-boxes-cout .serviciospage-boxes-cout-item {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.serviciospage.serviciospage-boxes .serviciospage-boxes-cout .serviciospage-boxes-cout-card {
  height: 100%;
  border: none;
  background-color: transparent;
}
.serviciospage.serviciospage-boxes .serviciospage-boxes-cout .serviciospage-boxes-cout-card .card-body h4 {
  font-size: 1.4rem;
  text-align: center;
}
.serviciospage.serviciospage-boxes .serviciospage-boxes-cout .serviciospage-boxes-cout-card .card-body h4.card-title {
  font-size: 1.7rem;
}
.serviciospage.serviciospage-boxes.serviciospage-boxes-avertising {
  background-color: #F7F7FA;
  padding-bottom: 1rem !important;
}
.serviciospage.serviciospage-empresas {
  margin-top: 4rem;
}
.serviciospage.serviciospage-empresas h3 {
  margin-bottom: 5rem;
  font-size: 2.75rem;
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-empresas h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 349.98px) {
  .serviciospage.serviciospage-empresas h3 {
    font-size: 1.75rem;
  }
}
.serviciospage.serviciospage-empresas h3 span {
  color: #ff3667;
}
.serviciospage.serviciospage-empresas .serviciospage-empresas-owl .serviciospage-empresas-owl-item {
  min-height: 6rem;
}
.serviciospage.serviciospage-empresas .serviciospage-empresas-owl .serviciospage-empresas-owl-item img {
  width: auto !important;
  max-width: 8rem;
  max-height: 5.5rem;
}
.serviciospage.serviciospage-masfaciljuntas {
  padding-top: 2rem;
}
.serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
  font-size: 11.3rem;
  color: #EDEDED;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
  .serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
    font-size: 6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 575.98px) {
  .serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 349.98px) {
  .serviciospage.serviciospage-masfaciljuntas .serviciospage-masfaciljuntas-text {
    font-size: 3rem;
  }
}
.serviciospage.serviciospage-contacto {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 991.98px) {
  .serviciospage.serviciospage-contacto {
    margin-top: 1rem;
  }
}
.serviciospage.serviciospage-contacto .container {
  padding-bottom: 10rem;
  z-index: 2;
}
@media screen and (max-width: 1199.98px) {
  .serviciospage.serviciospage-contacto .container {
    padding-bottom: 5rem;
  }
}
.serviciospage.serviciospage-contacto .container h3 {
  font-size: 2.6rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-contacto .container h3 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 349.98px) {
  .serviciospage.serviciospage-contacto .container h3 {
    font-size: 1.8rem;
  }
}
.serviciospage.serviciospage-contacto .container h3 span {
  color: #ff3667;
}
.serviciospage.serviciospage-contacto .container .serviciospage-contacto-text .form-group label {
  padding-left: 0;
}
.serviciospage.serviciospage-contacto .container .serviciospage-contacto-text .serviciospage-contacto-text-checkbox {
  font-size: 0.9rem;
  line-height: 1.2;
}
.serviciospage.serviciospage-contacto .container .serviciospage-contacto-text .serviciospage-contacto-text-redcapcha :only-child {
  max-width: 20rem;
}
@media screen and (max-width: 575.98px) {
  .serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .embed-responsive:before {
    padding-top: 85%;
  }
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .serviciospage-contacto-mapa-text {
  margin-top: 2rem;
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .serviciospage-contacto-mapa-text .serviciospage-contacto-mapa-text-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .serviciospage-contacto-mapa-text .serviciospage-contacto-mapa-text-item i {
  color: #ff3667;
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .serviciospage-contacto-mapa-text .serviciospage-contacto-mapa-text-item p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .serviciospage.serviciospage-contacto .serviciospage-contacto-mapa .serviciospage-contacto-mapa-text .serviciospage-contacto-mapa-text-item p {
    font-size: 1.2rem;
  }
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-coutimg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
}
.serviciospage.serviciospage-contacto .serviciospage-contacto-coutimg img {
  width: auto;
  height: 100%;
  padding-top: 0;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .serviciospage.serviciospage-contacto .serviciospage-contacto-coutimg img {
    max-width: 65rem;
  }
}
.serviciospage .serviciospage-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.serviciospage .serviciospage-hover .btn {
  box-shadow: none;
}
.serviciospage .serviciospage-btn {
  margin-bottom: 0;
  width: 100%;
  max-width: 250px;
}
.serviciospage .owl-carousel {
  position: relative;
  padding-right: 4rem;
  padding-left: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .serviciospage .owl-carousel {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.serviciospage .owl-carousel .owl-nav {
  display: block !important;
  margin: 0;
}
.serviciospage .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  color: #4bbeaa;
  font-size: 1.5rem;
  margin: 0;
  transform: translateY(-50%);
}
.serviciospage .owl-carousel .owl-nav button.disabled {
  display: none;
}
.serviciospage .owl-carousel .owl-nav button.disabled:focus {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
.serviciospage .owl-carousel .owl-nav button.disabled:hover {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
.serviciospage .owl-carousel .owl-nav button.disabled:active {
  background-color: transparent;
  color: #4bbeaa;
  outline: none;
  pointer-events: none;
}
.serviciospage .owl-carousel .owl-nav button:not(.disabled):focus {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
.serviciospage .owl-carousel .owl-nav button:not(.disabled):hover {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
.serviciospage .owl-carousel .owl-nav button:not(.disabled):active {
  background-color: transparent;
  color: #81d2c4;
  outline: none;
}
.serviciospage .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: 0.5rem;
}
.serviciospage .owl-carousel .owl-nav button.owl-next {
  right: 0;
  margin-right: 0.5rem;
}

article.page-content-line {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
article.page-content-line .swiper-line-center-arrow + .form-group .btn {
  font-size: 1.1rem;
}
article.page-content-line.bg-color-line {
  background-color: rgba(247, 247, 247, 0.8);
}

/* styles comun */
.eventosnewpage {
  /** Blog single **/
  /** Publicar evento **/
  /** More blog list **/
  /** Columna dos **/
  /** eventos recomendado **/
  /** Carrusel **/
  /** Responsive **/
}
.eventosnewpage .img-wide {
  display: none;
}
.eventosnewpage *,
.eventosnewpage ::after,
.eventosnewpage ::before {
  margin-bottom: 0;
}
.eventosnewpage .container-events-single {
  position: relative;
  width: 90%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1340px;
  margin-top: 40px;
}
.eventosnewpage .content-event-single-active {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.eventosnewpage .content-banner-event-active {
  position: relative;
  float: left;
  width: 100%;
  height: 341px;
  margin-bottom: 20px;
}
.eventosnewpage .content-banner-event-active img {
  position: relative;
  float: left;
  width: 100%;
  height: 341px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.eventosnewpage .note-banner-event {
  position: absolute;
  right: 0px;
  background: #FF3667;
  color: white;
  padding: 9px;
  top: 60px;
  font-size: 12px;
}
.eventosnewpage .date-banner-event {
  position: absolute;
  right: 0;
  color: white;
  padding: 8px;
  background: #4BBEAA;
  font-size: 12px;
  top: 105px;
}
.eventosnewpage .date-banner-event img {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.eventosnewpage .details-banner-event {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5098039216);
  color: white;
  display: flex;
  align-items: center;
}
.eventosnewpage .date-details-event {
  position: relative;
  background: white;
  color: black;
  width: 35px;
  padding: 5px;
  text-align: center;
  margin: 0px 11px;
  top: -20px;
}
.eventosnewpage .number-details-event {
  font-size: 20px;
  padding: 5px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .month-details-event {
  border-top: 1px solid;
  padding: 5px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .content-title-banner-event {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  font-size: 24px;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.eventosnewpage .content-date-hours-banner-event {
  position: relative;
  float: left;
  width: 185px;
  text-align: center;
  padding: 0px 15px;
  margin: 15px 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.5098039216);
}
.eventosnewpage .date-month-pink {
  color: #FF3667;
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
  margin-bottom: 7px;
}
.eventosnewpage .hour-event {
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
}
.eventosnewpage .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 10px 0px;
}
.eventosnewpage .container-events-single {
  position: relative;
  width: 90%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1340px;
}
.eventosnewpage .note-blog-single {
  position: absolute;
  right: 0;
  background: #FF3667;
  padding: 9px;
  color: white;
  font-weight: 300;
  top: 90px;
  z-index: 1;
}
.eventosnewpage .title-event-single {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.eventosnewpage .title-event-single p {
  font-weight: 600;
}
.eventosnewpage .title-event-single span {
  font-weight: 300;
}
.eventosnewpage .container-col-two-single-70 {
  position: relative;
  float: left;
  width: 65%;
}
.eventosnewpage .container-col-two-single-30 {
  position: relative;
  float: right;
  width: 30%;
}
.eventosnewpage .content-event-single {
  width: 100%;
  height: 299px;
  position: relative;
  float: left;
  margin-bottom: 100px;
}
.eventosnewpage .position-absolute-details-event {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.568627451);
  width: 100%;
}
.eventosnewpage .image-event-single {
  width: 100%;
  position: relative;
  float: left;
  height: 299px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.eventosnewpage .detail-event-single {
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .date-event-single {
  position: relative;
  float: left;
  width: 51px;
  background: white;
  text-align: center;
  padding: 4px 7px;
  top: -22px;
  margin: 0px 12px;
}
.eventosnewpage .date-event-single .number-month {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 5px 0px;
}
.eventosnewpage .date-event-single .month {
  font-size: 11px;
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0px;
  font-weight: 700;
}
.eventosnewpage .description-event-single {
  position: relative;
  float: left;
  width: calc(100% - 89px);
  padding: 10px 0px;
  color: white;
  font-size: 14px;
}
.eventosnewpage .description-event-single b {
  position: relative;
  float: left;
  margin-bottom: 7px;
}
.eventosnewpage .description-event-single span {
  position: relative;
  float: left;
  width: 70%;
}
.eventosnewpage .form-group {
  position: absolute;
  right: 30px;
  bottom: -19px;
  margin-bottom: 0px !important;
}
.eventosnewpage .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 8px 0px;
}
.eventosnewpage .btn-liner-color:hover,
.eventosnewpage .btn-liner-color2:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.eventosnewpage .detail-autor-event-single {
  position: absolute;
  bottom: -70px;
  width: 100%;
}
.eventosnewpage .detail-autor-event-single img {
  position: relative;
  float: left;
  left: 10px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.eventosnewpage .detail-autor-event-single span {
  position: relative;
  float: left;
  width: calc(100% - 72px);
  padding: 2px 17px;
}
.eventosnewpage .detail-autor-event-single small {
  position: relative;
  float: left;
  width: calc(100% - 70px);
  padding: 1px 15px;
}
.eventosnewpage .content-event-post {
  background-color: #E1B7B8;
  width: 100%;
  height: 140px;
  position: relative;
  float: left;
  margin-top: 35px;
  margin-bottom: 70px;
}
.eventosnewpage .image-event-post {
  position: absolute;
  float: left;
  height: 140px;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center;
  object-position: left;
}
.eventosnewpage .height-event {
  height: 250px;
}
.eventosnewpage .btn-liner-color2 {
  color: #FFF;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 8px 0px;
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  border-radius: 10px;
}
.eventosnewpage .title-event-post {
  width: 50%;
  float: right;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.eventosnewpage .title-event-post .title-public-post {
  position: relative;
  float: left;
  width: 100%;
  font-size: 26px;
  color: #FF3667;
  margin-bottom: 5px;
}
.eventosnewpage .btn-liner-color2 .semi {
  position: relative;
  float: left;
  width: 100%;
  /*font-family: 'Roboto';*/
  font-weight: 500;
  font-size: 14px;
}
.eventosnewpage .title-event-post span {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.eventosnewpage .center-post {
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .content-blog-list {
  width: calc(50% - 26px);
  height: 250px;
  position: relative;
  float: left;
  margin: 0px 13px;
  margin-bottom: 120px;
}
.eventosnewpage .content-blog-list .note-blog-single {
  position: absolute;
  right: 0;
  background: #FF3667;
  padding: 9px;
  color: white;
  font-weight: 300;
  top: 40px;
  font-size: 12px;
}
.eventosnewpage .title-more-blog {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid gray;
  padding: 50px 0px;
}
.eventosnewpage .title-more-blog span {
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 600;
}
.eventosnewpage .title-more-blog p {
  position: relative;
  float: right;
  margin: auto;
  color: #FF3667;
  font-weight: 600;
  cursor: pointer;
}
.eventosnewpage .title-more-blog p:hover {
  color: rgba(255, 54, 103, 0.6588235294);
}
.eventosnewpage .content-advertising {
  position: relative;
  float: left;
  height: 300px;
  margin-bottom: 50px;
}
.eventosnewpage .content-advertising hr {
  display: none;
}
.eventosnewpage .content-advertising img {
  width: 100%;
  position: relative;
  float: left;
  height: 299px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.eventosnewpage .content-event-recommended,
.eventosnewpage .content-event-list-recommended {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.eventosnewpage .content-event-list-recommended {
  cursor: pointer;
}
.eventosnewpage .title-more-blog {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid gray;
  padding: 40px 0px;
}
.eventosnewpage .title-event-recommended {
  width: 95px;
  height: 98px;
  position: relative;
  float: left;
  padding: 0px 0px;
}
.eventosnewpage .title-event-recommended img {
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 95px;
  height: 98px;
  border-radius: 100%;
}
.eventosnewpage .content-event-list-recommended p {
  position: relative;
  float: right;
  font-weight: 600;
  width: calc(100% - 105px);
  margin-top: 15px;
  margin-bottom: 12px;
}
.eventosnewpage .date-event-recommended {
  position: relative;
  float: right;
  font-weight: 300;
  width: calc(100% - 105px);
  font-size: 13px;
}
.eventosnewpage .title-pulic-event-single {
  width: 100%;
  float: right;
  text-align: center;
  height: 526px;
  background-color: #EFD4D4;
}
.eventosnewpage .title-pulic-event-single img {
  position: absolute;
  float: left;
  width: 100%;
  height: 526px;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center;
  object-position: bottom;
  left: 0;
}
.eventosnewpage .title-pulic-event-single .title-public-post {
  position: relative;
  float: left;
  width: 100%;
  font-size: 26px;
  color: #FF3667;
  margin-bottom: 5px;
}
.eventosnewpage .btn-liner-color2 .semi {
  position: relative;
  float: left;
  width: 100%;
  /*font-family: 'Roboto';*/
  font-weight: 500;
  font-size: 14px;
}
.eventosnewpage .title-pulic-event-single span {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.eventosnewpage .aling-top {
  padding: 60px 0px;
}
.eventosnewpage .container-slider-single {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  /*font-family: 'Roboto';*/
  background-color: #F7F7FA;
  float: left;
}
.eventosnewpage .content-events-of-interest {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 50px;
}
.eventosnewpage .title-span-events-of-interest {
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .content-slider-events-of-interest {
  position: relative;
  width: calc(100% - 80px);
  text-align: center;
  padding: 40px;
  max-width: 1340px;
  margin: auto;
}
.eventosnewpage .content-blog-list-slider {
  position: relative;
  float: left;
  width: 100%;
}
.eventosnewpage .content-blog-list-slider .note-blog-single {
  position: absolute;
  right: 0;
  background: #FF3667;
  padding: 9px;
  color: white;
  font-weight: 300;
  top: 40px;
  font-size: 12px;
}
.eventosnewpage .content-blog-list-slider .description-event-single span {
  width: 100%;
  text-align: left;
}
.eventosnewpage .swiper-container {
  width: 100%;
  height: 100%;
}
.eventosnewpage .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 65% !important;
}
.eventosnewpage .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.eventosnewpage .append-buttons {
  text-align: center;
  margin-top: 20px;
}
.eventosnewpage .append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.eventosnewpage .text-slider {
  font-size: 13px;
  bottom: -51px;
  text-align: left;
  background-color: white;
  padding: 7px 0px;
}
.eventosnewpage .height-slider-image {
  height: 195px;
}
@media (max-width: 1250px) {
  .eventosnewpage .detail-autor-event-single {
    bottom: -95px;
  }
  .eventosnewpage .swiper-container .detail-autor-event-single {
    bottom: -69px;
  }
}
@media (max-width: 1024px) {
  .eventosnewpage .container-slider-single {
    display: none;
  }
  .eventosnewpage .container-col-two-single-70,
  .eventosnewpage .container-col-two-single-30 {
    width: 100%;
  }
  .eventosnewpage .content-event-recommended {
    margin-bottom: 0px;
  }
  .eventosnewpage .content-event-list-recommended {
    margin-bottom: 10px;
  }
  .eventosnewpage .content-publc-event-single {
    width: 100%;
    margin: auto;
    float: none;
    max-width: 320px;
  }
  .eventosnewpage .content-event-recommended {
    margin-bottom: 20px;
  }
  .eventosnewpage .title-pulic-event-single {
    margin-bottom: 85px;
  }
  .eventosnewpage .title-pulic-event-single img {
    width: 100%;
    height: 287px;
    left: 0;
    bottom: 85px;
  }
  .eventosnewpage .container-events-single {
    width: 95%;
  }
  .eventosnewpage .detail-autor-event-single {
    bottom: -69px;
  }
}
@media (max-width: 620px) {
  .eventosnewpage .title-event-post .title-public-post {
    font-size: 20px;
  }
  .eventosnewpage .title-event-post span {
    font-size: 12px;
  }
  .eventosnewpage .btn-liner-color2,
  .eventosnewpage .btn-liner-color {
    min-width: 200px !important;
  }
  .eventosnewpage .height-event {
    height: 200px;
  }
  .eventosnewpage .content-publc-event-single {
    max-width: 620px;
  }
  .eventosnewpage .title-pulic-event-single img {
    width: 100%;
    height: 100%;
  }
  .eventosnewpage .container-events-single {
    width: 100%;
  }
  .eventosnewpage .content-blog-list {
    width: 100%;
    height: 200px;
    margin: auto;
    margin-bottom: 120px;
  }
  .eventosnewpage .title-event-single p,
  .eventosnewpage .title-event-single span {
    padding: 0px 20px;
  }
}
@media (max-width: 530px) {
  .eventosnewpage .detail-autor-event-single {
    width: 100%;
  }
  .eventosnewpage .description-event-single span {
    width: 80%;
  }
  .eventosnewpage .content-publc-event-single {
    max-width: 530px;
  }
}
@media (max-width: 450px) {
  .eventosnewpage .description-event-single {
    font-size: 12px;
  }
  .eventosnewpage .detail-autor-event-single {
    bottom: -75px;
    font-size: 13px;
  }
  .eventosnewpage .content-event-post,
  .eventosnewpage .image-event-post {
    height: 110px;
  }
  .eventosnewpage .title-event-post {
    width: 60%;
  }
  .eventosnewpage .btn-liner-color2,
  .eventosnewpage .btn-liner-color {
    min-width: 160px !important;
  }
  .eventosnewpage .title-event-post .title-public-post {
    font-size: 16px;
  }
  .eventosnewpage .title-event-post span {
    font-size: 10px;
  }
  .eventosnewpage .content-publc-event-single {
    max-width: 415px;
  }
  .eventosnewpage .form-group {
    right: 15px;
  }
  .eventosnewpage .container-events-single {
    width: 95%;
  }
}

.myblock-estilos {
  /** Blog single **/
  /** columnas blog **/
  /** Menu **/
  /** head blog **/
  /** Blog post **/
  /** blog month **/
  /** publicidad **/
  /** Categorias **/
  /** mobile **/
  /** Responsive **/
}
.myblock-estilos *,
.myblock-estilos ::after,
.myblock-estilos ::before {
  box-sizing: initial !important;
}
.myblock-estilos .seccion-dashboard,
.myblock-estilos .listbox {
  box-sizing: border-box !important;
}
.myblock-estilos .seccion-dashboard *,
.myblock-estilos .seccion-dashboard ::after,
.myblock-estilos .seccion-dashboard ::before,
.myblock-estilos .listbox *,
.myblock-estilos .listbox ::after,
.myblock-estilos .listbox ::before {
  box-sizing: border-box !important;
}
.myblock-estilos hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.myblock-estilos .content-head-full {
  position: relative;
  float: left;
  width: 100%;
}
.myblock-estilos .container-events-single {
  position: relative;
  width: 100%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1600px;
}
.myblock-estilos .container-col-two-single-70 {
  position: relative;
  float: left;
  width: 65%;
  background: #E5E5E5;
}
.myblock-estilos .container-col-two-single-30 {
  position: relative;
  float: right;
  width: 31%;
}
.myblock-estilos .container-col-two-single-30 *,
.myblock-estilos .container-col-two-single-30 ::after,
.myblock-estilos .container-col-two-single-30 ::before {
  box-sizing: border-box !important;
}
.myblock-estilos .container-col-two-single-30 .sliderbar-publicidad {
  overflow: hidden;
}
.myblock-estilos .container-details-blog-single {
  position: relative;
}
.myblock-estilos .content-lateral-menu {
  position: relative;
  float: left;
  width: 220px;
  padding: 50px 40px;
  height: calc(100% - 100px);
  text-align: center;
  /*border-right: 4px solid #FF3667;*/
}
.myblock-estilos .content-lateral-menu + .container-details-blog-single {
  float: left;
  width: calc(100% - 304px);
  border-left: 4px solid #FF3667;
  box-sizing: border-box !important;
  padding-left: 0;
  padding-right: 0;
}
.myblock-estilos .add-new-entry {
  position: relative;
  width: calc(100% - 60px);
  background: white;
  box-shadow: 0px 4px 10px #efefef;
  border-radius: 27px;
  border: none;
  padding: 12px 30px;
  color: #FF3667;
  cursor: pointer;
}
.myblock-estilos .add-new-entry img {
  position: relative;
  float: left;
  top: 2px;
}
.myblock-estilos .add-new-entry b {
  font-weight: 900;
}
.myblock-estilos .menu-mi-blog {
  text-align: left;
  list-style: none;
  margin-top: 30px;
}
.myblock-estilos .item-menu {
  margin-bottom: 15px;
}
.myblock-estilos .item-menu a {
  color: black;
  text-decoration: none;
}
.myblock-estilos .item-menu a:hover {
  color: #FF3667;
}
.myblock-estilos .active-menu {
  color: #FF3667 !important;
}
.myblock-estilos .add-new-entry:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.myblock-estilos .banner-head-blog {
  position: relative;
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  height: 205px;
  color: white;
}
.myblock-estilos .image-people-blog {
  position: relative;
  float: left;
  top: 115px;
  left: 25px;
  z-index: 1;
  width: 169px;
  height: 169px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  z-index: 2;
  border: 3px solid #FF3667;
  background-image: url(image/sin_imagen.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #C4C4C4;
}
.myblock-estilos .image-people-blog img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.myblock-estilos .image-upload {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FF3667;
  bottom: -15px;
  left: 70px;
  text-align: center;
}
.myblock-estilos .image-upload label {
  cursor: pointer;
}
.myblock-estilos .image-upload img {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
  top: 7px;
}
.myblock-estilos .image-upload > input {
  display: none;
}
.myblock-estilos .banner-img-add {
  position: absolute;
  float: left;
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.myblock-estilos .description-people-blog {
  position: relative;
  float: left;
  top: 95px;
  left: 50px;
  width: 65%;
}
.myblock-estilos .content-title-people-blog {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 20px;
}
.myblock-estilos .content-follows-people {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
}
.myblock-estilos .content-follows-people img {
  position: relative;
  float: left;
}
.myblock-estilos .not-border {
  border-right: 0px solid !important;
}
.myblock-estilos .content-follows-people span {
  position: relative;
  float: left;
  padding: 0px 8px;
  border-right: 1px solid;
}
.myblock-estilos .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 240px !important;
  padding: 8px 0px;
}
.myblock-estilos .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.myblock-estilos .btn-follow {
  position: absolute;
  bottom: -20px;
  right: 25px;
  z-index: 1;
}
.myblock-estilos .content-blogs-post-people {
  position: relative;
  float: left;
  margin-top: 120px;
  width: calc(100% - 10px);
  padding: 0px 5px;
  background: #E5E5E5;
}
.myblock-estilos .post-people-blog {
  position: relative;
  float: left;
  background: white;
  width: calc(50% - 40px);
  margin: 0px 20px;
  margin-bottom: 30px;
}
.myblock-estilos .post-people-blog img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.myblock-estilos .content-circle-views {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4BBEAA;
  float: left;
  font-size: 8px;
  color: white;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: -28px;
  left: 16px;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
}
.myblock-estilos .line-womenalia-blog {
  position: relative;
  float: left;
  width: 13px;
  margin-left: 21px;
  top: 10px;
  border: 1px solid #4BBEAA;
}
.myblock-estilos .date-womenalia-blog {
  position: relative;
  float: left;
  top: 4px;
  left: 10px;
}
.myblock-estilos .list-starts-form-blog {
  position: absolute;
  background: white;
  height: 24px;
  width: 90px;
  text-align: center;
  bottom: -12px;
  right: 17px;
}
.myblock-estilos .content-circle-views img {
  position: relative;
  margin-top: 7px;
  margin-bottom: 3px;
  width: 15px;
  float: none;
}
.myblock-estilos .content-circle-views span {
  position: relative;
  float: left;
  width: 100%;
}
.myblock-estilos .content-details-post {
  position: relative;
  float: left;
  width: 100%;
  background: white;
}
.myblock-estilos .content-title-post-blog {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.myblock-estilos .content-description-blog-post {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 35px 20px;
}
.myblock-estilos .content-etiquete-blog-post {
  position: relative;
  float: left;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
}
.myblock-estilos .circle-womenalia-blog-post {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FF3667;
  position: relative;
  float: left;
  text-align: center;
}
.myblock-estilos .circle-womenalia-blog-post img {
  position: relative;
  float: none;
  width: 10px;
  top: 5px;
}
.myblock-estilos .text-womenalia-blog {
  position: relative;
  float: left;
  top: 4px;
  left: 10px;
}
.myblock-estilos .list-starts-form-blog #form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}
.myblock-estilos .list-starts-form-blog #form p {
  text-align: center;
}
.myblock-estilos .list-starts-form-blog #form label {
  font-size: 20px;
}
.myblock-estilos .list-starts-form-blog input[type=radio] {
  display: none;
}
.myblock-estilos .list-starts-form-blog label {
  color: #D9D9D9;
  cursor: pointer;
}
.myblock-estilos .list-starts-form-blog .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
  margin: auto;
}
.myblock-estilos .content-blog-month {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 63px;
  padding-bottom: 30px;
}
.myblock-estilos .title-blog-month {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 29px;
  text-align: center;
}
.myblock-estilos .content-blog-month-post {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FF3667;
  color: white;
}
.myblock-estilos .content-blog-month img {
  position: absolute;
  float: left;
  width: 34%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.myblock-estilos .content-title-blog-month {
  position: relative;
  float: right;
  width: 66%;
  padding: 20px 0px;
}
.myblock-estilos .name-blog-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 16px;
  padding-bottom: 0px;
}
.myblock-estilos .name-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 14px;
}
.myblock-estilos .description-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  text-align: left;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.myblock-estilos .content-post-public {
  position: relative;
  float: left;
  width: 100%;
}
.myblock-estilos .content-post-public img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.myblock-estilos .description-post-public {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px;
  font-weight: 800;
}
.myblock-estilos .description-post-public b {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.myblock-estilos .content-post-month {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.myblock-estilos .content-advertising {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.myblock-estilos .content-advertising img {
  width: 100%;
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.myblock-estilos .content-category-single-active {
  position: relative;
  float: left;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.myblock-estilos .content-card-category-single {
  position: relative;
  float: left;
  background: white;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
  border-radius: 4px;
  color: #FF3667;
  padding: 10px 15px;
}
.myblock-estilos .content-card-category-single img {
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 20px;
}
.myblock-estilos .content-category-blog-public {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.myblock-estilos .content-menu-mobile,
.myblock-estilos .show-mobile-add-entry {
  display: none;
}
@media (max-width: 1024px) {
  .myblock-estilos {
    /** mobile **/
  }
  .myblock-estilos .content-lateral-menu {
    display: none;
  }
  .myblock-estilos .container-details-blog-single {
    width: 100%;
    border-left: 0px solid #FF3667;
    margin-left: 0px;
  }
  .myblock-estilos .container-col-two-single-70,
  .myblock-estilos .container-col-two-single-30 {
    width: 100%;
  }
  .myblock-estilos .container-events-single {
    width: 100%;
  }
  .myblock-estilos .title-blog-month {
    text-align: center;
  }
  .myblock-estilos .content-blog-month {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-top: 63px;
    padding-bottom: 30px;
  }
  .myblock-estilos .content-post-month {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-bottom: 45px;
    border: none;
  }
  .myblock-estilos .content-advertising {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-bottom: 45px;
  }
  .myblock-estilos .content-category-blog-public {
    padding: 0px 35px;
    width: 322px;
    margin: auto;
    float: none;
  }
  .myblock-estilos .content-menu-mobile {
    display: block;
    position: absolute;
    float: right;
    right: 20px;
    padding: 76px 0px;
    cursor: pointer;
    top: 0;
  }
  .myblock-estilos .content-menu-mobile img {
    position: relative;
    float: left;
    width: 6px;
  }
  .myblock-estilos .content-menu-list {
    display: none;
    position: absolute;
    right: 10px;
    background: white;
    top: 120px;
    border-radius: 12px;
    z-index: 3;
    transition: ease all 2s;
    box-shadow: 0px 4px 10px #e0e0e0;
  }
  .myblock-estilos .menu-mi-blog {
    padding: 0px 25px;
    width: 140px;
    margin-top: 15px;
  }
  .myblock-estilos .item-menu {
    position: relative;
    float: left;
    width: 100%;
  }
  .myblock-estilos .show-mobile-add-entry {
    display: block;
    margin-bottom: 20px;
    width: calc(100% - 60px);
  }
  .myblock-estilos .content-blogs-post-people {
    margin-top: 160px;
  }
  .myblock-estilos .btn-follow {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 240px;
    top: 20px;
    right: 0;
    height: 0px;
  }
}
@media (max-width: 700px) {
  .myblock-estilos .post-people-blog {
    width: calc(95% - 9px);
  }
  .myblock-estilos .content-blogs-post-people {
    width: 100%;
    padding: 0px 0px;
  }
  .myblock-estilos .image-people-blog {
    top: 30px;
    width: 130px;
    height: 130px;
  }
  .myblock-estilos .description-people-blog {
    top: 35px;
  }
  .myblock-estilos .content-follows-people span {
    border: none;
    width: calc(100% - 40px);
  }
  .myblock-estilos .content-follows-people {
    line-height: 27px;
  }
  .myblock-estilos .content-follows-people img {
    left: 8px;
    top: 4px;
  }
  .myblock-estilos .description-people-blog {
    width: calc(100% - 210px);
  }
  .myblock-estilos .btn-follow {
    bottom: -95px;
  }
  .myblock-estilos .btn-follow {
    position: relative;
    text-align: center;
    right: 0;
    bottom: -95px;
    top: 15px;
  }
  .myblock-estilos .content-blogs-post-people {
    margin-top: 140px;
  }
}
@media (max-width: 530px) {
  .myblock-estilos .container-events-single {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .myblock-estilos .content-category-blog-public {
    width: auto;
  }
  .myblock-estilos .content-follows-people {
    font-size: 9px;
  }
  .myblock-estilos .image-people-blog {
    width: 40%;
    max-width: 135px;
  }
  .myblock-estilos .description-people-blog {
    width: 47%;
    left: 25px;
  }
  .myblock-estilos .post-people-blog {
    width: calc(95% - 22px);
  }
}

.estilos-network-suggestions {
  /** Blog single **/
  /** contenedor search **/
  /** contenedor de contacto **/
  /** cargar mas resultados **/
  /** Responsive **/
}
.estilos-network-suggestions *, .estilos-network-suggestions ::after, .estilos-network-suggestions ::before {
  box-sizing: initial !important;
}
.estilos-network-suggestions hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.estilos-network-suggestions .container-events-single {
  position: relative;
  width: 100%;
  margin: auto;
  font-family: "Roboto";
}
.estilos-network-suggestions .title-event-single {
  position: relative;
  float: left;
  width: 92%;
  margin-bottom: 15px;
  margin: auto 4%;
  padding-bottom: 20px;
  border-bottom: 2px solid #C2C2C2;
}
.estilos-network-suggestions .title-event-single p {
  font-weight: 600;
}
.estilos-network-suggestions .title-event-single span {
  font-weight: 300;
}
.estilos-network-suggestions .content-new-contacts {
  position: relative;
  float: left;
  width: 92%;
  margin: auto 4%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.estilos-network-suggestions .content-search-new {
  position: relative;
  float: left;
  width: 37%;
}
.estilos-network-suggestions .content-btn-contacts {
  position: relative;
  float: right;
  width: 63%;
  text-align: right;
}
.estilos-network-suggestions .content-search-new b {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
}
.estilos-network-suggestions .input-search-contacts {
  position: relative;
  float: left;
  width: 90%;
  max-width: 350px;
}
.estilos-network-suggestions .input-search-contacts input {
  font-family: "Roboto";
  position: relative;
  float: left;
  width: calc(100% - 33px);
  background: #F7F7FA;
  border: none;
  padding: 6px 25px;
  border-radius: 11px;
  padding-left: 10px;
}
.estilos-network-suggestions .input-search-contacts img {
  position: absolute;
  right: 0;
  width: 23px;
  padding: 6px 8px;
  cursor: pointer;
}
.estilos-network-suggestions :focus-visible {
  outline: none;
}
.estilos-network-suggestions .btn-liner-color2 {
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 240px !important;
  padding: 12px 0px;
  margin-left: 20px;
}
.estilos-network-suggestions .btn-liner-color2:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-network-suggestions .btn-liner-color2 img {
  position: relative;
  float: left;
  left: 40px;
  top: 2px;
}
.estilos-network-suggestions .content-gnrl-contacts {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1340px;
}
.estilos-network-suggestions .content-suggestion-contacts {
  position: relative;
  float: left;
  width: 92%;
  margin: auto 4%;
  padding: 20px 0px;
}
.estilos-network-suggestions .title-suggestion-contacts {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 19px;
  margin-bottom: 40px;
}
.estilos-network-suggestions .content-contact-single {
  position: relative;
  float: left;
  width: 33.333%;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.estilos-network-suggestions .image-contact-single {
  position: relative;
  float: left;
  width: 130px;
  height: 130px;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #FF3667;
}
.estilos-network-suggestions .image-contact-single img {
  position: relative;
  float: left;
  width: 130px;
  height: 130px;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}
.estilos-network-suggestions .description-contact-single {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 15px;
}
.estilos-network-suggestions .name-contact-singel {
  position: relative;
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 5px;
}
.estilos-network-suggestions .employee-contact-single {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.estilos-network-suggestions .description-contact-single small {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
}
.estilos-network-suggestions .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 100% !important;
  padding: 12px 0px;
  margin-top: 15px;
}
.estilos-network-suggestions .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-network-suggestions .content-btn-more-views {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.estilos-network-suggestions .center-btn-more-views {
  position: relative;
  margin: auto;
  width: 95%;
  max-width: 275px;
}
@media (max-width: 1024px) {
  .estilos-network-suggestions .content-contact-single {
    width: 50%;
  }
  .estilos-network-suggestions .content-search-new {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .estilos-network-suggestions .content-btn-contacts {
    width: 100%;
    text-align: center;
  }
  .estilos-network-suggestions .content-new-contacts {
    display: block;
  }
  .estilos-network-suggestions .input-search-contacts {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 670px) {
  .estilos-network-suggestions .content-contact-single {
    width: 100%;
  }
  .estilos-network-suggestions .btn-liner-color2 {
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
    cursor: pointer;
    min-width: 100% !important;
    margin-left: 0px;
    margin-bottom: 13px;
  }
  .estilos-network-suggestions .content-suggestion-contacts {
    width: 96%;
    margin: auto 2%;
  }
  .estilos-network-suggestions .image-contact-single,
  .estilos-network-suggestions .image-contact-single img {
    width: 110px;
    height: 110px;
  }
}
.stilos-evento-public {
  /** columnas **/
  /** Blog single **/
  /** Columna dos **/
  /** eventos recomendado **/
  /** redes sociales **/
  /** descripción del evento **/
  /** cuadro de información del evento **/
  /** slider **/
  /** Responsive **/
}
.stilos-evento-public .img-tall {
  display: none;
}
.stilos-evento-public *,
.stilos-evento-public ::after,
.stilos-evento-public ::before {
  box-sizing: initial !important;
}
.stilos-evento-public button:focus {
  outline: 0px !important;
}
.stilos-evento-public .content-social-media a {
  text-decoration: none !important;
  color: white !important;
}
.stilos-evento-public .container-col-two-single-70 {
  position: relative;
  float: left;
  width: 65%;
}
.stilos-evento-public .container-col-two-single-30 {
  position: relative;
  float: right;
  width: 30%;
}
.stilos-evento-public .container-events-single {
  position: relative;
  width: 90%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1340px;
  margin-top: 40px;
}
.stilos-evento-public .content-event-single-active {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.stilos-evento-public .content-banner-event-active {
  position: relative;
  float: left;
  width: 100%;
  height: 341px;
  margin-bottom: 20px;
}
.stilos-evento-public .content-banner-event-active img {
  position: relative;
  float: left;
  width: 100%;
  height: 341px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.stilos-evento-public .note-banner-event {
  position: absolute;
  right: 0px;
  background: #FF3667;
  color: white;
  padding: 9px;
  top: 60px;
  font-size: 12px;
}
.stilos-evento-public .date-banner-event {
  position: absolute;
  right: 0;
  color: white;
  padding: 8px;
  background: #4BBEAA;
  font-size: 12px;
  top: 105px;
}
.stilos-evento-public .date-banner-event img {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.stilos-evento-public .details-banner-event {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5098039216);
  color: white;
  display: flex;
  align-items: center;
}
.stilos-evento-public .date-details-event {
  position: relative;
  background: white;
  color: black;
  width: 35px;
  padding: 5px;
  text-align: center;
  margin: 0px 11px;
  top: -20px;
}
.stilos-evento-public .number-details-event {
  font-size: 20px;
  padding: 5px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.stilos-evento-public .month-details-event {
  border-top: 1px solid;
  padding: 5px 0px;
  position: relative;
  float: left;
  width: 100%;
}
.stilos-evento-public .content-title-banner-event {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  font-size: 24px;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.stilos-evento-public .content-date-hours-banner-event {
  position: relative;
  float: left;
  width: 175px;
  text-align: center;
  padding: 0px 15px;
  margin: 15px 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.5098039216);
}
.stilos-evento-public .date-month-pink {
  color: #FF3667;
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
  margin-bottom: 7px;
}
.stilos-evento-public .hour-event {
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
}
.stilos-evento-public .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 10px 0px;
}
.stilos-evento-public .content-advertising {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 50px;
}
.stilos-evento-public .content-advertising hr {
  display: none;
}
.stilos-evento-public .content-advertising img {
  width: 100%;
  position: relative;
  float: left;
  height: 299px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.stilos-evento-public .content-event-recommended,
.stilos-evento-public .content-event-list-recommended {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.stilos-evento-public .btn-liner-color-punk {
  color: #FFF;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 8px 0px;
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  border-radius: 10px;
}
.stilos-evento-public .btn-liner-color-punk:hover,
.stilos-evento-public .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stilos-evento-public .content-event-list-recommended {
  cursor: pointer;
}
.stilos-evento-public .title-more-blog {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid gray;
  padding: 40px 0px;
}
.stilos-evento-public .title-event-recommended {
  width: 95px;
  height: 98px;
  position: relative;
  float: left;
  padding: 0px 0px;
}
.stilos-evento-public .title-event-recommended img {
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 95px;
  border-radius: 100%;
  height: 98px;
}
.stilos-evento-public .content-event-list-recommended p {
  position: relative;
  float: right;
  font-weight: 600;
  width: calc(100% - 105px);
  margin-top: 15px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.stilos-evento-public .date-event-recommended {
  position: relative;
  float: right;
  font-weight: 300;
  width: calc(100% - 105px);
  font-size: 13px;
}
.stilos-evento-public .title-pulic-event-single {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  height: 400px;
  background-color: #e1b7b8;
  margin-bottom: 45px;
}
.stilos-evento-public .title-pulic-event-single img {
  position: absolute;
  float: left;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center;
  object-position: bottom;
  left: 0;
}
.stilos-evento-public .title-pulic-event-single .title-public-post {
  position: relative;
  float: left;
  width: 100%;
  font-size: 26px;
  color: #FF3667;
  margin-bottom: 5px;
}
.stilos-evento-public .btn-liner-color-punk .semi {
  position: relative;
  float: left;
  width: 100%;
  /*font-family: 'Roboto';*/
  font-weight: 500;
  font-size: 14px;
}
.stilos-evento-public .title-pulic-event-single span {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  z-index: 1;
}
.stilos-evento-public .aling-top {
  padding: 60px 0px;
  z-index: 2;
}
.stilos-evento-public .content-banner-post-autor {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.stilos-evento-public .title-autor-post-banner {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 12px;
  display: flex;
  align-items: center;
}
.stilos-evento-public .title-autor-post-banner img {
  position: relative;
  float: left;
}
.stilos-evento-public .name-autor-single {
  padding: 0px 13px;
}
.stilos-evento-public .status-autor-single {
  padding: 0px 10px;
  border-left: 1px solid;
}
.stilos-evento-public .content-btn-banner-entry {
  position: relative;
  float: right;
}
.stilos-evento-public .content-social-media {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.stilos-evento-public .social-media-facebook {
  position: relative;
  float: left;
  background: #3b5998;
  padding: 6px;
  font-size: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.stilos-evento-public .social-media-facebook img {
  position: relative;
  float: left;
  width: 20px;
  margin-right: 5px;
}
.stilos-evento-public .social-media-twitter {
  position: relative;
  float: left;
  background: #50abf1;
  padding: 6px;
  font-size: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.stilos-evento-public .social-media-twitter img {
  position: relative;
  float: left;
  width: 20px;
  margin-right: 5px;
}
.stilos-evento-public .social-media-linkedin {
  position: relative;
  float: left;
  background: #0084b1;
  padding: 6px;
  font-size: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.stilos-evento-public .social-media-linkedin img {
  position: relative;
  float: left;
  width: 20px;
  margin-right: 5px;
}
.stilos-evento-public .social-media-whatsapp {
  position: relative;
  float: left;
  background: #1bd741;
  padding: 6px;
  font-size: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.stilos-evento-public .social-media-whatsapp img {
  position: relative;
  float: left;
  width: 20px;
  margin-right: 5px;
}
.stilos-evento-public .social-media-womenalia {
  position: relative;
  float: left;
  background: #FF3667;
  color: white;
  padding: 9px 6px;
  font-size: 11px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  border: none;
}
.stilos-evento-public .social-media-womenalia img {
  position: relative;
  float: left;
  width: 10px;
  margin-right: 5px;
}
.stilos-evento-public .content-text-detail-event-single {
  position: relative;
  float: left;
  width: 100%;
  margin: 16px 0px;
  padding-bottom: 50px;
}
.stilos-evento-public .information-event-single {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 30px;
  background: #F7F7FA;
  margin-bottom: 40px;
}
.stilos-evento-public .content-information-active {
  position: relative;
  float: left;
  width: 50%;
}
.stilos-evento-public .content-information-active b {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.stilos-evento-public .content-information-active ul {
  margin: auto;
  position: relative;
  float: left;
}
.stilos-evento-public .content-information-active ul > li {
  color: #ff3667;
}
.stilos-evento-public .content-information-active ul > li > span {
  color: black;
}
.stilos-evento-public .content-information-active span {
  position: relative;
  float: left;
  width: 100%;
}
.stilos-evento-public .email-active-text {
  margin: auto;
  color: #ff3667;
}
.stilos-evento-public .container-slider-single {
  position: relative;
  float: left;
  width: 100%;
  /*font-family: 'Roboto';*/
}
.stilos-evento-public .content-text-slider-single {
  position: relative;
  width: calc(100% - 80px);
  text-align: center;
  padding: 40px;
  max-width: 1340px;
  margin: auto;
  padding-bottom: 0px;
}
.stilos-evento-public .content-text-slider-single b {
  font-size: 25px;
}
.stilos-evento-public .content-slider-events-actives {
  position: relative;
  width: 95%;
  max-width: 1340px;
  margin: auto;
}
.stilos-evento-public .content-slider-events-actives .content-slider-single {
  position: relative;
  float: left;
  height: 240px;
  width: 100%;
}
.stilos-evento-public .content-slider-single span {
  position: absolute;
  top: 60px;
  color: white;
  padding: 5px;
  font-size: 12px;
  right: 0;
  background: #FF3667;
}
.stilos-evento-public .swiper-line-center-arrow {
  box-sizing: border-box !important;
}
.stilos-evento-public .content-details-events-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6705882353);
  color: white;
  display: flex;
  align-items: center;
}
.stilos-evento-public .content-details-events-slider .content-title-banner-event {
  text-align: left;
}
.stilos-evento-public .content-details-events-slider .content-title-banner-event span {
  position: relative;
  float: left;
  width: 100%;
  background: transparent;
  top: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .stilos-evento-public .container-col-two-single-70,
  .stilos-evento-public .container-col-two-single-30 {
    width: 100%;
  }
  .stilos-evento-public .content-event-list-recommended {
    margin-bottom: 10px;
  }
  .stilos-evento-public .content-publc-event-single {
    width: 100%;
    margin: auto;
    float: none;
    max-width: 320px;
  }
  .stilos-evento-public .content-event-recommended {
    margin-bottom: 20px;
  }
  .stilos-evento-public .title-pulic-event-single {
    margin-bottom: 85px;
  }
  .stilos-evento-public .title-pulic-event-single img {
    position: absolute;
    height: auto;
    width: 320px;
    margin: auto;
    float: left;
    bottom: 0;
  }
  .stilos-evento-public .container-events-single {
    width: 95%;
  }
}
@media (max-width: 750px) {
  .stilos-evento-public .container-slider-single {
    display: none;
  }
  .stilos-evento-public .content-information-active {
    width: 100%;
    margin-bottom: 20px;
  }
  .stilos-evento-public .information-event-single {
    display: block;
  }
  .stilos-evento-public .content-banner-post-autor {
    display: block;
  }
  .stilos-evento-public .title-autor-post-banner {
    margin-bottom: 10px;
  }
  .stilos-evento-public .content-btn-banner-entry {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .stilos-evento-public .content-date-hours-banner-event {
    width: auto;
  }
  .stilos-evento-public .title-autor-post-banner {
    width: calc(100% - 24px);
  }
}
@media (max-width: 620px) {
  .stilos-evento-public .btn-liner-color-punk {
    min-width: 200px !important;
  }
  .stilos-evento-public .title-pulic-event-single img {
    width: 100%;
    height: 100%;
  }
  .stilos-evento-public .container-events-single {
    width: 100%;
  }
  .stilos-evento-public .content-social-media {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }
  .stilos-evento-public .content-text-detail-event-single {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }
  .stilos-evento-public .social-media-facebook,
  .stilos-evento-public .social-media-twitter,
  .stilos-evento-public .social-media-linkedin,
  .stilos-evento-public .social-media-whatsapp,
  .stilos-evento-public .social-media-womenalia {
    margin-bottom: 6px;
  }
}
@media (max-width: 455px) {
  .stilos-evento-public .btn-liner-color-punk {
    min-width: 160px !important;
  }
  .stilos-evento-public .content-publc-event-single {
    max-width: 415px;
  }
  .stilos-evento-public .container-events-single {
    width: 97%;
  }
  .stilos-evento-public .content-title-banner-event {
    font-size: 16px;
  }
  .stilos-evento-public .content-date-hours-banner-event {
    padding: 0px 5px;
  }
  .stilos-evento-public .hour-event {
    font-size: 10px;
  }
  .stilos-evento-public .date-month-pink {
    font-size: 13px;
  }
  .stilos-evento-public .content-information-active ul {
    padding: 0px;
  }
}

.estilos-notificaciones {
  /** Blog single **/
  /** contenedor btn **/
  /** list notificaciones **/
  /** cargar mas resultados **/
  /** modal eliminar item **/
  /** Responsive **/
}
.estilos-notificaciones *,
.estilos-notificaciones ::after,
.estilos-notificaciones ::before {
  box-sizing: initial !important;
}
.estilos-notificaciones button:focus {
  outline: 0px !important;
}
.estilos-notificaciones .container-events-single {
  position: relative;
  width: 100%;
  margin: auto;
  /*font-family: 'Roboto';*/
}
.estilos-notificaciones .title-event-single {
  position: relative;
  float: none;
  width: 92%;
  margin-bottom: 15px;
  padding: 20px 0px;
  border-bottom: 2px solid #C2C2C2;
  max-width: 1340px;
  margin: auto;
}
.estilos-notificaciones .title-event-single p {
  font-weight: 600;
}
.estilos-notificaciones .title-event-single span {
  font-weight: 300;
}
.estilos-notificaciones .content-new-contacts {
  position: relative;
  width: 92%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  max-width: 1340px;
  margin: auto;
}
.estilos-notificaciones .btn-liner-color-pink {
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 240px !important;
  padding: 10px 0px;
  margin-left: 20px;
}
.estilos-notificaciones .btn-liner-color-pink:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-notificaciones .content-btn-contacts {
  position: relative;
  float: left;
  width: 100%;
  text-align: right;
}
.estilos-notificaciones .content-list-notifications {
  position: relative;
  width: 92%;
  display: flex;
  align-items: center;
  max-width: 1340px;
  margin: auto;
}
.estilos-notificaciones .content-list-notifications:hover {
  background: #F7F7FA;
}
.estilos-notificaciones .notification-single {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #4BBEAA;
}
.estilos-notificaciones .content-image-notification {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.estilos-notificaciones .content-image-notification img {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}
.estilos-notificaciones .content-detail-notification {
  position: relative;
  float: left;
  width: calc(100% - 174px);
  height: 100%;
  padding: 0px 22px;
  color: inherit;
}
.estilos-notificaciones .content-detail-notification > b {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 18px;
}
.estilos-notificaciones .content-detail-notification span {
  position: relative;
  float: left;
  width: 60%;
  margin-bottom: 5px;
  font-size: 14px;
  text-overflow: Ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.estilos-notificaciones .content-detail-notification small {
  position: relative;
  float: left;
  width: 100%;
  color: #4BBEAA;
  font-weight: bold;
}
.estilos-notificaciones .content-bote-basura {
  position: relative;
  float: right;
  width: 60px;
  text-align: center;
}
.estilos-notificaciones .btn-bote-basura {
  background: transparent;
  cursor: pointer;
  border: none;
}
.estilos-notificaciones .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 100% !important;
  padding: 10px 0px;
}
.estilos-notificaciones .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-notificaciones .content-btn-more-views {
  position: relative;
  float: left;
  width: 100%;
  margin: 30px 0px;
}
.estilos-notificaciones .center-btn-more-views {
  position: relative;
  margin: auto;
  width: 95%;
  max-width: 275px;
}
.estilos-notificaciones .content-modal {
  display: none;
  position: fixed;
  /*font-family: 'Roboto';*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 75px;
  background: rgba(0, 0, 0, 0.5607843137);
  height: calc(100% - 150px);
}
.estilos-notificaciones .delete-item {
  align-items: center;
  text-align: center;
  width: calc(100% - 20px);
  padding: 10px !important;
  height: calc(100% - 20px) !important;
}
.estilos-notificaciones .content-body-modal {
  margin: auto;
}
.estilos-notificaciones .body-delete {
  /*font-family: 'Roboto';*/
  position: relative;
  float: left;
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 5px 3px black;
  border-radius: 6px;
  text-align: center;
  width: 190px;
}
.estilos-notificaciones .body-delete b {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
}
.estilos-notificaciones .content-btn-delete {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-notificaciones .cancel-item {
  position: relative;
  /*font-family: 'Roboto';*/
  float: left;
  background: white;
  color: black;
  border: 1px solid #4BBEAA;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 10px;
}
.estilos-notificaciones .confirm-item {
  position: relative;
  /*font-family: 'Roboto';*/
  float: right;
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: white;
  border: 1px solid #4BBEAA;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 10px;
}
.estilos-notificaciones .cancel-item:hover,
.estilos-notificaciones .confirm-item:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-notificaciones .cancel-item b,
.estilos-notificaciones .confirm-item b {
  margin-bottom: 0px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .estilos-notificaciones .content-btn-contacts {
    width: 100%;
    text-align: center;
  }
  .estilos-notificaciones .content-new-contacts {
    display: block;
  }
  .estilos-notificaciones .input-search-contacts {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 670px) {
  .estilos-notificaciones .btn-liner-color-pink {
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
    cursor: pointer;
    min-width: 100% !important;
    margin-left: 0px;
    margin-bottom: 13px;
  }
}
@media (max-width: 450px) {
  .estilos-notificaciones .content-detail-notification span {
    font-size: 11px;
    width: 100%;
  }
  .estilos-notificaciones .content-detail-notification b {
    font-size: 14px;
  }
}

.estilos-finder-contacto {
  /** col filtro **/
  /** col contenido obtenido de la busqueda **/
  /** ocultar en descktop **/
  /** input radio **/
  /* Centra el input personalizado con el texto */
  /* Modificador para dar la imagen de radio */
  /* Oculta input original */
  /* Radio personalizado usando <span> */
  /* Cambia el radio personalizado cuando es pulsado */
  /** Responsive **/
}
.estilos-finder-contacto *,
.estilos-finder-contacto ::after,
.estilos-finder-contacto ::before {
  box-sizing: initial !important;
}
.estilos-finder-contacto button:focus {
  outline: 0px !important;
}
.estilos-finder-contacto .container-advanced-search {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*font-family: Roboto;*/
}
.estilos-finder-contacto .content-filter-search {
  float: left;
  width: 260px;
  height: calc(100% - 40px);
  padding: 20px 15px;
  background: #F7F7FA;
  overflow-y: auto;
  transition: all ease 0.2s;
}
.estilos-finder-contacto .content-filter-search b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 17px;
  margin-bottom: 10px;
}
.estilos-finder-contacto .content-btn-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-finder-contacto .content-btn-filter button {
  position: relative;
  float: left;
  border: none;
  color: #FF3667;
  background: white;
  padding: 10px 15px;
  box-shadow: 0px 10px 15px #c7c7c7;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 12px;
}
.estilos-finder-contacto .content-btn-filter b {
  font-size: 13px;
  margin-bottom: auto;
}
.estilos-finder-contacto .content-btn-filter button:hover {
  color: white;
  background: #FF3667;
}
.estilos-finder-contacto .active-btn {
  color: white !important;
  background: #FF3667 !important;
}
.estilos-finder-contacto .content-date-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-finder-contacto .content-date-filter label {
  position: relative;
  float: left;
  width: 100%;
  color: #393939;
  font-size: 12px;
  cursor: pointer;
}
.estilos-finder-contacto .content-date-filter label input {
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}
.estilos-finder-contacto .ultime-filter {
  border: none;
  margin-bottom: 0;
}
.estilos-finder-contacto .content-all-search {
  position: relative;
  float: left;
  width: calc(100% - 332px);
  padding: 20px;
}
.estilos-finder-contacto .content-title-all-search {
  font-size: 30px;
  margin-bottom: 30px;
}
.estilos-finder-contacto .list-bligueras-active {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 0px 30px;
  border-bottom: 1px solid #4BBEAA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.estilos-finder-contacto .image-blogueras-single {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.estilos-finder-contacto .image-blogueras-single img {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-finder-contacto .details-bloguera-single {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 35px;
}
.estilos-finder-contacto .details-bloguera-single b {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-finder-contacto .details-bloguera-single span {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-finder-contacto .details-bloguera-single small {
  position: relative;
  float: left;
  padding-right: 22px;
  border-right: 1px solid;
  margin-right: 22px;
}
.estilos-finder-contacto .post-public {
  padding: 0px;
  margin: 0px;
  border-right: 0px solid !important;
}
.estilos-finder-contacto .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 15px 0px;
}
.estilos-finder-contacto .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-finder-contacto .close-menu-mobile,
.estilos-finder-contacto .menu-mobile-filter {
  display: none;
}
.estilos-finder-contacto .custom-radio-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: arial;
}
.estilos-finder-contacto .custom-radio-checkbox__show--radio {
  border-radius: 100%;
  background-color: #C4C4C4;
}
.estilos-finder-contacto .custom-radio-checkbox > .custom-radio-checkbox__input {
  display: none;
}
.estilos-finder-contacto .custom-radio-checkbox > .custom-radio-checkbox__show {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-size: cover;
}
.estilos-finder-contacto .custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
  background-color: #FF3667;
}
@media (max-width: 1024px) {
  .estilos-finder-contacto .content-all-search {
    width: calc(100% - 5px);
    margin-left: 0px;
    padding: 15px 5px;
    padding-right: 0px;
  }
  .estilos-finder-contacto .content-filter-search {
    position: absolute;
    z-index: 10;
    left: -290px;
  }
  .estilos-finder-contacto .close-menu-mobile {
    display: block;
    position: relative;
    float: right;
  }
  .estilos-finder-contacto .content-filter-search b {
    width: auto;
  }
  .estilos-finder-contacto .menu-mobile-filter {
    display: block;
    position: relative;
    float: right;
    padding: 12px 30px;
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  }
  .estilos-finder-contacto .menu-mobile-filter img {
    width: 20px;
  }
  .estilos-finder-contacto .content-title-all-search {
    display: flex;
    align-items: center;
  }
  .estilos-finder-contacto .content-title-all-search b {
    position: relative;
    float: left;
    width: 100%;
  }
  .estilos-finder-contacto .back-mobile {
    position: absolute;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7490196078);
    z-index: 1;
    transition: all ease 0.2s;
  }
}
@media (max-width: 750px) {
  .estilos-finder-contacto .list-bligueras-active {
    width: calc(100% - 10px);
    padding: 0px 5px;
    display: block;
  }
  .estilos-finder-contacto .details-bloguera-single {
    width: calc(100% - 100px);
    margin-bottom: 10px;
  }
  .estilos-finder-contacto .btn-follow-bloguera {
    text-align: center;
    margin-bottom: 20px;
  }
  .estilos-finder-contacto .btn-follow-bloguera {
    position: relative;
    float: left;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .estilos-finder-contacto .details-bloguera-single {
    padding-left: 5px;
  }
  .estilos-finder-contacto .details-bloguera-single {
    width: calc(100% - 70px);
  }
  .estilos-finder-contacto .details-bloguera-single span {
    font-size: 12px;
  }
  .estilos-finder-contacto .details-bloguera-single small {
    padding-right: 12px;
    margin-right: 12px;
  }
  .estilos-finder-contacto .btn-liner-color {
    padding: 8px 0px;
  }
  .estilos-finder-contacto .content-title-all-search b {
    font-size: 20px;
  }
}

.estilos-buscador_contenido {
  /** col filtro **/
  /** col contenido obtenido de la busqueda **/
  /** ocultar en descktop **/
  /** listas de contenido **/
  /** input radio **/
  /* Centra el input personalizado con el texto */
  /* Modificador para dar la imagen de radio */
  /* Oculta input original */
  /* Radio personalizado usando <span> */
  /* Cambia el radio personalizado cuando es pulsado */
  /** Responsive **/
}
.estilos-buscador_contenido *,
.estilos-buscador_contenido ::after,
.estilos-buscador_contenido ::before {
  box-sizing: initial !important;
}
.estilos-buscador_contenido button:focus {
  outline: 0px !important;
}
.estilos-buscador_contenido .container-advanced-search {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*font-family: Roboto;*/
}
.estilos-buscador_contenido .content-filter-search {
  float: left;
  width: 260px;
  height: calc(100% - 40px);
  padding: 20px 15px;
  background: #F7F7FA;
  overflow-y: auto;
  transition: all ease 0.2s;
}
.estilos-buscador_contenido .content-filter-search b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 17px;
  margin-bottom: 10px;
}
.estilos-buscador_contenido .content-btn-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-buscador_contenido .content-btn-filter button {
  position: relative;
  float: left;
  border: none;
  color: #FF3667;
  background: white;
  padding: 10px 15px;
  box-shadow: 0px 10px 15px #c7c7c7;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 12px;
}
.estilos-buscador_contenido .content-btn-filter b {
  font-size: 13px;
  margin-bottom: auto;
}
.estilos-buscador_contenido .content-btn-filter button:hover {
  color: white;
  background: #FF3667;
}
.estilos-buscador_contenido .active-btn {
  color: white !important;
  background: #FF3667 !important;
}
.estilos-buscador_contenido .content-date-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-buscador_contenido .content-date-filter label {
  position: relative;
  float: left;
  width: 100%;
  color: #393939;
  font-size: 12px;
  cursor: pointer;
}
.estilos-buscador_contenido .content-date-filter label input {
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}
.estilos-buscador_contenido .ultime-filter {
  border: none;
  margin-bottom: 0;
}
.estilos-buscador_contenido .content-all-search {
  position: relative;
  float: left;
  width: calc(100% - 400px);
  margin: auto;
  padding: 20px;
}
.estilos-buscador_contenido .content-title-all-search {
  font-size: 30px;
  margin-bottom: 30px;
}
.estilos-buscador_contenido .close-menu-mobile,
.estilos-buscador_contenido .menu-mobile-filter {
  display: none;
}
.estilos-buscador_contenido .content-list-contents {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 0px 30px;
  border-bottom: 1px solid #4BBEAA;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: inherit;
}
.estilos-buscador_contenido .image-contents {
  position: relative;
  float: left;
  width: 87px;
  height: 68px;
  margin-right: 25px;
}
.estilos-buscador_contenido .image-contents img {
  position: relative;
  float: left;
  width: 87px;
  height: 68px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-buscador_contenido .details-contents-single {
  position: relative;
  float: left;
  width: calc(100% - 430px);
}
.estilos-buscador_contenido .details-title-contents {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  margin-bottom: 5px;
}
.estilos-buscador_contenido .details-contents-single span {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.estilos-buscador_contenido .date-contents {
  color: #4BBEAA;
}
.estilos-buscador_contenido .details-small-contents {
  width: calc(100% - 20px);
  margin-bottom: 0px !important;
  padding-right: 20px;
  max-width: 510px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.estilos-buscador_contenido .start-contents {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-right: 45px;
  max-width: 100px;
}
.estilos-buscador_contenido .start-contents form {
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
  padding: 5px;
}
.estilos-buscador_contenido .start-contents #form p {
  text-align: center;
}
.estilos-buscador_contenido .start-contents #form label {
  font-size: 20px;
}
.estilos-buscador_contenido .start-contents input[type=radio] {
  display: none;
}
.estilos-buscador_contenido .start-contents label {
  color: #D9D9D9;
  margin-bottom: 0px;
}
.estilos-buscador_contenido .start-contents label.active {
  color: #4BBEAA;
}
.estilos-buscador_contenido .start-contents .clasificacion {
  margin: auto;
  direction: rtl;
  unicode-bidi: bidi-override;
}
.estilos-buscador_contenido .image-foto-contents {
  position: relative;
  float: left;
  width: 49px;
  height: 49px;
  margin-right: 20px;
  border-radius: 100%;
}
.estilos-buscador_contenido .image-foto-contents img {
  position: relative;
  float: left;
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100%;
}
.estilos-buscador_contenido .name-contents {
  position: relative;
  float: left;
  width: 235px;
  text-align: left;
}
.estilos-buscador_contenido .description-content {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-buscador_contenido .custom-radio-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: arial;
}
.estilos-buscador_contenido .custom-radio-checkbox__show--radio {
  border-radius: 100%;
  background-color: #C4C4C4;
}
.estilos-buscador_contenido .custom-radio-checkbox > .custom-radio-checkbox__input {
  display: none;
}
.estilos-buscador_contenido .custom-radio-checkbox > .custom-radio-checkbox__show {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-size: cover;
}
.estilos-buscador_contenido .custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
  background-color: #FF3667;
}
@media (max-width: 1800px) {
  .estilos-buscador_contenido .content-all-search {
    width: calc(100% - 331px);
  }
}
@media (max-width: 1200px) {
  .estilos-buscador_contenido .content-list-contents {
    width: calc(100% - 0px);
    padding: 0px 0px;
    padding-bottom: 20px;
  }
  .estilos-buscador_contenido .date-contents {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .estilos-buscador_contenido .content-all-search {
    width: calc(100% - 5px);
    margin-left: 0px;
    padding: 15px 5px;
    padding-right: 0px;
  }
  .estilos-buscador_contenido .content-filter-search {
    position: absolute;
    z-index: 10;
    left: -290px;
  }
  .estilos-buscador_contenido .close-menu-mobile {
    display: block;
    position: relative;
    float: right;
  }
  .estilos-buscador_contenido .content-filter-search b {
    width: auto;
  }
  .estilos-buscador_contenido .menu-mobile-filter {
    display: block;
    position: relative;
    float: right;
    padding: 12px 30px;
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  }
  .estilos-buscador_contenido .menu-mobile-filter img {
    width: 20px;
  }
  .estilos-buscador_contenido .content-title-all-search {
    display: flex;
    align-items: center;
  }
  .estilos-buscador_contenido .content-title-all-search b {
    position: relative;
    float: left;
    width: 100%;
  }
  .estilos-buscador_contenido .back-mobile {
    position: fixed;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7490196078);
    z-index: 1;
    transition: all ease 0.2s;
  }
}
@media (max-width: 780px) {
  .estilos-buscador_contenido .image-contents {
    width: 100%;
    height: 240px;
  }
  .estilos-buscador_contenido .image-contents img {
    width: 100%;
    height: 240px;
  }
  .estilos-buscador_contenido .content-list-contents {
    display: block;
    width: calc(100% - 5px);
    padding: 0px 0px;
    padding-bottom: 20px;
  }
  .estilos-buscador_contenido .details-contents-single {
    width: calc(100% - 20px);
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 0px;
  }
  .estilos-buscador_contenido .name-contents {
    padding: 5px 0px;
    width: calc(100% - 89px);
  }
  .estilos-buscador_contenido .start-contents {
    position: absolute;
    top: 0;
    right: 7px;
    max-width: 122px;
    margin-right: 0px;
    margin-top: 13px;
  }
  .estilos-buscador_contenido .start-contents form {
    padding: 2px;
    border-radius: 9px;
  }
  .estilos-buscador_contenido .start-contents .clasificacion {
    top: -2px;
    position: relative;
    font-size: 20px;
  }
  .estilos-buscador_contenido .image-foto-contents {
    margin: 0px 20px;
  }
  .estilos-buscador_contenido .details-contents-single span {
    position: relative;
    float: left;
    margin-right: 0px;
    text-align: justify;
    padding-right: 0px;
    width: 100%;
  }
  .estilos-buscador_contenido .details-title-contents,
  .estilos-buscador_contenido .date-contents {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .estilos-buscador_contenido .content-title-all-search {
    font-size: 20px;
  }
}

.estilos-finder-blogueras {
  /** col filtro **/
  /** col contenido obtenido de la busqueda **/
  /** ocultar en descktop **/
  /** input radio **/
  /* Centra el input personalizado con el texto */
  /* Modificador para dar la imagen de radio */
  /* Oculta input original */
  /* Radio personalizado usando <span> */
  /* Cambia el radio personalizado cuando es pulsado */
  /** Responsive **/
}
.estilos-finder-blogueras *,
.estilos-finder-blogueras ::after,
.estilos-finder-blogueras ::before {
  box-sizing: initial !important;
}
.estilos-finder-blogueras button:focus {
  outline: 0px !important;
}
.estilos-finder-blogueras .container-advanced-search {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*font-family: Roboto;*/
}
.estilos-finder-blogueras .content-filter-search {
  float: left;
  width: 260px;
  height: calc(100% - 40px);
  padding: 20px 15px;
  background: #F7F7FA;
  overflow-y: auto;
  transition: all ease 0.2s;
}
.estilos-finder-blogueras .content-filter-search b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 17px;
  margin-bottom: 10px;
}
.estilos-finder-blogueras .content-btn-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-finder-blogueras .content-btn-filter button {
  position: relative;
  float: left;
  border: none;
  color: #FF3667;
  background: white;
  padding: 10px 15px;
  box-shadow: 0px 10px 15px #c7c7c7;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 12px;
}
.estilos-finder-blogueras .content-btn-filter b {
  font-size: 13px;
  margin-bottom: auto;
}
.estilos-finder-blogueras .content-btn-filter button:hover {
  color: white;
  background: #FF3667;
}
.estilos-finder-blogueras .active-btn {
  color: white !important;
  background: #FF3667 !important;
}
.estilos-finder-blogueras .content-date-filter {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D3D3D3;
}
.estilos-finder-blogueras .content-date-filter label {
  position: relative;
  float: left;
  width: 100%;
  color: #393939;
  font-size: 12px;
  cursor: pointer;
}
.estilos-finder-blogueras .content-date-filter label input {
  margin-right: 10px;
  float: left;
  position: relative;
  top: 3px;
}
.estilos-finder-blogueras .ultime-filter {
  border: none;
  margin-bottom: 0;
}
.estilos-finder-blogueras .content-all-search {
  position: relative;
  float: left;
  width: calc(100% - 332px);
  padding: 20px;
}
.estilos-finder-blogueras .content-title-all-search {
  font-size: 30px;
  margin-bottom: 30px;
}
.estilos-finder-blogueras .list-bligueras-active {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  padding: 0px 30px;
  border-bottom: 1px solid #4BBEAA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.estilos-finder-blogueras .image-blogueras-single {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.estilos-finder-blogueras .image-blogueras-single img {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-finder-blogueras .details-bloguera-single {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 35px;
}
.estilos-finder-blogueras .details-bloguera-single b {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-finder-blogueras .details-bloguera-single span {
  position: relative;
  float: left;
  width: calc(100% - 15px);
  max-width: 392px;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.estilos-finder-blogueras .descrition-bloguera-single {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-finder-blogueras .details-bloguera-single small {
  position: relative;
  float: left;
  padding-right: 22px;
  border-right: 1px solid;
  margin-right: 22px;
}
.estilos-finder-blogueras .post-public {
  padding: 0px;
  margin: 0px;
  border-right: 0px solid !important;
}
.estilos-finder-blogueras .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 15px 0px;
}
.estilos-finder-blogueras .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-finder-blogueras .close-menu-mobile,
.estilos-finder-blogueras .menu-mobile-filter {
  display: none;
}
.estilos-finder-blogueras .custom-radio-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: arial;
}
.estilos-finder-blogueras .custom-radio-checkbox__show--radio {
  border-radius: 100%;
  background-color: #C4C4C4;
}
.estilos-finder-blogueras .custom-radio-checkbox > .custom-radio-checkbox__input {
  display: none;
}
.estilos-finder-blogueras .custom-radio-checkbox > .custom-radio-checkbox__show {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-size: cover;
}
.estilos-finder-blogueras .custom-radio-checkbox > .custom-radio-checkbox__input:checked + .custom-radio-checkbox__show--radio {
  background-color: #FF3667;
}
@media (max-width: 1024px) {
  .estilos-finder-blogueras .content-all-search {
    width: calc(100% - 5px);
    margin-left: 0px;
    padding: 15px 5px;
    padding-right: 0px;
  }
  .estilos-finder-blogueras .content-filter-search {
    position: absolute;
    z-index: 10;
    left: -290px;
  }
  .estilos-finder-blogueras .close-menu-mobile {
    display: block;
    position: relative;
    float: right;
  }
  .estilos-finder-blogueras .content-filter-search b {
    width: auto;
  }
  .estilos-finder-blogueras .menu-mobile-filter {
    display: block;
    position: relative;
    float: right;
    padding: 12px 30px;
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  }
  .estilos-finder-blogueras .menu-mobile-filter img {
    width: 20px;
  }
  .estilos-finder-blogueras .content-title-all-search {
    display: flex;
    align-items: center;
  }
  .estilos-finder-blogueras .content-title-all-search b {
    position: relative;
    float: left;
    width: 100%;
  }
  .estilos-finder-blogueras .back-mobile {
    position: absolute;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7490196078);
    z-index: 1;
    transition: all ease 0.2s;
  }
}
@media (max-width: 750px) {
  .estilos-finder-blogueras .list-bligueras-active {
    width: calc(100% - 10px);
    padding: 0px 5px;
    display: block;
  }
  .estilos-finder-blogueras .details-bloguera-single {
    width: calc(100% - 100px);
    margin-bottom: 10px;
  }
  .estilos-finder-blogueras .btn-follow-bloguera {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .estilos-finder-blogueras .details-bloguera-single {
    padding-left: 5px;
  }
  .estilos-finder-blogueras .details-bloguera-single {
    width: calc(100% - 70px);
  }
  .estilos-finder-blogueras .details-bloguera-single span {
    font-size: 12px;
  }
  .estilos-finder-blogueras .details-bloguera-single small {
    padding-right: 12px;
    margin-right: 12px;
  }
  .estilos-finder-blogueras .btn-liner-color {
    padding: 8px 0px;
  }
  .estilos-finder-blogueras .content-title-all-search b {
    font-size: 20px;
  }
}

.estilos-perfil-public {
  /** Contenido profile **/
  /** header profile **/
  /** Biografia **/
  /** Experienca laboral **/
  /** Educación **/
  /** idiomas **/
  /** Col two - crea tu blog **/
  /** blog month **/
  /** intereses **/
  /** Responsive **/
}
.estilos-perfil-public *,
.estilos-perfil-public ::after,
.estilos-perfil-public ::before {
  box-sizing: initial !important;
}
.estilos-perfil-public .col,
.estilos-perfil-public [class*=col-] {
  box-sizing: border-box !important;
}
.estilos-perfil-public .container-events-single {
  position: relative;
  width: 90%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1340px;
}
.estilos-perfil-public .container-col-two-single-70 {
  position: relative;
  float: left;
}
.estilos-perfil-public .container-col-two-single-30 {
  position: relative;
  float: right;
}
.estilos-perfil-public .container-col-two-single-30 *,
.estilos-perfil-public .container-col-two-single-30 ::after,
.estilos-perfil-public .container-col-two-single-30 ::before {
  box-sizing: border-box !important;
}
.estilos-perfil-public .container-col-two-single-30 .count-sliderbar-interes .card {
  border: none;
}
.estilos-perfil-public .container-col-two-single-30 .count-sliderbar-interes .card .card-body {
  padding: 0;
}
.estilos-perfil-public .container-col-two-single-30 .count-sliderbar-interes .card .card-body .body-perfilview-intereses-btn .btn img {
  max-width: 1.4rem;
}
.estilos-perfil-public .container-col-two-single-30 .count-sliderbar-interes .card .card-body .body-perfilview-intereses-item .btn {
  box-shadow: 0 6px 10px 0 rgba(176, 176, 176, 0.2509803922);
  padding: 0.6rem 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.estilos-perfil-public .container-col-two-single-30 .count-sliderbar-interes .card .card-body .body-perfilview-intereses-item .btn b {
  font-size: 1rem !important;
}
.estilos-perfil-public .content-profile-active {
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0px;
  display: flex;
  align-items: center;
}
.estilos-perfil-public .content-img-profile,
.estilos-perfil-public .content-sentence {
  position: relative;
  float: left;
  width: 33.3333%;
  text-align: center;
}
.estilos-perfil-public .content-detail-profile {
  position: relative;
  float: left;
  width: 33.3333%;
  text-align: left;
}
.estilos-perfil-public .content-img-profile img {
  position: relative;
  float: left;
  width: 169px;
  height: 169px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 2px solid #ff3667;
}
.estilos-perfil-public .content-detail-profile small {
  position: relative;
  float: left;
  width: 100%;
  color: #FF3667;
  font-weight: 500;
}
.estilos-perfil-public .content-detail-profile b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 800;
}
.estilos-perfil-public .content-detail-profile p {
  position: relative;
  float: left;
  width: 100%;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 0px;
}
.estilos-perfil-public .content-address-profile {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0px;
  padding-top: 0px;
  font-size: 13px;
  font-weight: 400;
}
.estilos-perfil-public .content-address-profile span {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.estilos-perfil-public .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 150px !important;
  padding: 12px 0px;
  margin-top: 5px;
}
.estilos-perfil-public .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-perfil-public .semi {
  font-size: 10px !important;
  font-weight: 600 !important;
}
.estilos-perfil-public .open-quotation-marks {
  position: absolute;
  width: 15px;
  left: -15px;
}
.estilos-perfil-public .close-quotation-marks {
  position: absolute;
  transform: rotate(180deg);
  width: 15px;
  bottom: 7px;
}
.estilos-perfil-public .content-sentence-post {
  position: relative;
  width: 100%;
  word-wrap: break-word;
  margin: auto;
  float: none;
  font-weight: 500;
}
.estilos-perfil-public .content-biography-profile {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  padding: 30px 25px;
}
.estilos-perfil-public .content-biography-profile b {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 800;
}
.estilos-perfil-public .content-work-experience {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  padding: 30px 25px;
  padding-top: 0px;
}
.estilos-perfil-public .content-work-experience b {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 800;
}
.estilos-perfil-public .one-work-experience {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.estilos-perfil-public .one-work-experience:last-child .line-experience {
  display: none;
}
.estilos-perfil-public .content-progress-experience {
  position: relative;
  float: left;
  width: 65px;
  text-align: center;
}
.estilos-perfil-public .circle-expericne {
  position: relative;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4BBEAA;
  margin: auto;
}
.estilos-perfil-public .line-experience {
  border-width: 1px;
  border-style: dashed;
  border-color: #4BBEAA;
  position: relative;
  float: left;
  width: 99px;
  transform: rotate(90deg);
  top: 50px;
  left: -19px;
}
.estilos-perfil-public .hide-line-progress {
  display: none;
}
.estilos-perfil-public .content-details-experience-work {
  position: relative;
  float: left;
  width: calc(100% - 119px);
  padding: 20px 27px;
  box-shadow: 0px 4px 10px #efefef;
  border-radius: 5px;
}
.estilos-perfil-public .name-work-experience {
  position: relative;
  float: left;
  border-right: 1px solid #cdcdcd;
}
.estilos-perfil-public .name-work-experience b {
  font-size: 16px;
  padding-bottom: 6px;
  color: #FF3667;
}
.estilos-perfil-public .business-work {
  font-size: 15px !important;
  padding-bottom: 6px !important;
  color: black !important;
}
.estilos-perfil-public .details-work-experience {
  position: relative;
  float: left;
  font-size: 14px;
  padding-left: 30px;
  font-weight: 400;
  width: 50%;
}
.estilos-perfil-public .details-work-experience span {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-perfil-public .content-education-profile {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  padding: 30px 25px;
}
.estilos-perfil-public .content-education-profile b {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 800;
}
.estilos-perfil-public .content-details-edutation {
  position: relative;
  float: left;
  width: calc(100% - 55px);
  padding: 20px 27px;
  box-shadow: 0px 4px 10px #efefef;
  border-radius: 5px;
}
.estilos-perfil-public .name-education-experience {
  position: relative;
  float: left;
  padding-right: 50px;
  border-right: 1px solid #cdcdcd;
}
.estilos-perfil-public .school-education {
  padding: 14px 0px !important;
  color: #FF3667;
}
.estilos-perfil-public .content-lenguaje-profile {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  padding: 30px 25px;
}
.estilos-perfil-public .content-lenguaje-profile b {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 19px;
  font-weight: 800;
}
.estilos-perfil-public .content-lenguaje-single {
  position: relative;
  float: left;
  padding: 15px 29px;
  box-shadow: 0px 4px 10px #efefef;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.estilos-perfil-public .content-lenguaje-single span {
  position: relative;
  float: left;
  font-weight: 600;
  margin-right: 12px;
}
.estilos-perfil-public .content-lenguaje-single form {
  position: relative;
  float: left;
  margin: auto;
}
.estilos-perfil-public .content-lenguaje-single #form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}
.estilos-perfil-public .content-lenguaje-single #form p {
  text-align: center;
}
.estilos-perfil-public .content-lenguaje-single #form label {
  font-size: 20px;
}
.estilos-perfil-public .content-lenguaje-single input[type=radio] {
  display: none;
}
.estilos-perfil-public .content-lenguaje-single label {
  cursor: pointer;
  color: #7B7B7B;
}
.estilos-perfil-public .content-lenguaje-single .clasificacion {
  margin: auto;
}
.estilos-perfil-public .content-lenguaje-single .clasificacion label {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0;
  border-radius: 100rem;
  background-color: #7B7B7B;
}
.estilos-perfil-public .content-lenguaje-single .clasificacion label.active {
  background-color: #ff3667;
}
.estilos-perfil-public .content-lenguaje-single label:hover,
.estilos-perfil-public .content-lenguaje-single label:hover ~ label {
  color: #FF3667;
}
.estilos-perfil-public .content-lenguaje-single input[type=radio]:checked ~ label {
  color: #FF3667;
}
.estilos-perfil-public .btn-liner-color-punk {
  color: #FFF;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 250px !important;
  padding: 12px 0px;
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  border-radius: 10px;
}
.estilos-perfil-public .btn-liner-color-punk:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-perfil-public .content-blog-free {
  position: relative;
  float: left;
  width: 100%;
  padding: 27px 0px;
}
.estilos-perfil-public .content-blog-free img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-perfil-public .blog-free-text {
  width: 100%;
  position: absolute;
  text-align: center;
  padding: 25px 0px;
}
.estilos-perfil-public .blog-free-text b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.estilos-perfil-public .blog-free-text small {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12.5px;
  margin-bottom: 15px;
}
.estilos-perfil-public .content-blog-month {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.estilos-perfil-public .title-blog-month {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 29px;
}
.estilos-perfil-public .content-blog-month-post {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FF3667;
  color: white;
}
.estilos-perfil-public .content-blog-month img {
  position: absolute;
  float: left;
  width: 34%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-perfil-public .content-title-blog-month {
  position: relative;
  float: right;
  width: 66%;
  padding: 20px 0px;
}
.estilos-perfil-public .name-blog-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 16px;
  padding-bottom: 0px;
}
.estilos-perfil-public .name-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 14px;
}
.estilos-perfil-public .description-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  text-align: left;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.estilos-perfil-public .content-post-public {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-perfil-public .content-post-public img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-perfil-public .description-post-public {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px;
  font-weight: 800;
}
.estilos-perfil-public .description-post-public span {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-perfil-public .content-post-month {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.estilos-perfil-public .content-category-blog-public {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.estilos-perfil-public .content-category-single-active {
  position: relative;
  float: left;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.estilos-perfil-public .content-card-category-single {
  position: relative;
  float: left;
  background: white;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
  border-radius: 4px;
  color: #FF3667;
  padding: 10px 15px;
}
.estilos-perfil-public .content-card-category-single img {
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .estilos-perfil-public .container-col-two-single-70,
  .estilos-perfil-public .container-col-two-single-30 {
    width: 100%;
  }
  .estilos-perfil-public .content-category-blog-public {
    width: 322px;
    margin: auto;
    float: none;
  }
  .estilos-perfil-public .title-blog-month {
    text-align: center;
  }
  .estilos-perfil-public .container-events-single {
    width: 95%;
  }
}
@media (max-width: 620px) {
  .estilos-perfil-public .content-detail-profile,
  .estilos-perfil-public .content-img-profile,
  .estilos-perfil-public .content-sentence {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .estilos-perfil-public .content-profile-active {
    display: block;
  }
  .estilos-perfil-public .content-sentence {
    margin-top: 35px;
  }
  .estilos-perfil-public .content-img-profile img {
    float: none;
  }
}
@media (max-width: 565px) {
  .estilos-perfil-public .name-work-experience {
    border-right: 0px solid #cdcdcd;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  .estilos-perfil-public .details-work-experience {
    padding-left: 0px;
  }
  .estilos-perfil-public .line-experience {
    width: 165px;
    top: 83px;
    left: -52px;
  }
  .estilos-perfil-public .content-detail-profile b {
    font-size: 30px;
  }
  .estilos-perfil-public .content-biography-profile,
  .estilos-perfil-public .content-work-experience,
  .estilos-perfil-public .content-education-profile,
  .estilos-perfil-public .content-lenguaje-profile {
    width: calc(100% - 0px);
    padding: 30px 0px;
  }
  .estilos-perfil-public .name-education-experience {
    padding-right: 0px;
    border-right: 0px solid #cdcdcd;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .estilos-perfil-public .content-lenguaje-single {
    margin-right: 0px;
    width: 87%;
  }
}
@media (max-width: 450px) {
  .estilos-perfil-public .content-category-blog-public {
    width: auto;
  }
  .estilos-perfil-public .content-lenguaje-single {
    width: auto;
  }
  .estilos-perfil-public .details-work-experience {
    width: 100%;
  }
}

.estilosblogpublic {
  /** Blog single **/
  /** columnas blog **/
  /** head blog **/
  /** Blog post **/
  /** blog month **/
  /** publicidad **/
  /** Categorias **/
  /** Responsive **/
}
.estilosblogpublic *,
.estilosblogpublic ::after,
.estilosblogpublic ::before {
  box-sizing: initial !important;
}
.estilosblogpublic hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.estilosblogpublic .container-events-single {
  position: relative;
  width: 90%;
  margin: auto;
  /*font-family: 'Roboto';*/
  max-width: 1340px;
}
.estilosblogpublic .col,
.estilosblogpublic [class*=col-] {
  box-sizing: border-box !important;
}
@media screen and (max-width: 991.98px) {
  .estilosblogpublic .col-12.col-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
.estilosblogpublic .container-col-two-single-70 {
  position: relative;
  float: left;
  width: 100%;
  background: #E5E5E5;
}
.estilosblogpublic .container-col-two-single-30 {
  position: relative;
  float: right;
}
.estilosblogpublic .container-col-two-single-30 .count-sliderbar *,
.estilosblogpublic .container-col-two-single-30 .count-sliderbar ::after,
.estilosblogpublic .container-col-two-single-30 .count-sliderbar ::before {
  box-sizing: border-box !important;
}
.estilosblogpublic .banner-head-blog {
  position: relative;
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  height: 205px;
  color: white;
}
.estilosblogpublic .image-people-blog {
  position: relative;
  float: left;
  top: 115px;
  left: 25px;
  width: 169px;
  height: 169px;
  border-radius: 100%;
}
.estilosblogpublic .image-people-blog img {
  width: 169px;
  height: 169px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilosblogpublic .description-people-blog {
  position: relative;
  float: left;
  top: 110px;
  left: 50px;
  width: 65%;
}
.estilosblogpublic .content-title-people-blog {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 20px;
}
.estilosblogpublic .content-follows-people {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
}
.estilosblogpublic .content-follows-people img {
  position: relative;
  float: left;
}
.estilosblogpublic .not-border {
  border-right: 0px solid !important;
}
.estilosblogpublic .content-follows-people span {
  position: relative;
  float: left;
  padding: 0px 8px;
  border-right: 1px solid;
}
.estilosblogpublic .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 200px !important;
  padding: 8px 0px;
}
.estilosblogpublic .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilosblogpublic .btn-follow {
  position: absolute;
  bottom: -70px;
  right: 25px;
}
.estilosblogpublic .content-blogs-post-people {
  position: relative;
  float: left;
  margin-top: 120px;
  width: calc(100% - 10px);
  padding: 0px 5px;
}
.estilosblogpublic .post-people-blog {
  position: relative;
  float: left;
  background: white;
  width: calc(50% - 40px);
  margin: 0px 20px;
  margin-bottom: 30px;
}
.estilosblogpublic .post-people-blog img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilosblogpublic .content-circle-views {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4BBEAA;
  float: left;
  font-size: 8px;
  color: white;
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: -28px;
  left: 16px;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
}
.estilosblogpublic .line-womenalia-blog {
  position: relative;
  float: left;
  width: 10px;
  margin-left: 21px;
  top: 10px;
  border: 1px solid #4BBEAA;
}
.estilosblogpublic .date-womenalia-blog {
  position: relative;
  float: left;
  top: 4px;
  left: 10px;
}
.estilosblogpublic .list-starts-form-blog {
  position: absolute;
  background: white;
  height: 24px;
  width: 90px;
  text-align: center;
  bottom: -12px;
  right: 17px;
}
.estilosblogpublic .content-circle-views img {
  position: relative;
  margin-top: 7px;
  margin-bottom: 3px;
  width: 15px;
  float: none;
}
.estilosblogpublic .content-circle-views span {
  position: relative;
  float: left;
  width: 100%;
}
.estilosblogpublic .content-details-post {
  position: relative;
  float: left;
  width: 100%;
  background: white;
}
.estilosblogpublic .content-title-post-blog {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.estilosblogpublic .content-description-blog-post {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 35px 20px;
}
.estilosblogpublic .content-etiquete-blog-post {
  position: relative;
  float: left;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
}
.estilosblogpublic .circle-womenalia-blog-post {
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FF3667;
  position: relative;
  float: left;
  text-align: center;
}
.estilosblogpublic .circle-womenalia-blog-post img {
  position: relative;
  float: none;
  width: 10px;
  top: 5px;
}
.estilosblogpublic .text-womenalia-blog {
  position: relative;
  float: left;
  top: 4px;
  left: 10px;
}
.estilosblogpublic .list-starts-form-blog #form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}
.estilosblogpublic .list-starts-form-blog #form p {
  text-align: center;
}
.estilosblogpublic .list-starts-form-blog #form label {
  font-size: 20px;
}
.estilosblogpublic .list-starts-form-blog input[type=radio] {
  display: none;
}
.estilosblogpublic .list-starts-form-blog label {
  color: #D9D9D9;
  cursor: pointer;
}
.estilosblogpublic .list-starts-form-blog .clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
  margin: auto;
}
.estilosblogpublic .list-starts-form-blog label:hover,
.estilosblogpublic .list-starts-form-blog label:hover ~ label {
  color: #FF3667;
}
.estilosblogpublic .list-starts-form-blog input[type=radio]:checked ~ label {
  color: #FF3667;
}
.estilosblogpublic .content-blog-month {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 63px;
  padding-bottom: 30px;
}
.estilosblogpublic .title-blog-month {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 29px;
  text-align: center;
}
.estilosblogpublic .content-blog-month-post {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FF3667;
  color: white;
}
.estilosblogpublic .content-blog-month img {
  position: absolute;
  float: left;
  width: 34%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilosblogpublic .content-title-blog-month {
  position: relative;
  float: right;
  width: 66%;
  padding: 20px 0px;
}
.estilosblogpublic .name-blog-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 16px;
  padding-bottom: 0px;
}
.estilosblogpublic .name-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px 10px;
  font-size: 14px;
}
.estilosblogpublic .description-people-month {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  text-align: left;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.estilosblogpublic .content-post-public {
  position: relative;
  float: left;
  width: 100%;
}
.estilosblogpublic .content-post-public img {
  position: relative;
  float: left;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilosblogpublic .description-post-public {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  padding: 10px;
  font-weight: 800;
}
.estilosblogpublic .description-post-public b {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
}
.estilosblogpublic .content-post-month {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.estilosblogpublic .content-advertising {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 45px;
}
.estilosblogpublic .content-advertising img {
  width: 100%;
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilosblogpublic .content-category-single-active {
  position: relative;
  float: left;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.estilosblogpublic .content-card-category-single {
  position: relative;
  float: left;
  background: white;
  box-shadow: 0px 6px 10px rgba(176, 176, 176, 0.25);
  border-radius: 4px;
  color: #FF3667;
  padding: 10px 15px;
}
.estilosblogpublic .content-card-category-single img {
  position: relative;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 20px;
}
.estilosblogpublic .content-category-blog-public {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .estilosblogpublic .container-col-two-single-70,
  .estilosblogpublic .container-col-two-single-30 {
    width: 100%;
  }
  .estilosblogpublic .container-events-single {
    width: 100%;
  }
  .estilosblogpublic .title-blog-month {
    text-align: center;
  }
  .estilosblogpublic .content-blog-month {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-top: 63px;
    padding-bottom: 30px;
  }
  .estilosblogpublic .content-post-month {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-bottom: 45px;
    border: none;
  }
  .estilosblogpublic .content-advertising {
    width: calc(100% - 20px);
    padding: 0px 10px;
    padding-bottom: 45px;
  }
  .estilosblogpublic .content-category-blog-public {
    padding: 0px 35px;
    width: 322px;
    margin: auto;
    float: none;
  }
}
@media (max-width: 700px) {
  .estilosblogpublic .post-people-blog {
    width: calc(95% - 19px);
  }
  .estilosblogpublic .content-blogs-post-people {
    width: 100%;
    padding: 0px 0px;
  }
  .estilosblogpublic .image-people-blog {
    top: 38px;
    width: 135px;
    height: 135px;
  }
  .estilosblogpublic .image-people-blog img {
    width: 135px;
    height: 135px;
  }
  .estilosblogpublic .description-people-blog {
    top: 35px;
  }
  .estilosblogpublic .content-follows-people span {
    border: none;
    width: calc(100% - 40px);
  }
  .estilosblogpublic .content-follows-people {
    line-height: 27px;
  }
  .estilosblogpublic .content-follows-people img {
    left: 8px;
    top: 4px;
  }
  .estilosblogpublic .description-people-blog {
    width: calc(100% - 210px);
  }
  .estilosblogpublic .btn-follow {
    bottom: -95px;
  }
  .estilosblogpublic .btn-follow {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    right: 0;
  }
  .estilosblogpublic .content-blogs-post-people {
    margin-top: 100px;
  }
}
@media (max-width: 530px) {
  .estilosblogpublic .container-events-single {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .estilosblogpublic .content-category-blog-public {
    width: auto;
  }
  .estilosblogpublic .content-follows-people {
    font-size: 11px;
  }
  .estilosblogpublic .image-people-blog {
    width: 40%;
    max-width: 135px;
  }
  .estilosblogpublic .description-people-blog {
    width: 52%;
    left: 25px;
  }
}

.estilos-conversacion {
  /** Blog single **/
  /** contenedor search **/
  /** col conversión y chat **/
  /** col uno de conversión **/
  /** cargar mas resultados **/
  /** Conversación **/
  /** Modal conversation mobile **/
  /** modal eliminar item **/
  /** Responsive **/
}
.estilos-conversacion *,
.estilos-conversacion ::after,
.estilos-conversacion ::before {
  box-sizing: initial !important;
}
.estilos-conversacion .col,
.estilos-conversacion [class*=col-] {
  box-sizing: border-box !important;
}
.estilos-conversacion button:focus {
  outline: 0px !important;
}
.estilos-conversacion .container-events-single {
  position: relative;
  width: 100%;
  margin: auto;
  /*font-family: 'Roboto';*/
}
.estilos-conversacion .title-event-single {
  position: relative;
  float: none;
  width: 92%;
  margin-bottom: 15px;
  padding: 20px 0px;
  border-bottom: 2px solid #C2C2C2;
  max-width: 1340px;
  margin: auto;
}
.estilos-conversacion .title-event-single p {
  font-weight: 600;
}
.estilos-conversacion .title-event-single span {
  font-weight: 300;
}
.estilos-conversacion .content-new-contacts {
  position: relative;
  width: 92%;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  max-width: 1340px;
  margin: auto;
}
.estilos-conversacion .content-search-new {
  position: relative;
  float: left;
  width: 37%;
}
.estilos-conversacion .content-btn-contacts {
  position: relative;
  float: right;
  width: 63%;
  text-align: right;
}
.estilos-conversacion .input-search-contacts {
  position: relative;
  float: left;
  width: 90%;
  max-width: 350px;
}
.estilos-conversacion .input-search-contacts input {
  /*font-family: 'Roboto';*/
  position: relative;
  float: left;
  width: calc(100% - 33px);
  background: #F7F7FA;
  border: none;
  padding: 6px 25px;
  border-radius: 11px;
  padding-left: 10px;
}
.estilos-conversacion .input-search-contacts img {
  position: absolute;
  right: 0;
  width: 23px;
  padding: 6px 8px;
  cursor: pointer;
}
.estilos-conversacion :focus-visible {
  outline: none;
}
.estilos-conversacion .btn-liner-color-pink {
  background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 240px !important;
  padding: 12px 0px;
  margin-left: 20px;
  box-sizing: border-box !important;
}
.estilos-conversacion .btn-liner-color-pink:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-conversacion .btn-liner-color-pink img {
  position: relative;
  float: left;
  left: 30px;
  top: 2px;
}
.estilos-conversacion .col-conversation-40 {
  position: relative;
  float: left;
  width: calc(40% - 40px);
  padding: 10px 20px;
  overflow-y: auto;
  height: 97%;
}
.estilos-conversacion .col-conversation-60 {
  position: relative;
  float: left;
  width: 60%;
  height: calc(100% - 4px);
  background: #F7F7FA;
  padding: 2px;
}
.estilos-conversacion .content-list-conversation {
  position: relative;
  width: 92%;
  height: calc(100% - 215px);
  max-width: 1340px;
  margin: auto;
  margin-bottom: 50px;
}
.estilos-conversacion .notification-single {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #4BBEAA;
}
.estilos-conversacion .conversation-single {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-bottom: 1px solid #4BBEAA;
}
.estilos-conversacion .conversation-single:hover {
  background: #F7F7FA;
}
.estilos-conversacion .content-image-conversation {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.estilos-conversacion .content-image-conversation img {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}
.estilos-conversacion .content-detail-conversation {
  position: relative;
  float: left;
  width: calc(100% - 174px);
  height: 100%;
  padding: 0px 22px;
}
.estilos-conversacion .content-detail-conversation b {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
}
.estilos-conversacion .content-detail-conversation span {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  text-overflow: Ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.estilos-conversacion .content-detail-conversation small {
  position: relative;
  float: left;
  width: 100%;
  color: #4BBEAA;
  font-weight: bold;
}
.estilos-conversacion .content-bote-basura {
  position: relative;
  float: right;
  width: 60px;
  text-align: center;
}
.estilos-conversacion .btn-bote-basura {
  background: transparent;
  cursor: pointer;
  border: none;
}
.estilos-conversacion .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  box-shadow: 0px 10px 15px #c7c7c7;
  cursor: pointer;
  min-width: 100% !important;
  padding: 15px 0px;
}
.estilos-conversacion .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-conversacion .content-btn-more-views {
  position: relative;
  float: left;
  width: 100%;
  margin: 30px 0px;
  margin-bottom: 0px;
}
.estilos-conversacion .center-btn-more-views {
  position: relative;
  margin: auto;
  width: 95%;
  max-width: 275px;
  margin-right: 0;
}
.estilos-conversacion .head-conversation-chat {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  background: white;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.estilos-conversacion .head-conversation-chat span {
  position: relative;
  float: left;
  width: calc(100% - 70px);
  padding: 0px 17px;
}
.estilos-conversacion .content-conversation-single {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  max-height: calc(100vh - 500px);
  min-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px 0px;
  scrollbar-color: var(--neutralTertiaryAlt) transparent;
  scrollbar-width: thin;
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #ced4da;
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(52, 58, 64, 0.3);
}
.estilos-conversacion .content-conversation-single::-webkit-scrollbar-thumb {
  background-color: #6c757d;
  outline: 1px solid #6c757d;
}
.estilos-conversacion .response-me-single {
  display: inline-block;
  position: relative;
  width: auto;
  text-align: left;
  padding: 10px;
  background: #FF3667;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 2px 10px;
  max-width: 45%;
  margin-right: 10px;
}
.estilos-conversacion .response-me-single span {
  display: block;
  color: white;
  /* white-space: break-spaces; */
  word-break: break-word;
}
.estilos-conversacion .response-contact-single {
  display: inline-block;
  position: relative;
  width: calc(100% - 20px);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.estilos-conversacion .response-contact-single img {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}
.estilos-conversacion .response-contact-single span {
  background: white;
  padding: 7px 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-left: 15px;
  width: auto;
  max-width: 40%;
  word-break: break-word;
}
.estilos-conversacion .date-conversation-active {
  position: relative;
  width: 100%;
  text-align: center;
  color: #949494;
  padding: 10px 0px;
}
.estilos-conversacion .content-send-conversation {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-conversacion .text-send-input {
  position: relative;
  float: left;
  width: calc(100% - 84px);
  padding: 0px 5px;
}
.estilos-conversacion .text-send-input input {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  padding: 5px 10px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
  border-radius: 5px;
}
.estilos-conversacion .btn-send-enter-conversation {
  position: relative;
  float: right;
  width: 65px;
  right: 4px;
}
.estilos-conversacion .btn-send-enter-conversation button {
  background: #4BBEAA;
  border-radius: 5px;
  border: none;
  padding: 5px 20px;
  cursor: pointer;
}
.estilos-conversacion .btn-send-enter-conversation img {
  width: 25px;
}
.estilos-conversacion .conversation-mobile {
  display: flex;
  flex-direction: column;
  opacity: 0;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background: #F7F7FA;
  padding: 2px;
  transition: all ease 2s;
}
.estilos-conversacion .conversation-mobile .content-conversation-single {
  height: 0;
  max-height: none;
  min-height: 0;
  flex: 1;
}
.estilos-conversacion .content-modal {
  display: none;
  position: fixed;
  /*font-family: 'Roboto';*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 75px;
  background: rgba(0, 0, 0, 0.5607843137);
  height: calc(100% - 150px);
  height: 100vh;
  z-index: 100;
  box-sizing: border-box !important;
}
.estilos-conversacion .close-modal-mobile-conversation {
  position: relative;
  float: left;
  cursor: pointer;
}
.estilos-conversacion .delete-item {
  align-items: center;
  text-align: center;
  width: calc(100% - 20px);
  padding: 10px !important;
  height: calc(100% - 20px) !important;
}
.estilos-conversacion .content-body-modal {
  margin: auto;
  height: 100%;
}
.estilos-conversacion .body-delete {
  /*font-family: 'Roboto';*/
  position: relative;
  float: left;
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 5px 3px black;
  border-radius: 6px;
  text-align: center;
  width: 190px;
}
.estilos-conversacion .body-delete b {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 17px;
}
.estilos-conversacion .content-btn-delete {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-conversacion .cancel-item {
  position: relative;
  /*font-family: 'Roboto';*/
  float: left;
  background: white;
  color: black;
  border: 1px solid #4BBEAA;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 10px;
}
.estilos-conversacion .confirm-item {
  position: relative;
  /*font-family: 'Roboto';*/
  float: right;
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: white;
  border: 1px solid #4BBEAA;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 10px;
}
.estilos-conversacion .cancel-item:hover,
.estilos-conversacion .confirm-item:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-conversacion .cancel-item b,
.estilos-conversacion .confirm-item b {
  margin-bottom: 0px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .estilos-conversacion .content-search-new {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .estilos-conversacion .content-btn-contacts {
    width: 100%;
    text-align: center;
  }
  .estilos-conversacion .content-new-contacts {
    display: block;
  }
  .estilos-conversacion .input-search-contacts {
    width: 100%;
    max-width: 100%;
  }
  .estilos-conversacion .col-conversation-40 {
    width: 100%;
  }
  .estilos-conversacion .col-conversation-60 {
    display: none;
  }
}
@media (max-width: 670px) {
  .estilos-conversacion .btn-liner-color-pink {
    background: linear-gradient(180deg, #FF3667 7.5%, #AB1D40 100%);
    cursor: pointer;
    min-width: 100% !important;
    margin-left: 0px;
    margin-bottom: 13px;
  }
  .estilos-conversacion .content-modal {
    padding: 20px;
    height: 100vh;
  }
}
@media (max-width: 450px) {
  .estilos-conversacion .col-conversation-40 {
    padding: 10px 0px;
  }
  .estilos-conversacion .content-detail-conversation {
    width: calc(100% - 120px);
    padding: 0px 5px;
  }
  .estilos-conversacion .head-conversation-chat span,
  .estilos-conversacion .content-conversation-single {
    font-size: 12px;
  }
}

.estilos-publicidad {
  /** Blog single **/
  /** target mujer **/
  /** Nuestros servicios **/
  /** Responsive **/
}
.estilos-publicidad *,
.estilos-publicidad ::after,
.estilos-publicidad ::before {
  box-sizing: initial !important;
}
.estilos-publicidad .count-form-publicidad *,
.estilos-publicidad .count-form-publicidad ::after,
.estilos-publicidad .count-form-publicidad ::before {
  box-sizing: border-box !important;
}
.estilos-publicidad .container-events-single {
  position: relative;
  width: 100%;
  margin: auto;
  /*font-family: 'Roboto';*/
}
.estilos-publicidad .title-event-single {
  position: relative;
  float: left;
  width: 92%;
  margin-bottom: 15px;
  margin: auto 4%;
}
.estilos-publicidad .title-event-single p {
  font-weight: 600;
}
.estilos-publicidad .title-event-single span {
  font-weight: 300;
}
.estilos-publicidad .content-banner-advertising {
  position: relative;
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #FF9DB5 7.5%, #FF3667 100%);
  height: 330px;
  margin-top: 20px;
}
.estilos-publicidad .content-banner-advertising img {
  position: absolute;
  right: 0px;
  top: -83px;
  width: 459px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.estilos-publicidad .content-advertising-title {
  position: relative;
  float: left;
  width: 40%;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
}
.estilos-publicidad .content-advertising-description {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-publicidad .content-advertising-description span {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  padding: 15px 30px;
  font-size: 45px;
  font-weight: 300;
}
.estilos-publicidad .content-advertising-description b {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  padding: 0px 30px;
  font-size: 26px;
}
.estilos-publicidad .btn-follow {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  padding: 0px 30px;
}
.estilos-publicidad .btn-liner-color {
  background: linear-gradient(180deg, #6ADCC8 0%, #148B77 100%);
  color: #FFF;
  border-radius: 0.5rem !important;
  border: none;
  cursor: pointer;
  min-width: 240px !important;
  padding: 10px 0px;
  margin-top: 19px;
}
.estilos-publicidad .btn-liner-color:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estilos-publicidad .semi {
  font-size: 14px !important;
  font-weight: 500;
}
.estilos-publicidad .content-target-womand {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0px;
}
.estilos-publicidad .content-head-target {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}
.estilos-publicidad .content-col-target-woman {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 45px;
  max-width: 1340px;
  margin: auto;
}
.estilos-publicidad .center-active-banner {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: auto;
}
.estilos-publicidad .col-two-action {
  position: relative;
  float: left;
  width: 50%;
  height: 400px;
  display: flex;
  align-items: center;
}
.estilos-publicidad .banner-target-woman img {
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-publicidad .content-center-defaul {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 230px;
  padding-left: 30px;
}
.estilos-publicidad .content-center-defaul .description-womenalia-target {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 800;
}
.estilos-publicidad .content-center-defaul small {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  text-align: center;
  padding: 0px 50px;
}
.estilos-publicidad .style-womenalia-target {
  color: #FF3667;
}
.estilos-publicidad .content-list-target {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 55px;
  display: flex;
  align-items: center;
}
.estilos-publicidad .content-list-target img {
  position: relative;
  float: left;
  width: 39px;
  margin-right: 12px;
}
.estilos-publicidad .content-list-target span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.estilos-publicidad .content-services-single {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.estilos-publicidad .content-our-services {
  position: relative;
  float: left;
  width: 100%;
}
.estilos-publicidad .list-our-services {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  list-style: none;
  padding-left: 0px;
  padding: 0px 10px;
}
.estilos-publicidad .list-our-services li {
  position: relative;
  float: left;
  width: calc(20% - 20px);
  height: 260px;
  padding: 10px;
  cursor: pointer;
}
.estilos-publicidad .list-our-services img {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.estilos-publicidad .content-single-list-our-service {
  position: absolute;
  text-align: center;
  width: calc(100% - 80px);
  height: 200px;
  display: flex;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  margin: 30px;
  border-radius: 8px;
  text-transform: uppercase;
}
.estilos-publicidad .text-our-service {
  position: relative;
  text-align: center;
  width: 100%;
}
.estilos-publicidad .content-detail-service-personalized {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
}
.estilos-publicidad .content-detail-service-personalized {
  font-size: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .estilos-publicidad .list-our-services li {
    width: calc(50% - 20px);
  }
  .estilos-publicidad .content-center-defaul {
    padding: 0px 30px;
  }
}
@media (max-width: 1024px) {
  .estilos-publicidad .content-advertising-title {
    width: 55%;
  }
  .estilos-publicidad .content-center-defaul {
    padding: 0px 30px;
  }
}
@media (max-width: 670px) {
  .estilos-publicidad .container-events-single {
    width: 100%;
  }
  .estilos-publicidad .title-event-single p,
  .estilos-publicidad .title-event-single span {
    padding: 0px 20px;
  }
  .estilos-publicidad .content-advertising-title {
    width: 100%;
    text-align: center;
    display: block;
  }
  .estilos-publicidad .content-banner-advertising {
    height: 490px;
  }
  .estilos-publicidad .content-banner-advertising img {
    right: 0;
    left: 0;
    top: 225px;
    width: 295px;
    -o-object-position: center;
    object-position: center;
    margin: auto;
  }
  .estilos-publicidad .col-two-action {
    width: 100%;
  }
  .estilos-publicidad .content-banner-advertising {
    margin-top: 25px;
  }
}
@media (max-width: 530px) {
  .estilos-publicidad .list-our-services li {
    width: calc(100% - 20px);
  }
  .estilos-publicidad .content-advertising-description b {
    font-size: 20px;
  }
  .estilos-publicidad .content-detail-service-personalized {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .estilos-publicidad .content-advertising-description b {
    font-size: 15px;
  }
}

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