@charset "UTF-8";
/* Fitxer per unir tots els altres fitxers scss  de compilar  */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
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, 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 {
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

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;
  -ms-overflow-style: scrollbar;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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-break: 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;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.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 .table {
  background-color: #fff;
}

.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 {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.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-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-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-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-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-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-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-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: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control: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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  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.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [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 {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  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 .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.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 {
  background-color: #71dd8a;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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 .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.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 {
  background-color: #efa2a9;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  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;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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 {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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(0, 123, 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 {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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(108, 117, 125, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(40, 167, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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(23, 162, 184, 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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(255, 193, 7, 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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(220, 53, 69, 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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(248, 249, 250, 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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
  background-image: none;
  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;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  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: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control: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),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control: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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.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 {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 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:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (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;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (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 screen and (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-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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
}

.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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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 {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  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: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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 {
  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;
  margin-bottom: -1px;
  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 {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .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 {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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, 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) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 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-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) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  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-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) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  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-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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 {
  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-circle {
  border-radius: 50% !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 {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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 {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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 {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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;
}

.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-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-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-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-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-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !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;
  }
}
.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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !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: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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;
}

.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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.sticky-bottom {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-bottom: 100px;
}

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

.sticky-bottom__box {
  display: block;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sticky-bottom__boundary {
  position: relative;
  display: block;
}

/*# sourceMappingURL=sb.bundle.css.map*/
.page-space {
  margin-bottom: 130px;
  margin-top: 310px;
}
@media (max-width: 1400px) {
  .page-space {
    margin-top: 125px;
    margin-bottom: 55px;
  }
}

.page-space-special {
  margin-top: 203px;
  margin-bottom: 130px;
}
@media (max-width: 1400px) {
  .page-space-special {
    margin-bottom: 103px;
    margin-top: 174px;
  }
}
@media (max-width: 425px) {
  .page-space-special {
    margin-top: 82px;
    margin-bottom: 23px;
  }
}

.page-space-normal {
  margin-bottom: 130px;
  margin-top: 203px;
}
@media (max-width: 1400px) {
  .page-space-normal {
    margin-top: 125px;
    margin-bottom: 55px;
  }
}
@media (max-width: 425px) {
  .page-space-normal {
    margin-top: 82px;
  }
}

.limit-70 {
  padding-right: 20%;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 992px) {
  .container {
    max-width: 720px;
  }
}

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

@media (min-width: 1025px) {
  .container-heading-section {
    max-width: 1050px;
  }
}

.container-footer-max {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .spacer-medium {
    height: 40px !important;
  }
}
@media (max-width: 425px) {
  .spacer-medium {
    height: 30px !important;
  }
}

body {
  font-family: "Gotham Book", "sans-serif";
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }
}

h1, .bttn-title, .single-servei, .second-h1 {
  font-family: "Playfair Display", sans-serif;
  font-size: 100px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1e1dff;
}

@media (max-width: 1024px) {
  h1, .bttn-title {
    font-size: 120px;
  }
}

@media (max-width: 1024px) {
  .single-servei {
    font-size: 65px;
  }
}
@media (max-width: 425px) {
  .single-servei {
    font-size: 55px;
  }
}

h2, .h2-subtitle, .h3-subtitle, .single-post .noticia a, .title-post, .single-agenda .title-link a, .search-title {
  font-family: "Zilla Slab", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #1e1dff;
}

@media (max-width: 1024px) {
  h2, .single-post .noticia a, .title-post, .single-agenda .title-link a, .search-title {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  h2, .single-post .noticia a, .title-post, .single-agenda .title-link a, .search-title {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (max-width: 1024px) {
  .h2-subtitle, .h3-subtitle {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 425px) {
  .h2-subtitle, .h3-subtitle {
    font-size: 18px;
    font-weight: 500;
  }
}

h3 {
  font-family: "Merriweather", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #191876;
}

.title {
  font-family: "Playfair Display", sans-serif;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.subtitle, .bttn-subtitile {
  font-family: "Zilla Slab", sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.79;
  color: #1e1dff;
}

.bttn-subtitile-little, .gform_confirmation_message, .page-template-menu-left h2, .text-servei h3 {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1e1dff;
}
@media (max-width: 1024px) {
  .bttn-subtitile-little, .gform_confirmation_message, .page-template-menu-left h2, .text-servei h3 {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .bttn-subtitile-little, .gform_confirmation_message, .page-template-menu-left h2, .text-servei h3 {
    font-size: 17px;
  }
}

button:focus {
  outline: none;
  cursor: pointer;
}

.general-link, .gform_button, .sib-default-btn {
  font-family: "Gotham Book", "sans-serif";
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  text-align: right;
  color: #1e1dff;
}

a {
  text-decoration: underline !important;
  text-decoration-color: transparent !important;
  transition: all 0.3s linear;
}

a:hover {
  text-decoration-color: #1e1dff !important;
}

.bttn-farmacia {
  margin-bottom: 0 !important;
}
.bttn-farmacia > a {
  background-color: inherit !important;
  color: #1e1dff !important;
  font-size: 20px !important;
  font-style: italic;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  vertical-align: text-bottom !important;
}
.bttn-farmacia:after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-style: normal;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .bttn-farmacia > a {
    font-size: 16px !important;
  }
  .bttn-farmacia:after {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .bttn-farmacia > a {
    font-size: 14px !important;
  }
  .bttn-farmacia:after {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .container-title, .container-subtitle {
    width: 100%;
    text-align: center !important;
  }
  .container-title.change-order, .container-subtitle.change-order {
    order: -1;
  }

  .bttn-farmacia {
    text-align: center !important;
  }
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  max-width: none;
  max-width: unset;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.modal-left .modal-dialog .modal-content, .modal.modal-right .modal-dialog .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.modal-right .modal-dialog {
  right: 0;
}
.modal.modal-left .modal-dialog {
  left: 0;
}
.modal.fade.modal-left .modal-dialog {
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.modal.fade.modal-right .modal-dialog {
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.modal.fade.show .modal-dialog {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal.modal-fullscreen {
  background: #ffffff;
}
.modal.modal-fullscreen .modal-dialog {
  max-width: none;
}
.modal.modal-fullscreen .modal-content, .modal.modal-fullscreen .modal-header {
  border: 0;
}

/*
* Classes propies icones 
*/
.icono-youtube::before {
  content: "";
  display: block;
  background-image: url(../images/youtube.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 33px;
}

.icon-close {
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiID8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSI1MHB0IiBoZWlnaHQ9IjUwcHQiIHZpZXdCb3g9IjAgMCA1MCA1MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSIjZmZmZmZmZmYiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEuMDAiIGQ9IiBNIDYuNDIgNy43NSBDIDYuNzUgNy40MSA3LjQxIDYuNzQgNy43NCA2LjQxIEMgMTMuNjIgMTEuOTkgMTkuMjIgMTcuODYgMjUuMDAgMjMuNTQgQyAzMC43OCAxNy45MCAzNi4zNyAxMi4wNyA0Mi4xOCA2LjQ2IEMgNDIuNTkgNi43NiA0My4zOSA3LjM2IDQzLjc5IDcuNjYgQyAzOC4wMiAxMy40NCAzMi4yMiAxOS4yMCAyNi40NyAyNS4wMCBDIDMyLjEzIDMwLjc4IDM3Ljk4IDM2LjM3IDQzLjU3IDQyLjIyIEMgNDMuMjYgNDIuNjEgNDIuNjQgNDMuMzkgNDIuMzQgNDMuNzggQyAzNi41NyAzNy45OSAzMC44MiAzMi4yMCAyNS4wMCAyNi40NiBDIDE5LjIxIDMyLjE0IDEzLjYxIDM4LjAxIDcuNzQgNDMuNjAgQyA3LjQxIDQzLjI2IDYuNzUgNDIuNTggNi40MiA0Mi4yNCBDIDEyLjAzIDM2LjQwIDE3Ljg5IDMwLjc5IDIzLjU2IDI1LjAwIEMgMTcuODkgMTkuMjEgMTIuMDMgMTMuNjAgNi40MiA3Ljc1IFoiIC8+PC9nPjwvc3ZnPg==);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.filtre-icon {
  width: 24px;
  height: 18px;
  background-image: url(../images/filter-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}

.arrow-left {
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* Animació fletxa aside guardies */
#guardies .icon-right {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 9px;
}

@keyframes slide1 {
  0%, 100% {
    transform: rotate(-90deg) translateY(60px) translateX(0px);
  }
  50% {
    transform: rotate(-90deg) translateY(60px) translateX(-10px);
  }
}
/* Animació fadeIn pestanyes home */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
form a {
  color: #1e1dff;
}
form a:hover {
  color: #1e1dff;
}

.rotateBefore::before {
  transform: rotate(180deg);
}

.row-serveis-marcas .slick-slide {
  height: inherit !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-serveis-marcas .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
.row-serveis-marcas .slick-arrow.slick-next {
  right: 0px;
  transform: translateX(50%);
}
.row-serveis-marcas .slick-arrow.slick-prev {
  left: 0px;
  transform: translateX(-50%) rotate(180deg);
}
.row-serveis-marcas .slick-arrow {
  all: unset;
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "" !important;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 1;
}

*:before, *:after {
  transition: all 0.3s linear;
}

input[type=checkbox] + label {
  transition: none;
}

.bttn-mini-cart-empty {
  margin: auto;
}
.bttn-mini-cart-empty i {
  font-size: 150px !important;
}
.bttn-mini-cart-empty i::before {
  color: #1e1dff !important;
}
.bttn-mini-cart-empty p {
  margin-top: 58px;
  font-size: 40px;
  text-align: center;
  font-style: italic;
  font-family: "Zilla Slab", sans-serif;
  line-height: 1.25;
  max-width: 315px;
}

#masthead .woocommerce.widget_shopping_cart {
  overflow: auto;
  background: #ffffff;
  color: #1e1dff;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list li {
  border-bottom: 1px solid #1e1dff;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list li:first-child {
  border-top: 1px solid #1e1dff;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list img {
  float: none;
  min-width: 100px;
  width: 100px;
  margin: 0;
}
@media screen and (max-width: 320px) {
  #masthead .woocommerce.widget_shopping_cart ul.cart_list img {
    min-width: unset;
    max-width: 55px;
  }
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list .mini-cart-image-wrapper {
  margin-right: 20px;
  background: #ffffff;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list a {
  color: #1e1dff !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  #masthead .woocommerce.widget_shopping_cart ul.cart_list a {
    font-size: 12px;
  }
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list a.remove_from_cart_button {
  position: absolute;
  right: 0;
  left: unset;
  top: unset;
  font-size: 34px !important;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list a.remove_from_cart_button:hover {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  #masthead .woocommerce.widget_shopping_cart ul.cart_list a.remove_from_cart_button {
    right: 15px;
  }
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list .mini-cart-details {
  color: #1e1dff;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list .mini-cart-details .quantity {
  color: black;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list .mini-cart-details .variation {
  border: 0;
}
#masthead .woocommerce.widget_shopping_cart ul.cart_list .mini-cart-details .variation dd {
  margin-bottom: 0;
}
#masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
  padding: 17px 24px 0;
  color: #1e1dff;
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  font-size: 25px;
  font-family: "Zilla Slab", sans-serif;
  font-style: italic;
}
#masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  #masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total {
    font-size: 20px;
  }
  #masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 22px;
  }
}
#masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  margin-bottom: 50px;
}
#masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward.checkout {
  width: 100%;
}
#masthead .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  background: none;
  text-transform: none;
  padding: 0;
  color: #ffffff;
  margin-top: 20px;
}
#masthead .woocommerce.widget_shopping_cart .go-shop {
  font-size: 20px;
  font-style: italic;
  color: #1e1dff;
  text-align: center;
  margin-bottom: 25px;
}
#masthead .woocommerce.widget_shopping_cart .go-shop:hover {
  text-decoration: none;
}
#masthead .woocommerce.widget_shopping_cart .go-shop i {
  margin-left: 10px;
}

#content .woocommerce table.cart {
  width: auto;
}
#content .woocommerce table.cart td.product-remove a.remove {
  color: #1e1dff !important;
  background-color: transparent;
  font-size: 30px;
  font-weight: 300;
}
#content .woocommerce table.cart td.product-name {
  font-size: 18px;
  text-transform: uppercase;
}
#content .woocommerce table.cart td.product-thumbnail {
  padding-bottom: 10px;
  display: table-cell;
}
#content .woocommerce table.cart td.product-subtotal {
  text-align: left;
  font-size: 20px;
  color: #1e1dff;
  font-weight: 500;
}
#content .woocommerce table.cart td.actions {
  text-align: center;
}
#content .woocommerce table.cart td.actions > button {
  width: auto !important;
  background: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}
#content .woocommerce table.cart td.actions > button:before {
  font-family: "tresxics-icons" !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;
  content: "\e908";
  margin-right: 8px;
  font-size: 22px;
  vertical-align: sub;
}
#content .woocommerce table.cart td.actions .coupon {
  float: none;
}
#content .woocommerce table.cart td.actions .keep-shopping {
  margin-top: 10px;
  margin-bottom: 50px;
}
#content .woocommerce table.cart tr:first-child td {
  border: 0;
}
#content .woocommerce table.cart img {
  width: 120px;
}
#content .woocommerce table.cart thead {
  display: none;
}
@media (max-width: 767.98px) {
  #content .woocommerce table.cart {
    display: block;
  }
  #content .woocommerce table.cart tbody {
    display: block;
  }
  #content .woocommerce table.cart tr {
    display: flex;
    flex-wrap: wrap;
  }
  #content .woocommerce table.cart tr td {
    display: block;
  }
  #content .woocommerce table.cart tr td.product-remove {
    width: 100%;
    padding: 0 !important;
  }
  #content .woocommerce table.cart tr td.product-remove a.remove {
    float: right;
  }
  #content .woocommerce table.cart tr td.product-name, #content .woocommerce table.cart tr td.product-thumbnail {
    width: 50%;
  }
  #content .woocommerce table.cart tr td.product-thumbnail {
    display: block;
    text-align: right;
  }
  #content .woocommerce table.cart tr td.product-thumbnail img {
    width: 100px;
  }
  #content .woocommerce table.cart tr td.product-thumbnail .abecedari-imatge {
    width: 100px;
    margin-left: auto;
  }
  #content .woocommerce table.cart tr td.product-price, #content .woocommerce table.cart tr td.product-quantity, #content .woocommerce table.cart tr td.product-subtotal {
    width: 33.333%;
    padding-bottom: 32px;
  }
  #content .woocommerce table.cart tr td.product-price, #content .woocommerce table.cart tr td.product-subtotal {
    align-self: center;
  }
  #content .woocommerce table.cart tr td.product-name, #content .woocommerce table.cart tr td.product-thumbnail, #content .woocommerce table.cart tr td.product-price, #content .woocommerce table.cart tr td.product-quantity, #content .woocommerce table.cart tr td.product-subtotal {
    border: 0;
  }
  #content .woocommerce table.cart tr td.actions {
    width: 100%;
  }
}
#content .mini-cart-qty {
  width: 136px;
  margin-left: auto;
  margin-right: auto;
}
#content .mini-cart-qty input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  padding: 0;
  line-height: 50px;
  font-size: 14px;
  background-color: inherit;
}
#content .mini-cart-qty input::-webkit-outer-spin-button,
#content .mini-cart-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#content .mini-cart-qty .bttn-qty-minus, #content .mini-cart-qty .bttn-qty-plus {
  width: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  cursor: pointer;
  user-select: none;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  #content .mini-cart-qty {
    width: 60px;
  }
  #content .mini-cart-qty input[type=number] {
    height: 40px;
    line-height: 40px;
    width: 28px;
  }
  #content .mini-cart-qty .bttn-qty-minus, #content .mini-cart-qty .bttn-qty-plus {
    line-height: 40px;
  }
}
#content .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
#content .cart-collaterals .cart_totals td {
  text-align: right;
  padding-right: 0;
}
#content .cart-collaterals .cart_totals th {
  font-size: 18px;
  padding-left: 0;
}
#content .cart-collaterals .cart_totals .shop_table {
  border-radius: 0;
  border-top: 1px solid;
}
#content .cart-collaterals .cart_totals .order-total td strong > .woocommerce-Price-amount {
  font-size: 30px;
}
#content .cart-collaterals .cart_totals .order-total td .includes_tax {
  display: block;
}
#content .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 0;
  padding-top: 58px;
}
#content .checkout-button {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
  background-color: #1e1dff;
  padding: 12px 60px;
  border: 2px solid #1e1dff;
  color: white;
}
#content .checkout-button:hover {
  color: #1e1dff;
  background-color: white;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: none;
}

.totals-container {
  padding-top: 50px;
  padding-bottom: 60px;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.totals-container h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.checkout-container {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: 100%;
  flex: none;
  padding: 0;
}
.woocommerce .col2-set .col-1:before, .woocommerce .col2-set .col-1:after, .woocommerce-page .col2-set .col-1:before, .woocommerce-page .col2-set .col-1:after, .woocommerce .col2-set .col-2:before, .woocommerce .col2-set .col-2:after, .woocommerce-page .col2-set .col-2:before, .woocommerce-page .col2-set .col-2:after {
  display: none;
}

#content .cart-collaterals .cart_totals table {
  border-collapse: collapse !important;
}
#content .cart-collaterals .cart_totals table tr {
  display: table-row !important;
}
#content .cart-collaterals .cart_totals h2 {
  padding-left: 62px;
  padding-bottom: 0px;
  padding-top: 28px;
  font-size: 25px;
  text-transform: none;
  font-family: "Zilla Slab", sans-serif;
  color: #1e1dff;
  font-weight: 500;
  margin-bottom: 0px;
  font-style: italic;
}
#content .cart-collaterals .cart_totals table {
  border: none !important;
  position: relative;
}
#content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .cart-subtotal td span, #content .cart-collaterals .cart_totals .order-total th, #content .cart-collaterals .cart_totals .order-total td span, #content .cart-collaterals .cart_totals tr th, #content .cart-collaterals .cart_totals tr td span {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #1e1dff;
  font-style: italic;
}
#content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .order-total th, #content .cart-collaterals .cart_totals tr th {
  padding-left: 62px;
  display: table-cell !important;
}
#content .cart-collaterals .cart_totals .cart-subtotal td, #content .cart-collaterals .cart_totals .order-total td, #content .cart-collaterals .cart_totals tr td {
  padding-right: 107px;
  display: table-cell !important;
  text-align: right !important;
}
#content .cart-collaterals .cart_totals .cart-subtotal td::before, #content .cart-collaterals .cart_totals .order-total td::before, #content .cart-collaterals .cart_totals tr td::before {
  display: none !important;
}
#content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .cart-subtotal td {
  padding-top: 42px;
  padding-bottom: 42px;
}
#content .cart-collaterals .cart_totals #shipping_method {
  text-align: left;
  max-width: 47%;
  margin-left: auto;
}
#content .cart-collaterals .cart_totals .order-total::after {
  content: "";
  height: 1px;
  width: -webkit-fill-available;
  background-color: #1e1dff;
  position: absolute;
  left: 0px;
  margin: 0px 42px 0px 46px;
}
#content .cart-collaterals .cart_totals .order-total td, #content .cart-collaterals .cart_totals .order-total th {
  border: none;
  padding-top: 19px;
  padding-bottom: 36px;
}
#content .cart-collaterals .cart_totals .order-total td span {
  font-weight: bold;
}
#content .cart-collaterals .cart_totals .order-total th {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #content .cart-collaterals .cart_totals h2 {
    font-size: 20px;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .cart-subtotal td span, #content .cart-collaterals .cart_totals .order-total th, #content .cart-collaterals .cart_totals .order-total td span, #content .cart-collaterals .cart_totals .shipping th, #content .cart-collaterals .cart_totals .shipping td span {
    font-size: 20px !important;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal td, #content .cart-collaterals .cart_totals .order-total td, #content .cart-collaterals .cart_totals .shipping td {
    padding-right: 57px;
  }
  #content .cart-collaterals .cart_totals #shipping_method {
    max-width: 56%;
  }
  #content .cart-collaterals .cart_totals .order-total::after {
    margin: 0px 57px 0px 62px;
  }
}
@media (max-width: 767px) {
  #content .cart-collaterals .cart_totals h2 {
    padding-left: 22px;
    padding-top: 28px;
    font-size: 17px;
  }
  #content .cart-collaterals .cart_totals .order-total::after {
    margin: 0px 26px 0px 22px;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .cart-subtotal td span, #content .cart-collaterals .cart_totals .order-total th, #content .cart-collaterals .cart_totals .order-total td span, #content .cart-collaterals .cart_totals .shipping th, #content .cart-collaterals .cart_totals .shipping td span {
    font-size: 17px !important;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .order-total th, #content .cart-collaterals .cart_totals .shipping th {
    padding-left: 22px;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal td, #content .cart-collaterals .cart_totals .order-total td, #content .cart-collaterals .cart_totals .shipping td {
    padding-right: 26px;
  }
  #content .cart-collaterals .cart_totals .cart-subtotal th, #content .cart-collaterals .cart_totals .cart-subtotal td {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 70%;
  }
}

.shop-wrapper .col-seccio-1-la-farmacia > .vc_column-inner > .wpb_wrapper {
  padding-top: 100px;
}
.shop-wrapper .col-seccio-1-la-farmacia::after {
  width: 63.5% !important;
}
.shop-wrapper .la-farmacia-seccio-1-content {
  max-width: none !important;
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .shop-wrapper .col-seccio-1-la-farmacia > .vc_column-inner > .wpb_wrapper {
    padding-top: 0px;
  }
  .shop-wrapper .la-farmacia-seccio-1-content {
    max-width: none !important;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.shop-wrapper h1 {
  color: #ff631d;
}
.shop-wrapper .star-rating {
  display: none !important;
}
.shop-wrapper .subtitle-shop .h2-subtitle {
  color: #ff631d;
}
.shop-wrapper div.column-block > div.wpb_wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 767px) {
  .shop-wrapper div.column-block > div.wpb_wrapper {
    column-count: unset;
  }
}
.shop-wrapper .woocommerce-ordering {
  position: absolute;
  right: 15px;
  top: 35px;
}
@media (max-width: 1024px) {
  .shop-wrapper .woocommerce-ordering {
    right: 15px;
  }
}
.shop-wrapper .woocommerce-ordering .selectric {
  background-color: #1e1dff;
}
.shop-wrapper .woocommerce-ordering .selectric .label {
  color: white;
  height: 36px;
  line-height: 36px;
}
.shop-wrapper .woocommerce-ordering .selectric .button {
  background-color: #1e1dff;
  color: white;
  height: 36px;
  line-height: 36px;
}
.shop-wrapper .woocommerce-ordering .selectric .button::after {
  border-top-color: white;
}
.shop-wrapper .woof_products_top_panel {
  display: none !important;
}
.shop-wrapper .woocommerce-message {
  display: none;
}
.shop-wrapper .shop-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.shop-wrapper .shop-content .products {
  max-width: 900px;
  width: 900px;
  margin-top: 115px;
}
@media (max-width: 1400px) {
  .shop-wrapper .shop-content .products {
    max-width: 100%;
    width: 100%;
    margin: 150px auto auto auto;
  }
}
.shop-wrapper .shop-content .product {
  margin-bottom: 42px;
}
@media (max-width: 1400px) {
  .shop-wrapper .shop-content .product {
    margin-bottom: 67px;
  }
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-content .product {
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) {
  .shop-wrapper .shop-content .woof {
    display: none;
  }
}
.shop-wrapper .woof {
  width: 214px;
}
.shop-wrapper .woof .woof_container h4 {
  font-size: 20px;
  font-weight: normal;
  color: #1e1dff;
  border-bottom: 1px solid #1e1dff;
  margin: 0;
  text-transform: uppercase;
  padding-left: 12px;
  padding-bottom: 8px;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox {
  padding: 0;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox li {
  border-bottom: 1px solid #1e1dff;
  padding: 0 !important;
  margin: 0 !important;
  transition: background-color 0.3s ease;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox li:hover {
  font-weight: bold;
  background-color: rgba(255, 99, 29, 0.07);
}
.shop-wrapper .woof .woof_container .woof_list_checkbox li:hover label {
  text-transform: uppercase;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox .li-cat-menu-template {
  width: 100%;
  padding: 18px 0 18px 12px !important;
  line-height: 1;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox .li-cat-menu-template .links-cat-menu-template {
  color: #ff631d;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox .li-cat-menu-template .links-cat-menu-template:hover {
  text-decoration: none;
}
.shop-wrapper .woof .woof_container .woof_list_checkbox .li-cat-menu-template.actual-cat {
  background-color: rgba(255, 99, 29, 0.07);
}
.shop-wrapper .woof .woof_container .woof_list_checkbox .li-cat-menu-template.actual-cat a {
  font-weight: bold;
  text-transform: uppercase;
}
.shop-wrapper .woof .woof_container input[type=checkbox] {
  display: none;
}
.shop-wrapper .woof .woof_container label {
  color: #ff631d;
  margin: 0;
  width: 100%;
  padding: 18px 0 18px 12px;
  line-height: 1;
}
.shop-wrapper .woof .woof_container input[type=checkbox]:checked + label {
  font-weight: bold;
  background-color: rgba(255, 99, 29, 0.07);
  text-transform: uppercase;
}
.shop-wrapper .woof .woof_container_1 {
  margin-bottom: 75px;
}
.shop-wrapper .woof .woof_submit_search_form_container {
  display: none;
}
.shop-wrapper #filtre-mobile {
  display: none;
  position: absolute;
  background-color: transparent;
  border: 1px solid #1e1dff;
  width: 123px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  top: 35px;
}
.shop-wrapper #filtre-mobile span:first-child {
  position: relative;
  z-index: 100;
}
.shop-wrapper #filtre-mobile .filtre-icon {
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .shop-wrapper #filtre-mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  .shop-wrapper #filtre-mobile {
    left: 15px;
  }
}
.shop-wrapper .shop-banner {
  padding: 40px 0px;
  background-color: rgba(30, 29, 255, 0.05);
  margin-top: 100px;
  margin-bottom: 120px;
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-banner {
    margin-bottom: 0;
  }
}
.shop-wrapper .shop-banner + .woof-mobile {
  display: none;
  width: 430px;
  background-color: white;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.08);
  padding-top: 126px;
  padding-right: 63px;
  padding-bottom: 78px;
  padding-left: 153px;
  z-index: 99;
  transform: translateX(-102%);
  transition: all 1s ease;
}
.shop-wrapper .shop-banner + .woof-mobile .icon-close {
  width: 24px;
  height: 24px;
  filter: invert(1);
  position: absolute;
  top: 39px;
  right: 34px;
}
@media (max-width: 1400px) {
  .shop-wrapper .shop-banner + .woof-mobile {
    display: block;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .shop-wrapper .shop-banner + .woof-mobile {
    width: auto;
    padding-right: 63px;
    padding-left: 51px;
  }
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-banner + .woof-mobile {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 43px;
    transform: translateX(-102%) translateY(9%);
  }
  .shop-wrapper .shop-banner + .woof-mobile .woof {
    margin: 0 auto;
  }
}
.shop-wrapper .shop-banner .banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.shop-wrapper .shop-banner .item-shop-banner {
  position: relative;
  max-width: 128px;
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-banner .item-shop-banner {
    flex-grow: 1;
    width: 50%;
    max-width: none;
  }
  .shop-wrapper .shop-banner .item-shop-banner h3 {
    max-width: 107px;
    margin: auto;
  }
  .shop-wrapper .shop-banner .item-shop-banner:nth-child(1), .shop-wrapper .shop-banner .item-shop-banner:nth-child(2) {
    margin-bottom: 79px;
  }
}
.shop-wrapper .shop-banner .item-shop-banner a:hover, .shop-wrapper .shop-banner .item-shop-banner a:focus {
  color: #1e1dff;
}
.shop-wrapper .shop-banner .item-shop-banner h3 {
  text-align: center;
  font-size: 20px;
}
.shop-wrapper .shop-banner .item-shop-banner .cercles {
  width: 128px;
  height: 128px;
  margin: auto;
  margin-bottom: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-wrapper .shop-banner .item-shop-banner .cercles-productes-naturals {
  background-image: url("../images/prodcutes-naturals-botiga-farmaciacasas.svg");
}
.shop-wrapper .shop-banner .item-shop-banner .cercles-qualitat {
  background-image: url("../images/qualitat-farmaceutica-botiga-farmaciacasas.svg");
}
.shop-wrapper .shop-banner .item-shop-banner .cercles-eficacia {
  background-image: url("../images/eficacia-botiga-farmaciacasas.svg");
}
.shop-wrapper .shop-banner .item-shop-banner .cercles-qualitat-preu {
  background-image: url("../images/relacio-qualitat-preu-botiga-farmaciacasas.svg");
}
@media (max-width: 1024px) {
  .shop-wrapper .shop-banner .item-shop-banner .cercles {
    width: 89px;
    height: 89px;
    margin-bottom: 23px;
  }
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-banner .item-shop-banner .cercles {
    margin-bottom: 18px;
  }
}
.shop-wrapper .shop-banner .collapse-item-banner-shop {
  margin-top: 113px;
}
.shop-wrapper .shop-banner .collapse-item-banner-shop .card-body {
  background-color: transparent;
  border: none;
  border-top: 1px solid #1e1dff;
  padding: 75px 0px;
  border-radius: 0px;
}
.shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .collapse-close {
  text-align: right;
  font-size: 38px;
  color: #1e1dff;
  font-weight: 300;
}
.shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .collapse-close:hover {
  text-decoration: none;
}
.shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .text {
  font-size: 25px;
  color: #1e1dff;
  font-family: "Zilla Slab", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1.36;
}
@media (max-width: 1024px) {
  .shop-wrapper .shop-banner .collapse-item-banner-shop {
    margin-top: 55px;
  }
  .shop-wrapper .shop-banner .collapse-item-banner-shop .card-body {
    padding: 23px 0px 50px 0px;
  }
  .shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .collapse-close {
    font-size: 30px;
  }
  .shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .shop-wrapper .shop-banner .collapse-item-banner-shop {
    margin-top: 55px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .shop-wrapper .shop-banner .collapse-item-banner-shop .card-body {
    padding: 14px 0px 20px 0px;
  }
  .shop-wrapper .shop-banner .collapse-item-banner-shop .card-body .text {
    font-size: 17px;
    text-align: center;
  }
}

.woocommerce-pagination {
  height: 39px;
  margin-bottom: 80px;
  background-color: rgba(31, 31, 255, 0.05);
  line-height: 23px;
}
.woocommerce-pagination .page-numbers {
  border: 0 !important;
  height: 100% !important;
  line-height: 23px !important;
}
.woocommerce-pagination .page-numbers li {
  border: 0 !important;
  margin-right: 10px !important;
  float: none !important;
  height: 100%;
}
.woocommerce-pagination .page-numbers li .current {
  background: none !important;
  color: #1e1dff !important;
  font-weight: bold !important;
}
.woocommerce-pagination .page-numbers li a {
  color: #1e1dff !important;
}
.woocommerce-pagination .page-numbers li a.next {
  font-size: 0;
}
.woocommerce-pagination .page-numbers li a.next::after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 0px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  line-height: 39px;
}
.woocommerce-pagination .page-numbers li a.prev {
  font-size: 0;
}
.woocommerce-pagination .page-numbers li a.prev::after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 0px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
  transform: rotate(180deg);
  line-height: 39px;
}
.woocommerce-pagination .page-numbers li a:hover {
  background: none !important;
  color: #1e1dff !important;
}

.single-product footer {
  clear: both;
}

.wrapper-single .product.type_product {
  height: unset;
  min-height: 100%;
}
.wrapper-single .product.type_product ::after {
  display: none;
}
.wrapper-single .product-details {
  float: left;
  width: 48%;
}
@media (max-width: 767.98px) {
  .wrapper-single .product-details {
    width: 100%;
  }
}
.wrapper-single .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}
.wrapper-single .related.products {
  clear: both;
}
.wrapper-single .related.products .star-rating {
  display: none !important;
}
.wrapper-single .header-product {
  margin-bottom: 53px;
}
@media (max-width: 767.98px) {
  .wrapper-single .header-product {
    margin-bottom: 20px;
  }
}
.wrapper-single .header-product .product-gomet, .wrapper-single .header-product .woocommerce-breadcrumb {
  display: inline-block;
}
.wrapper-single .header-product .product-gomet {
  color: #1e1dff;
  font-size: 18px;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
  float: right;
  font-style: italic;
}
@media (max-width: 767.98px) {
  .wrapper-single .header-product .product-gomet {
    float: none;
    display: block;
    font-size: 12px;
  }
}
.wrapper-single .header-product .product-gomet img {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .wrapper-single .header-product .product-gomet img {
    padding: 0;
    width: 15px;
    height: 15px;
    margin-left: 8px;
  }
}

.product {
  height: 473px;
  text-align: left;
  /*&::after {
      content: "";
      display: block;
      width: calc(100% - 30px);
      height: 1px;
      background-color: $vivid-blue;
      position: absolute;
      bottom: 0;
  }*/
}
@media (max-width: 1024px) {
  .product {
    height: 415px;
  }
}
@media (max-width: 767.98px) {
  .product {
    height: auto;
  }
}
.product a.added_to_cart {
  display: none !important;
}
.product.col-productes:hover .product-image-box, .product.col-productes:hover .product-bottom-box-wrapper {
  border-bottom: 3px solid #1e1dff;
}
.product.col-productes:hover::after {
  height: 0px;
}
.product.col-productes:hover .add_to_cart_button::before {
  color: #ff631d;
}
.product h2 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  text-transform: uppercase;
  margin-top: 17px;
  min-height: 74px;
  font-family: "Gotham Book", "sans-serif";
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .product h2 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product h2 {
    min-height: 65px;
  }
}
@media (max-width: 767.98px) {
  .product h2 {
    font-size: 12px;
    min-height: 45px;
  }
}
.product .star-rating {
  float: none;
  margin-bottom: 28px;
  color: #ff631d;
}
.product .star-rating::before {
  color: #ff631d;
}
@media (max-width: 767.98px) {
  .product .star-rating {
    float: none;
    margin: 0px auto 28px auto;
  }
}
.product div[itemprop=description] {
  font-size: 16px;
  line-height: 1.75;
  height: 83px;
}
@media (max-width: 1400px) {
  .product div[itemprop=description] {
    height: 120px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .product div[itemprop=description] {
    height: 85px;
  }
}
@media (max-width: 767.98px) {
  .product div[itemprop=description] {
    font-size: 12px;
    height: 90px;
  }
}
@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (orientation: portrait) {
  .product div[itemprop=description] {
    height: 85px;
  }
}
.product div[itemprop=description] p {
  margin: 0;
}
.product .product-bottom-box-wrapper {
  padding-bottom: 3%;
}
.product .product-bottom-box-wrapper a:hover {
  text-decoration-color: #1e1dff !important;
}
.product .product-bottom-box-wrapper, .product .product-image-box {
  border-bottom: 1px solid #1e1dff;
}
.product .product-image-box {
  text-align: center;
}
.product .product-image-box img {
  max-height: 266px;
  width: auto;
}
.product .price {
  color: #1e1dff !important;
  font-size: 16px !important;
  font-family: "Gotham Book", "sans-serif";
  position: relative;
  bottom: 8px;
}
@media (max-width: 767.98px) {
  .product .price {
    font-size: 12px !important;
  }
}
.product .price ins {
  font-weight: 400 !important;
  text-decoration: none;
}
.product .price del {
  margin-left: 23px;
  text-decoration: none;
  color: #ff631d;
  position: relative;
  opacity: 1 !important;
}
.product .price del::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: black;
  transform: rotate(-26deg);
}
.product .add_to_cart_button {
  padding: 0px !important;
  padding-right: 10px !important;
  float: right;
  font-size: 24px !important;
  font-family: "farmacia";
  background-color: transparent !important;
  font-weight: 400 !important;
}
.product .add_to_cart_button::before {
  content: "\e905";
  color: #1e1dff;
}
@media (max-width: 767.98px) {
  .product .add_to_cart_button {
    font-size: 15px !important;
  }
}

.woocommerce-breadcrumb {
  font-family: "Zilla Slab", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #1e1dff !important;
}
.woocommerce-breadcrumb a {
  color: #1e1dff !important;
}

/* Single product */
.single-product .page-space {
  margin-top: 220px;
}
@media (max-width: 767.98px) {
  .single-product .page-space {
    margin-top: 90px;
  }
}
.single-product .product {
  height: auto;
}
.single-product .product:after {
  display: none;
}
.single-product .product h1.product_title {
  font-size: 50px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .single-product .product h1.product_title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .single-product .product h1.product_title {
    font-size: 30px;
    text-align: center;
  }
}
.single-product .product div.images {
  margin-bottom: 0 !important;
}
.single-product .product.product-type-variable .summary .woocommerce-variation {
  display: block !important;
}
@media (max-width: 767.98px) {
  .single-product .product.product-type-variable .summary .single_add_to_cart_button {
    width: 114px;
  }
  .single-product .product.product-type-variable .summary .woocommerce-variation-price {
    position: fixed;
    bottom: 0px;
    width: 84px;
    height: 42px;
    border: 1px solid #1e1dff;
    left: 0;
    background-color: white;
    display: block;
    z-index: 99;
  }
  .single-product .product.product-type-variable .summary .woocommerce-variation-price .price {
    width: 100%;
    text-align: center;
    bottom: -10px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
  }
  .single-product .product.product-type-variable .summary .quantity input {
    left: 74px !important;
    width: 49px !important;
  }
  .single-product .product.product-type-variable .summary #pa_mida {
    position: fixed;
    bottom: 0;
    z-index: 99;
    border: 1px solid #1e1dff;
    width: 75px;
    border-radius: 0;
    min-width: auto;
    left: 131px;
    height: 42px;
    background: none;
    background-color: white;
  }
}
@media (max-width: 480px) {
  .single-product .product.product-type-variable .summary .single_add_to_cart_button {
    width: 57% !important;
  }
}
@media (max-width: 414px) {
  .single-product .product.product-type-variable .summary .single_add_to_cart_button {
    width: 50.2% !important;
  }
}
@media (max-width: 375px) {
  .single-product .product.product-type-variable .summary .single_add_to_cart_button {
    width: 45% !important;
  }
}
@media (max-width: 320px) {
  .single-product .product.product-type-variable .summary .single_add_to_cart_button {
    width: 36% !important;
  }
}
.single-product .product.product-type-variable .variations label {
  text-transform: uppercase;
}
.single-product .product.product-type-variable .variations select {
  border: 1px solid #1e1dff;
  border-radius: 4px;
  padding: 0 17px !important;
  height: 43px;
  margin-top: 0;
}
.single-product .product.product-type-variable .variations .reset_variations {
  display: none !important;
}
@media (max-width: 767.98px) {
  .single-product .product .woocommerce-product-gallery img {
    width: 150px !important;
    margin: 0 auto;
  }
}
.single-product .product .summary > .price:not(.product-type-variable) {
  color: black !important;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-top: 40px;
}
.single-product .product .summary > .price:not(.product-type-variable) .woocommerce-Price-amount {
  display: block;
  color: #1e1dff !important;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .single-product .product .summary > .price:not(.product-type-variable) .woocommerce-Price-amount {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .single-product .product .summary > .price:not(.product-type-variable) {
    color: transparent !important;
    border: 1px solid blue;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    height: 42px;
    width: 100px !important;
    padding: 0;
    z-index: 99;
  }
  .single-product .product .summary > .price:not(.product-type-variable) .woocommerce-Price-amount {
    font-size: 15px;
    margin-top: -6px;
    text-align: center;
  }
}
.single-product .product .summary .cart {
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .single-product .product .summary .cart {
    flex-wrap: wrap;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
.single-product .product .summary .cart::before {
  display: none;
}
.single-product .product .summary .cart::after {
  display: none;
}
.single-product .product .summary .cart .quantity-wrapper label {
  text-transform: uppercase;
}
.single-product .product .summary .cart .single_add_to_cart_button {
  width: 100%;
  height: 43px;
  border-radius: 4px;
  background-color: #1e1dff;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (max-width: 767.98px) {
  .single-product .product .summary .cart .single_add_to_cart_button {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: unset;
    width: 190px;
    height: 42px;
    border-radius: 0;
    text-overflow: clip;
    white-space: nowrap;
    padding-left: 17px;
    z-index: 99;
  }
  .single-product .product .summary .cart .single_add_to_cart_button:before {
    margin-right: 15px;
  }
}
@media (max-width: 320px) {
  .single-product .product .summary .cart .single_add_to_cart_button {
    width: 132px;
  }
}
.single-product .product .summary .cart .single_add_to_cart_button:before {
  font-family: "farmacia" !important;
  content: "\e905";
  font-size: 23px;
  margin-right: 12px;
}
.single-product .product .summary .woocommerce-variation-description {
  display: none;
}
.single-product .product .product-atributes {
  padding-top: 15px;
  scroll-padding-bottom: 18px;
  border-top: 1px solid #1e1dff;
  border-bottom: 1px solid #1e1dff;
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .product-atributes .product-attribute {
  display: inline-block;
  width: 65%;
}
.single-product .product .product-atributes .product-attribute:nth-child(1) {
  width: 35%;
}
.single-product .product .product-atributes .product-attribute:nth-child(3) {
  width: 35%;
}
.single-product .product .product-atributes .product-attribute p {
  color: #6b6b6b;
}
@media (max-width: 767.98px) {
  .single-product .product .product-atributes {
    display: block;
    padding-left: 15px;
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .single-product .product .product-atributes .product-attribute {
    display: inline-block;
    width: 100%;
  }
  .single-product .product .product-atributes .product-attribute:nth-child(1) {
    width: 100%;
  }
  .single-product .product .product-atributes .product-attribute:nth-child(3) {
    width: 100%;
  }
}
.single-product .product .product-subtitle {
  font-size: 40px;
  font-family: "Zilla Slab", sans-serif;
  color: #1e1dff;
  font-style: oblique;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .single-product .product .product-subtitle {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .single-product .product .product-subtitle {
    font-size: 18px;
    text-align: center;
  }
}
.single-product .product .product-sku {
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .single-product .product .product-sku {
    text-align: center;
  }
}
.single-product .product .product-sku ~ p:not(.product-post-content) {
  width: 482px;
}
@media (max-width: 1024px) {
  .single-product .product .product-sku ~ p:not(.product-post-content) {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .single-product .product .product-sku ~ p:not(.product-post-content) {
    text-align: center;
  }
}
.single-product .product .prodcut-type {
  text-transform: uppercase;
  font-size: 16px;
  color: #1e1dff;
  margin-bottom: 31px;
}
@media (max-width: 767.98px) {
  .single-product .product .prodcut-type {
    text-align: center;
  }
}
.single-product .product .product-bottom-box-wrapper {
  border-bottom: 1px solid #1e1dff;
}
.single-product .senses {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .single-product .senses {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
.single-product .senses .sense-item {
  flex-direction: column;
  display: flex;
  margin-right: 3%;
  width: 74px;
}
@media (max-width: 1024px) {
  .single-product .senses .sense-item {
    width: 59px;
  }
}
@media (max-width: 767.98px) {
  .single-product .senses .sense-item {
    width: 100%;
    margin-right: 0;
    flex: 0 35%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .single-product .senses .sense-item .sense-img {
    width: 74px;
    margin: 0 auto;
  }
}
.single-product .senses .sense-item .sense-name {
  font-size: 14px;
  text-align: center;
  color: #1e1dff;
}
@media (max-width: 1024px) {
  .single-product .senses .sense-item .sense-name {
    font-size: 11.2px;
  }
}
.single-product .product-highlight {
  width: 485px;
  border: 1px solid #1e1dff;
  padding: 34px 105px;
  text-align: center;
  line-height: 1;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .single-product .product-highlight {
    padding: 17px 37px;
    width: 230px;
    margin-top: 55px;
  }
}
@media (max-width: 767.98px) {
  .single-product .product-highlight {
    width: 100%;
  }
}
.single-product .product-highlight p {
  margin: 0;
  font-family: "Zilla Slab", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  color: #1e1dff;
}
.single-product .product-social {
  margin-top: 40px;
}
.single-product .product-social .dpsp-network-icon {
  font-size: 28px !important;
}
.single-product .related .container-title h2 {
  font-size: 40px;
  font-family: "Zilla Slab", sans-serif;
  font-style: italic;
  width: 250px;
  text-transform: none;
  line-height: 1.25;
  margin-left: -15px;
  text-align: left !important;
}
@media (max-width: 1024px) {
  .single-product .related .container-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .single-product .related .container-title h2 {
    font-size: 18px;
    margin-left: 0;
    width: 100px;
    margin-bottom: 7px;
  }
}
.single-product .related .products {
  border-top: 2px solid #1e1dff;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .single-product #guardies {
    display: none;
  }
}

.single-product .product .cart .quantity-input, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty {
  margin-left: 30px;
  align-items: center;
}
.single-product .product .cart .quantity-input button, .single-product .product .cart .quantity-input .bttn-qty-chg, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty button, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .bttn-qty-chg {
  background-color: transparent;
  border: 0;
  width: 7px;
  height: 17px;
}
.single-product .product .cart .quantity-input button.minus.arrow-left, .single-product .product .cart .quantity-input button.bttn-qty-minus.arrow-left, .single-product .product .cart .quantity-input .bttn-qty-chg.minus.arrow-left, .single-product .product .cart .quantity-input .bttn-qty-chg.bttn-qty-minus.arrow-left, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty button.minus.arrow-left, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty button.bttn-qty-minus.arrow-left, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .bttn-qty-chg.minus.arrow-left, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .bttn-qty-chg.bttn-qty-minus.arrow-left {
  transform: rotate(180deg);
}
.single-product .product .cart .quantity-input .quantity input, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input {
  width: 56px;
  height: 43px;
  border: 1px solid #1e1dff;
  border-radius: 4px;
  padding-left: 15px;
  margin: 0 25px;
}
.single-product .product .cart .quantity-input .quantity input::-webkit-outer-spin-button, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input::-webkit-outer-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.single-product .product .cart .quantity-input .quantity input::-webkit-inner-spin-button, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product .cart .quantity-input .quantity input[type=number], .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
@media (max-width: 1024px) {
  .single-product .product .cart .quantity-input .quantity input, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input {
    margin: 0 9px;
  }
}
@media (max-width: 767.98px) {
  .single-product .product .cart .quantity-input .quantity input, .general-cart .woocommerce-cart-form .quantity-input .mini-cart-qty .quantity input {
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 90px;
    height: 42px;
    border-radius: 0;
    padding-left: 0;
    width: 90px;
  }
}

.woocommerce-tabs {
  margin-top: 170px;
}
@media (max-width: 767.98px) {
  .woocommerce-tabs {
    margin-top: 80px;
  }
}
.woocommerce-tabs .tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(30, 29, 255, 0.55);
  padding: 0 !important;
}
.woocommerce-tabs .tabs::before {
  display: none !important;
}
.woocommerce-tabs .tabs::after {
  display: none !important;
}
.woocommerce-tabs .tabs li {
  background-color: transparent !important;
  border: 0 !important;
  text-transform: uppercase !important;
}
.woocommerce-tabs .tabs li a {
  font-weight: 400 !important;
}
@media (max-width: 767.98px) {
  .woocommerce-tabs .tabs li a {
    font-size: 12px;
  }
}
.woocommerce-tabs .tabs li::before {
  display: none !important;
}
.woocommerce-tabs .tabs li::after {
  display: none !important;
}
.woocommerce-tabs .tabs li.active {
  border-bottom: 7px solid #1e1dff !important;
}
.woocommerce-tabs .tabs li:not(.active) a {
  color: black !important;
  opacity: 0.42;
}
@media (max-width: 767.98px) {
  .woocommerce-tabs .tabs #tab-title-principis {
    width: min-content;
  }
}

/* Productes destacats fora de la home */
.related .col-productes {
  flex: 0 0 25% !important;
}
@media (max-width: 1400px) {
  .related .col-productes {
    flex: 0 0 33% !important;
  }
  .related .col-productes:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .related .col-productes {
    flex: 0 0 50% !important;
  }
  .related .col-productes:nth-child(3) {
    display: none;
  }
}

.col-productes .gomet-imatges {
  position: absolute;
  opacity: 0.89;
}
.col-productes .gomet-novetat {
  right: 10%;
}
@media (max-width: 767.98px) {
  .col-productes .gomet-novetat {
    width: 35%;
  }
}

/*
* Seccio resenyes productes
*/
#reviews {
  clear: both;
  margin-top: 155px;
}
#reviews .woocommerce-Reviews-title {
  font-family: "Zilla Slab", sans-serif;
  font-size: 40px;
  font-style: italic;
  border-top: 2px solid #1e1dff;
  padding-top: 20px;
  text-transform: capitalize;
  margin-bottom: 50px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #reviews .woocommerce-Reviews-title {
    font-size: 18px;
  }
}
#reviews .woocommerce-Reviews-title::after {
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "";
  width: 39px;
  height: 39px;
  display: inline-block;
  transform: rotate(90deg);
  position: absolute;
  right: 36px;
  top: 50%;
  transition: none !important;
}
@media (max-width: 767.98px) {
  #reviews .woocommerce-Reviews-title::after {
    width: 17px;
    height: 17px;
    top: 60%;
  }
}
#reviews .woocommerce-Reviews-title.rotateAfter::after {
  top: 0;
  transform: rotate(270deg);
}
@media (max-width: 767.98px) {
  #reviews .woocommerce-Reviews-title.rotateAfter::after {
    top: 15px;
  }
}
#reviews .wrapper-comment {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  #reviews .wrapper-comment {
    margin-bottom: 50px;
  }
}
#reviews .nom-coment {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  color: #1e1dff;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  #reviews .nom-coment {
    font-size: 18px;
  }
}
#reviews .star-rating {
  margin-bottom: 10px !important;
  font-size: 1.5em !important;
  letter-spacing: 7.5px;
  width: 6.5em;
}
@media (max-width: 767.98px) {
  #reviews .star-rating {
    font-size: 1em !important;
    width: 7.5em;
    margin: 0;
  }
}
#reviews .data-coment {
  margin-bottom: 12px;
}
#reviews .content-coment {
  padding-right: 80px;
}
@media (max-width: 1024px) {
  #reviews .content-coment {
    padding-right: 0px;
  }
}
#reviews .comment-reply-title {
  font-family: "Zilla Slab", sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 1.25;
  color: #1e1dff;
}
@media (max-width: 767.98px) {
  #reviews .comment-reply-title {
    font-size: 18px;
  }
}
#reviews #commentform {
  background-color: rgba(30, 29, 255, 0.03);
  border-radius: 4px;
  padding: 36px 70px 50px 50px;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  #reviews #commentform {
    padding: 36px 64px 50px 64px;
  }
}
@media (max-width: 767.98px) {
  #reviews #commentform {
    padding: 36px 20px 40px 20px;
  }
}
#reviews #comment {
  height: 205px !important;
}
#reviews .comment-form-rating label {
  font-size: 16px;
  line-height: 1.75;
}
#reviews .comment-form-rating .stars a {
  color: #ff631d !important;
  font-size: 27px;
}
#reviews .form-submit {
  text-align: right;
  width: 100%;
}
#reviews .form-submit #submit {
  color: #1e1dff !important;
  font-size: 20px !important;
  font-weight: normal !important;
  font-style: italic;
  letter-spacing: normal;
  padding-right: 9px !important;
}
@media (max-width: 767.98px) {
  #reviews .form-submit #submit {
    font-size: 14px !important;
  }
}
#reviews .form-submit::after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 0px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #reviews .form-submit::after {
    font-size: 14px;
  }
}
@media (max-width: 641px) {
  #reviews .form-submit::after {
    top: 18%;
    position: relative;
  }
}
#reviews .form-submit:hover::before {
  bottom: 10px;
  right: 48px;
  left: unset;
  width: 175px;
}
@media (max-width: 1024px) {
  #reviews .form-submit:hover::before {
    width: 175px;
  }
}
@media (max-width: 767px) {
  #reviews .form-submit:hover::before {
    bottom: 5px;
    height: 2px;
    width: 124px;
    right: 41px;
  }
}

.single-product:not(.logged-in) #commentform .comment-form-comment {
  width: 500px;
  float: left;
  margin-right: 50px !important;
}
@media (max-width: 767.98px) {
  .single-product:not(.logged-in) #commentform .comment-form-comment {
    width: 100%;
  }
}
.single-product:not(.logged-in) #commentform .comment-form-author {
  float: left;
  margin-top: 44px !important;
  margin-bottom: 70px !important;
  width: 500px;
}
@media (max-width: 767.98px) {
  .single-product:not(.logged-in) #commentform .comment-form-author {
    width: 100%;
  }
}
.single-product:not(.logged-in) #commentform .comment-form-author input {
  width: 100%;
}
.single-product:not(.logged-in) #commentform .comment-form-email {
  float: left;
  width: 500px;
}
.single-product:not(.logged-in) #commentform .comment-form-email input {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-product:not(.logged-in) #commentform .comment-form-email {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 767.98px) {
  .single-product:not(.logged-in) #commentform .comment-form-email {
    width: 100%;
  }
}
.single-product:not(.logged-in) #commentform input {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .single-product:not(.logged-in) #commentform .comment-form-cookies-consent {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 767.98px) {
  .single-product:not(.logged-in) #commentform .comment-form-cookies-consent {
    display: none;
    font-size: 12px !important;
    margin-bottom: 55px !important;
  }
}

.related .product .star-rating {
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: blue;
  background-color: rgba(30, 29, 255, 0.1);
}
.woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-message .restore-item {
  background-color: transparent !important;
  color: #1e1dff !important;
  padding: 0;
  padding-top: 5px !important;
  padding-bottom: 1px !important;
  border-radius: 0;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce-notices-wrapper .woocommerce-message .restore-item:hover {
  text-decoration: none !important;
  border-bottom: 1px solid blue;
}

#woof_html_buffer {
  background-image: url(../images/carregar.gif);
  animation: none !important;
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 175px;
  width: 101%;
  height: 101%;
  font-size: 0;
  box-shadow: none;
  transform: translate(-48%, -48%);
  border-radius: 0;
  background-color: white;
}

.woocommerce-tabs a {
  transition: none !important;
}
.woocommerce-tabs a:hover {
  text-decoration: none !important;
}

.soldout {
  padding: 3px 8px;
  text-align: center;
  background: #222;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 12px;
}

/*
* MODIFICACIONS COVID19
*/
.archive #cookie-alert {
  display: none;
}
.archive ul.woof_list {
  padding: 0;
}
.archive ul.woof_list input[type=radio] {
  display: none;
}
.archive ul.woof_list .woof_radio_term_reset_visible {
  display: none !important;
}
.archive li.woof_childs_list_li {
  position: relative;
}
.archive li.woof_childs_list_li .woof_childs_list_opener {
  position: absolute;
  right: 0;
  top: 15px;
}
.archive li.woof_childs_list_li .woof_childs_list_opener span.woof_is_closed, .archive li.woof_childs_list_li .woof_childs_list_opener span.woof_is_opened {
  filter: hue-rotate(290deg);
}
.archive li.woof_childs_list_li ul.woof_childs_list {
  margin: 0 !important;
  padding: 0;
}
.archive li.woof_childs_list_li ul.woof_childs_list li:hover {
  background-color: rgba(255, 99, 29, 0.14);
}

.single-product .product_cat-desinfectants .product-atributes,
.single-product .product_cat-medidors-de-diagnostic-i-salut .product-atributes,
.single-product .product_cat-epis .product-atributes,
.single-product .product_cat-vitamines-i-sistema-immunitari .product-atributes {
  display: none !important;
}

.search-botiga {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .search-botiga {
    margin-bottom: 25px;
    margin-top: 50px;
  }
}
.search-botiga .row {
  justify-content: center;
}
.search-botiga .row .titol-cerca {
  text-align: center;
  font-weight: bold;
  color: #1e1dff;
  font-family: "Zilla Slab", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #1e1dff;
  border-radius: 0px;
  background: #FFF;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 28px 0 10px;
  font-size: 12px;
  line-height: 28px;
  color: #1e1dff;
  height: 28px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #FFF;
  color: #1e1dff;
  text-align: center;
  font: 0/0 a;
  *font: 20px/28px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #1e1dff;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #0100b6;
}

.selectric-hover .selectric {
  border-color: #0100e9;
}
.selectric-hover .selectric .button {
  color: #0100e9;
}
.selectric-hover .selectric .button:after {
  border-top-color: #0100e9;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #0100e9;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #0100e9;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #1e1dff;
  cursor: pointer;
}
.selectric-items li.selected {
  color: #1e1dff;
}
.selectric-items li.highlighted {
  color: #1e1dff;
}
.selectric-items li:hover {
  color: #1e1dff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

#masthead {
  background-color: white;
}
#masthead .horari-header {
  font-family: "Zilla Slab", sans-serif;
  background-color: rgba(30, 29, 255, 0.12);
  color: #1e1dff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
#masthead .horari-header .font-weight-bold {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #masthead .horari-header {
    font-size: 20px;
    line-height: 1.3;
  }
}
#masthead .header-content {
  padding-top: 31px;
  padding-left: 43px;
  padding-right: 70px;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  #masthead .header-content {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 26px;
  }
}
@media (max-width: 426px) {
  #masthead .header-content {
    padding: 16px;
  }
}
#masthead .navbar-brand {
  padding: 0;
}
#masthead .navbar-brand img {
  height: 80px;
  width: auto;
}
@media (max-width: 1400px) {
  #masthead .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 473px) {
  #masthead .navbar-brand img {
    height: 30px;
  }
}
#masthead .menu-right {
  flex-direction: column;
}
#masthead .menu-right .menu-desktop {
  display: block;
}
#masthead .menu-right .menu-desktop .navbar-menu {
  border-bottom: 1px solid #1e1dff;
}
#masthead .menu-right .menu-desktop .top-menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#masthead .menu-right .menu-desktop .top-menu .lang {
  left: -58px;
  position: relative;
}
#masthead .menu-right .menu-desktop .top-menu .opcions {
  display: flex;
  margin-left: auto;
}
#masthead .menu-right .menu-desktop .top-menu .navbar-second-menu > li {
  margin: 0px;
  padding: 0px 0.5rem;
  position: relative;
}
#masthead .menu-right .menu-desktop .top-menu .navbar-second-menu > li::before {
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #1e1dff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
#masthead .menu-right .menu-desktop .top-menu .navbar-second-menu .menu-covid a {
  color: #1e1dff;
}
#masthead .menu-right .menu-desktop .top-menu .navbar-second-menu .menu-encarrec a {
  color: #1e1dff;
  font-weight: 600;
  background-color: rgba(30, 29, 255, 0.12);
  padding: 1px 11px;
}
#masthead .menu-right .widget_shopping_cart {
  max-height: calc(100vh - 150px);
  width: 603px;
  position: absolute;
  top: 100%;
  transition: visibility 0.45s ease-in-out, opacity 0.45s ease-in-out;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  height: 100vh;
  right: -56px;
  top: -33px;
  transform: translateX(101%);
  transition: all 0.5s linear;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #masthead .menu-right .widget_shopping_cart {
    width: 585px;
    right: -11px;
  }
}
#masthead .menu-right .widget_shopping_cart #mini-cart-close {
  position: absolute;
  top: 37px;
  left: 34px;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  #masthead .menu-right .widget_shopping_cart #mini-cart-close {
    left: unset;
    right: 34px;
  }
}
#masthead .menu-right .widget_shopping_cart .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 70px;
  padding-right: 39px;
}
@media (max-width: 991.98px) {
  #masthead .menu-right .widget_shopping_cart .widget_shopping_cart_content {
    padding-left: 37px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  #masthead .menu-right .widget_shopping_cart .widget_shopping_cart_content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#masthead .menu-right .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart.cart_list.product_list_widget {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#masthead .menu-right .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart.cart_list.product_list_widget .product_list_widget {
  flex: 1;
}
#masthead .menu-right .widget_shopping_cart .mini-cart-title {
  margin-top: 147px;
  margin-bottom: 64px;
  font-size: 50px;
  font-style: normal;
  font-family: "Playfair Display", sans-serif;
}
@media (max-width: 767.98px) {
  #masthead .menu-right .widget_shopping_cart .mini-cart-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
  }
}
#masthead .menu-right .widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
  color: #1e1dff;
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}
#masthead .menu-right .widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout)::after {
  content: "\e906";
  font-family: "farmacia" !important;
  font-style: normal;
  margin-left: 9px;
  font-size: 19px;
}
#masthead .menu-right .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  border-radius: 4px;
  background-color: #1e1dff;
  color: white;
  font-weight: 400;
  font-family: "Gotham Book", "sans-serif";
  font-size: 16px;
  width: auto !important;
  padding: 13px 50px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  #masthead .menu-right .widget_shopping_cart {
    position: fixed;
    top: 49px;
    width: auto;
    left: 0;
    right: 0;
    max-height: calc(100% - 50px);
  }
}
#masthead .menu-right a.cart-link {
  z-index: 10;
  position: relative;
  top: -5px;
}
@media (max-width: 767.98px) {
  #masthead .menu-right a.cart-link {
    top: 0;
  }
}
#masthead .menu-right a.cart-link .icon-cart {
  font-size: 34px;
  line-height: 1px;
  vertical-align: middle;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  #masthead .menu-right a.cart-link .icon-cart {
    font-size: 24px;
  }
}
#masthead .menu-right a.cart-link:hover {
  text-decoration: none;
}
#masthead .menu-right a.cart-link:hover ~ .widget_shopping_cart, #masthead .menu-right a.cart-link:active ~ .widget_shopping_cart, #masthead .menu-right a.cart-link:focus ~ .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
}
#masthead .menu-right .widget_shopping_cart:hover, #masthead .menu-right .widget_shopping_cart:active, #masthead .menu-right .widget_shopping_cart:focus {
  opacity: 1;
  visibility: visible;
}
#masthead .menu-right .cart-qty {
  background: #1e1dff;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  color: #ffffff;
  width: 19px;
  height: 19px;
  text-align: center;
  vertical-align: text-top;
  line-height: 19px;
  position: absolute;
  bottom: -13px;
  vertical-align: bottom;
  margin-left: -14px;
}
#masthead .menu-right .cart-qty.cart-full {
  background: #1e1dff;
}
#masthead .menu-right .menu-mobile {
  display: none;
}
#masthead .menu-right .menu-mobile .barras-menu span.icon-bar {
  display: block;
  background-color: #1e1dff;
  margin-left: auto;
  height: 5px;
  margin-top: 8px;
  width: 48px;
}
#masthead .menu-right .menu-mobile .barras-menu .icon-cart {
  font-size: 38px;
}
@media (max-width: 473px) {
  #masthead .menu-right .menu-mobile .barras-menu span.icon-bar {
    width: 28px;
    height: 3px;
    margin-top: 5px;
  }
  #masthead .menu-right .menu-mobile .barras-menu .icon-cart {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  #masthead .menu-right .menu-desktop {
    display: none;
  }
  #masthead .menu-right .menu-mobile {
    display: block;
  }
}
#masthead .navbar-menu, #masthead .navbar-second-menu, #masthead .iniciar-sessio {
  list-style: none;
  margin-bottom: 0;
  padding: 0px;
  display: flex;
  align-items: center;
}
#masthead .navbar-menu li.active .nav-link, #masthead .navbar-menu .nav-link:hover, #masthead .navbar-second-menu li.active .nav-link, #masthead .navbar-second-menu .nav-link:hover, #masthead .iniciar-sessio li.active .nav-link, #masthead .iniciar-sessio .nav-link:hover {
  color: #051033;
}
#masthead .navbar-menu li.active .nav-link::before, #masthead .navbar-menu .nav-link:hover::before, #masthead .navbar-second-menu li.active .nav-link::before, #masthead .navbar-second-menu .nav-link:hover::before, #masthead .iniciar-sessio li.active .nav-link::before, #masthead .iniciar-sessio .nav-link:hover::before {
  opacity: 1;
}
#masthead .navbar-menu .nav-link, #masthead .navbar-second-menu .nav-link, #masthead .iniciar-sessio .nav-link {
  position: relative;
  text-decoration: none !important;
}
#masthead .navbar-menu .nav-link::before, #masthead .navbar-second-menu .nav-link::before, #masthead .iniciar-sessio .nav-link::before {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #1e1dff;
  content: "";
  bottom: -4px;
  left: 0px;
}
#masthead .navbar-menu > li {
  display: inline-block;
  margin: 0px 1.4rem;
}
#masthead .navbar-menu > li:last-child {
  margin-right: 0px;
}
#masthead .navbar-menu > li:first-child {
  margin-left: 0px;
}
#masthead .navbar-second-menu, #masthead .iniciar-sessio {
  /*li.active .nav-link, .nav-link:hover{
  	&::before{
  		height: 2px;
  		bottom: 0px;
  	}
  }*/
}
#masthead .navbar-second-menu > li, #masthead .iniciar-sessio > li {
  display: inline-block;
  margin: 0px;
}
#masthead .navbar-second-menu .nav-link::before, #masthead .iniciar-sessio .nav-link::before {
  height: 2px;
  bottom: 0px;
}

.iniciar-sessio {
  margin: 0px;
  padding: 0px 0.5rem !important;
  position: relative;
}
.iniciar-sessio::before {
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #1e1dff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
}
.iniciar-sessio .dropdown-toggle:after {
  all: unset;
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "";
  width: 7px;
  height: 16px;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 13px;
}
.iniciar-sessio a {
  font-size: 18px;
}
.iniciar-sessio .dropdown-menu {
  margin-right: 8px;
  width: 100%;
  padding: 0px;
}
.iniciar-sessio .dropdown-menu li a {
  padding: 15px;
}
.iniciar-sessio .dropdown-menu li a:hover {
  background-color: #F4F3FF;
}
.iniciar-sessio.show .dropdown-toggle:focus:after {
  transform: rotate(270deg);
}

.compra-online .nav-link {
  color: #ff631d !important;
}
.compra-online .nav-link::before {
  background-color: #ff631d !important;
}

.nav-link {
  color: #051033;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  font-size: 22px;
  padding: 0px 3px;
  font-weight: 300;
  cursor: pointer;
}

.navbar-second-menu .nav-link {
  font-size: 18px;
}

#menu-main a {
  font-weight: 400;
}

#modal-menu .modal-header {
  border: 0;
}
#modal-menu #close-menu {
  position: absolute;
  filter: invert(1);
  top: 20px;
  right: 20px;
}
@media (max-width: 425px) {
  #modal-menu #close-menu {
    width: 20px;
    height: 20px;
  }
}
#modal-menu .modal-body {
  padding-top: 57px;
  padding-left: 22px;
  padding-right: 22px;
}
#modal-menu .modal-body .menu-content {
  padding: 0px 19px;
  padding-bottom: 34px;
  border-bottom: 1px solid #1e1dff;
}
#modal-menu .modal-body .menu-content ul {
  list-style-type: none;
  width: max-content;
  padding: 0px;
  margin-bottom: 99px;
}
#modal-menu .modal-body .menu-content ul li {
  width: max-content;
  margin-top: 53px;
}
#modal-menu .modal-body .menu-content .idioma-social {
  display: flex;
  justify-content: space-between;
}
#modal-menu .modal-body .menu-content .idioma-social .social a {
  font-size: 30px;
  margin-right: 32px;
}
#modal-menu .modal-body .menu-content .idioma-social .social a i:before {
  color: #1e1dff;
}
#modal-menu .modal-body .menu-content .idioma-social .social a .icono-youtube::before {
  display: inline-block;
  height: 29px;
  width: 42px;
}
#modal-menu .modal-body .menu-content .menu-mobil-425 {
  display: none;
}
#modal-menu .modal-body .second-menu {
  padding: 0px 0px;
  padding-top: 41px;
  width: 60%;
  display: inline-block;
}
#modal-menu .modal-body .second-menu ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
#modal-menu .modal-body .second-menu ul li {
  width: max-content;
}
#modal-menu .modal-body .second-menu ul li .nav-link {
  font-size: 16px;
}
#modal-menu .modal-body .iniciar-sessio {
  width: 40%;
  float: right;
  padding-top: 41px !important;
}
#modal-menu .modal-body .iniciar-sessio .nav-link {
  font-size: 16px;
}
#modal-menu .modal-body .iniciar-sessio::before {
  display: none;
}
@media (max-width: 991.98px) {
  #modal-menu .modal-body .menu-content .idioma-social .social a .icono-youtube::before {
    height: 29px;
    width: 41px;
    margin-right: 0;
  }
}
@media (max-width: 577px) {
  #modal-menu .modal-body {
    padding-top: 45px;
    padding-left: 57px;
    padding-right: 23px;
  }
  #modal-menu .modal-body .menu-content {
    padding: 0px;
    padding-bottom: 34px;
    border-bottom: none;
  }
  #modal-menu .modal-body .menu-content .navbar-menu-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  }
  #modal-menu .modal-body .menu-content ul {
    list-style-type: none;
    width: max-content;
    padding: 0px;
    margin-bottom: 43px;
  }
  #modal-menu .modal-body .menu-content ul li {
    width: max-content;
    margin-top: 35px;
  }
  #modal-menu .modal-body .menu-content ul li .nav-link {
    font-size: 16px;
  }
  #modal-menu .modal-body .menu-content .idioma-social .social a {
    font-size: 20px;
    margin-right: 17px;
  }
  #modal-menu .modal-body .menu-content .idioma-social .social a .icono-youtube::before {
    display: inline-block;
    height: 18px;
    width: 26px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 {
    display: block;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .navbar-second-menu {
    padding-top: 17px;
    margin-bottom: 0px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .navbar-second-menu li {
    margin-top: 11px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .navbar-second-menu li .nav-link {
    text-transform: none;
    font-size: 13px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .iniciar-sessio {
    width: 100%;
    float: none;
    padding: 0px !important;
    margin-bottom: 37px;
    margin-top: 11px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .iniciar-sessio .nav-link {
    text-transform: none;
    font-size: 13px;
  }
  #modal-menu .modal-body .menu-content .menu-mobil-425 .iniciar-sessio li {
    margin-top: 0px !important;
  }
  #modal-menu .modal-body .second-menu, #modal-menu .modal-body .iniciar-sessio-sm {
    display: none;
  }
}
#modal-menu .modal-dialog {
  width: 581px;
}
#modal-menu .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
@media (max-width: 577px) {
  #modal-menu .modal-dialog {
    width: 100%;
  }
}

.lang.show #dropdownLang:focus .current-lang:after {
  transform: rotate(270deg);
}

#dropdownLang {
  background: none;
  border: none;
  outline: none;
  text-transform: uppercase;
  color: #1e1dff;
  padding: 0px;
  font-size: 18px;
  display: none;
}
#dropdownLang ~ .dropdown-menu {
  text-transform: uppercase;
  min-width: auto;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0px;
}
#dropdownLang ~ .dropdown-menu a {
  padding-left: 3px;
  padding-right: 3px;
  color: #1e1dff;
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  text-align: center;
}
#dropdownLang:after {
  display: none;
}
#dropdownLang .current-lang {
  display: inline-block;
  background: none;
  text-transform: uppercase;
  padding-left: 3px;
  padding-right: 3px;
  border-bottom: 1px solid #1e1dff;
}
#dropdownLang .current-lang:after {
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "";
  width: 7px;
  height: 16px;
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 13px;
}

footer .footer-separation {
  border-top: 1px solid #1e1dff;
  margin: 0 111px;
}
footer .content-footer {
  padding-top: 61px;
  padding-bottom: 12px;
  padding-left: 112px;
  padding-right: 112px;
}
footer .content-footer p {
  margin-bottom: 0px;
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
footer .content-footer .credits-link {
  display: inline;
  cursor: pointer;
}
footer .content-footer ul {
  padding: 0px;
  list-style: none;
}
footer .content-footer a {
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
footer .content-footer li.current-menu-item a, footer .content-footer a:hover, footer .content-footer .credits-link:hover {
  text-decoration: underline;
  text-decoration-color: #1e1dff;
}
footer .content-footer .first-row {
  margin-bottom: 71px;
  justify-content: space-between;
}
footer .content-footer .first-row .col-usuaris a {
  cursor: pointer;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer {
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  padding: 0px 12px 18px 47px;
  top: -30px;
  position: relative;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer .close-newsletter-footer .close {
  background: transparent;
  font-size: 31px;
  font-family: "Gotham Book", "sans-serif";
  color: #1e1dff;
  font-weight: 300;
  opacity: 1;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form label.sib-NAME-area, footer .content-footer .first-row .col-usuaris .newsletter-footer form label.sib-email-area {
  display: none;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form input.sib-NAME-area, footer .content-footer .first-row .col-usuaris .newsletter-footer form input.sib-email-area {
  width: 100%;
  font-size: 18px;
  padding: 6px 12px;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form input.sib-NAME-area {
  margin-bottom: 25px;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form input.sib-email-area {
  margin-bottom: 15px;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form button {
  background: none;
  border: 0;
  outline: 0;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form button span {
  display: none;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form .check-newsletter label {
  font-size: 11px !important;
}
footer .content-footer .first-row .col-usuaris .newsletter-footer form .check-newsletter label a {
  font-size: inherit;
  color: inherit;
}
footer .content-footer .last-row .col-social a {
  margin-right: 15px;
}
footer .content-footer .link-mobil-newsletter {
  text-align: center;
  margin-bottom: 44px;
}
footer .col-social {
  text-align: right;
}
@media (max-width: 1400px) {
  footer {
    margin-bottom: 85px !important;
  }
}
@media (max-width: 1379px) {
  footer .content-footer .first-row .col-usuaris .newsletter-footer {
    top: 0px;
  }
}
@media (max-width: 1024px) {
  footer .content-footer p {
    font-size: 16px;
  }
  footer .content-footer .last-row .col-cp, footer .content-footer .last-row .col-social {
    max-width: 100%;
    flex: none;
    text-align: center;
  }
  footer .content-footer .last-row .col-cp {
    order: 1;
  }
  footer .content-footer .last-row .col-social {
    order: -1;
    margin-bottom: 18px;
  }
  footer .content-footer a {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-separation {
    margin: 0 15px;
  }
  footer .content-footer .first-row {
    margin-bottom: 38px;
  }
  footer .content-footer .first-row .col-direccio, footer .content-footer .first-row .col-horari {
    margin-bottom: 41px;
  }
}
@media (max-width: 767.98px) {
  footer {
    margin-bottom: 66px !important;
  }
  footer .footer-separation {
    margin: 0;
  }
  footer .content-footer {
    padding-top: 21px;
    padding-left: 0px;
    padding-right: 0;
  }
  footer .content-footer p {
    font-size: 12px;
  }
  footer .content-footer a {
    font-size: 12px;
  }
  footer .content-footer .first-row {
    padding-left: 0px;
    margin-bottom: 5px;
  }
  footer .content-footer .first-row .col-direccio, footer .content-footer .first-row .col-horari {
    margin-bottom: 25px;
  }
}
@media (max-width: 425px) {
  footer {
    margin-bottom: 54px !important;
  }
}

.membre-equip {
  position: initial;
  transition: height 0.35s ease;
}
.membre-equip a {
  text-decoration: none !important;
}
.membre-equip a[aria-expanded=true] .wrapper, .membre-equip .wrapper:hover {
  cursor: pointer;
  /*.image-equip{
  	.img-no-hover{
  		display: none;
  	}
  	.img-hover{
  		display: block;
  	}
  }*/
}
.membre-equip a[aria-expanded=true] .wrapper h3, .membre-equip a[aria-expanded=true] .wrapper h3 span, .membre-equip .wrapper:hover h3, .membre-equip .wrapper:hover h3 span {
  font-weight: 600;
}
.membre-equip h3 {
  color: #1e1dff;
  font-size: 40px;
  font-family: "Zilla Slab", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-top: 25px;
}
.membre-equip h3 span {
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
}
.membre-equip .image-equip {
  max-width: 327px;
  max-height: 342px;
}
.membre-equip .image-equip div {
  width: 100%;
  height: 100%;
  max-height: 342px;
  overflow: hidden;
}
.membre-equip .image-equip img {
  width: 100%;
  height: 100%;
}
.membre-equip .image-equip .img-no-hover {
  display: block;
}
.membre-equip .image-equip .img-hover {
  display: none;
}
@media (max-width: 1024px) {
  .membre-equip .wrapper {
    padding-bottom: 40px;
    margin-top: 46px;
  }
  .membre-equip h3 {
    font-size: 24px;
  }
  .membre-equip h3 span {
    font-size: 20px;
  }
  .membre-equip .image-equip {
    max-width: 229px;
    max-height: 209px;
  }
  .membre-equip .image-equip div {
    max-height: 209px;
  }
}
@media (max-width: 425px) {
  .membre-equip .wrapper {
    padding-bottom: 21px;
    margin-top: 21px;
  }
  .membre-equip h3 {
    font-size: 16px;
  }
  .membre-equip h3 span {
    font-size: 16px;
  }
  .membre-equip .image-equip {
    max-width: 145px;
    max-height: 133px;
  }
  .membre-equip .image-equip div {
    max-height: 133px;
  }
  .membre-equip:nth-child(2n) {
    padding-left: 3px;
  }
  .membre-equip:nth-child(2n+1) {
    padding-right: 0px;
  }
}
.membre-equip .wrapper {
  border-bottom: 1px solid #1e1dff;
  padding-bottom: 50px;
  margin-top: 55px;
}
.membre-equip:nth-last-child(-n+1) .wrapper {
  border-bottom: none;
}
@media (min-width: 768px) {
  .membre-equip:nth-last-child(-n+2) .wrapper {
    border-bottom: none !important;
  }
}

.collapse-equip {
  position: absolute;
  left: 0;
  right: 0;
}
.collapse-equip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F4F3FF;
  width: 100%;
  height: 100%;
  top: 71px;
  z-index: -1;
}
.collapse-equip .card-body {
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  padding: 0px 15px;
  padding-bottom: 21px;
  top: -2px;
  border-top: 3px solid #ffffff;
  z-index: 100;
}
.collapse-equip .card-body div {
  padding: 0px 15px;
}
.collapse-equip .card-body .collapse-image-equip img {
  width: 100%;
}
.collapse-equip .card-body .text-equip {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 22px;
  max-width: 638px;
}
.collapse-equip .card-body .text-equip h3 {
  margin-top: 0px;
  margin-bottom: 21px;
  font-weight: 600;
}
.collapse-equip .card-body .text-equip .text-personal {
  padding: 0px;
}
.collapse-equip .card-body .text-equip .email {
  font-weight: bold;
  margin-bottom: 0px;
  line-height: initial;
}
.collapse-equip .card-body .icon-close {
  filter: invert(1);
  width: 23px;
  height: 23px;
  right: 5%;
  top: 111px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1024px) {
  .collapse-equip::after {
    top: 0px;
  }
  .collapse-equip .card-body {
    padding-bottom: 78px;
    padding-top: 78px;
  }
  .collapse-equip .card-body .collapse-image-equip {
    max-width: 358px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .collapse-equip .card-body .collapse-image-equip img {
    height: auto;
  }
  .collapse-equip .card-body .text-equip {
    max-width: 351px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 0px;
  }
  .collapse-equip .card-body .text-equip h3 {
    font-size: 24px !important;
  }
  .collapse-equip .card-body .icon-close {
    width: 19px;
    height: 19px;
    right: 20px;
    top: -44px;
  }
}
@media (max-width: 767px) {
  .collapse-equip::after {
    top: 0px;
  }
  .collapse-equip .card-body {
    display: block;
    text-align: center;
    padding-top: 59px;
    padding-bottom: 30px;
  }
  .collapse-equip .card-body .collapse-image-equip {
    max-width: 294px;
    margin: auto;
    padding-left: 0px;
  }
  .collapse-equip .card-body .text-equip {
    width: 100%;
    max-width: none;
    padding-top: 25px;
    padding-left: 0px;
  }
  .collapse-equip .card-body .text-equip h3 {
    margin-bottom: 40px;
  }
  .collapse-equip .card-body .icon-close {
    right: 20px;
    top: 10px;
    position: absolute;
  }
}

.membre-specific {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #1e1dff;
}
.membre-specific:nth-last-child(-n+2) {
  border-bottom: 2px solid #1e1dff;
}
.membre-specific .wrapper-specific {
  display: flex;
}
.membre-specific .wrapper-specific .image-equip {
  padding-right: 0px;
  padding-left: 0px;
}
.membre-specific .wrapper-specific .image-equip img {
  height: 414px;
}
.membre-specific .wrapper-specific .text-equip {
  padding-right: 101px;
  padding-left: 29px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.membre-specific .wrapper-specific .text-equip h3 {
  font-size: 40px;
  font-weight: 600;
  color: #1e1dff;
  font-style: italic;
  line-height: 0.8;
  font-family: "Zilla Slab", sans-serif;
  margin-bottom: 1rem;
}
.membre-specific .wrapper-specific .text-equip span {
  font-weight: normal;
  font-size: 30px;
}
.membre-specific .wrapper-specific .text-equip .email {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .membre-specific .wrapper-specific .image-equip img {
    height: 367px;
  }
  .membre-specific .wrapper-specific .text-equip {
    padding-left: 61px;
    padding-right: 0px;
  }
  .membre-specific .wrapper-specific .text-equip h3 {
    font-size: 24px;
  }
  .membre-specific .wrapper-specific .text-equip span {
    font-size: 20px;
  }
  .membre-specific .wrapper-specific .text-equip .email {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .membre-specific {
    padding-bottom: 34px;
    padding-top: 34px;
  }
  .membre-specific .wrapper-specific {
    flex-direction: column;
  }
  .membre-specific .wrapper-specific .image-equip img {
    height: 322px;
  }
  .membre-specific .wrapper-specific .text-equip {
    padding-left: 0px;
    padding-top: 20px;
  }
  .membre-specific .wrapper-specific .text-equip h3 {
    line-height: 1;
  }
}
@media (max-width: 425px) {
  .membre-specific .wrapper-specific .text-equip h3 {
    font-size: 16px;
  }
  .membre-specific .wrapper-specific .text-equip span {
    font-size: 16px;
  }
}

.serveis-ambit {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #1e1dff;
}
.serveis-ambit:nth-last-child(-n+2) {
  border-bottom: 2px solid #1e1dff;
}
.serveis-ambit .imatge-servei .wpb_single_image {
  margin-bottom: 0px !important;
}
.serveis-ambit .text-servei {
  align-items: flex-end !important;
}
.serveis-ambit .wrapper-specific {
  display: unset;
}
@media (max-width: 1024px) {
  .serveis-ambit .text-servei {
    padding-left: 77px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .serveis-ambit .text-servei {
    padding-left: 0px;
    padding-top: 20px;
  }
}

.wrapper-cristina-casas .img-cristina-casas img {
  max-width: 100%;
  height: auto;
}

.wrapper-post {
  padding-bottom: 90px;
}
.wrapper-post .image-post {
  height: 436px;
}
.wrapper-post .image-post img {
  width: 100%;
  height: 100%;
}
.wrapper-post h3 {
  width: 40%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.wrapper-post a:hover {
  text-decoration-color: #1e1dff !important;
}
.wrapper-post .content-agenda-blog {
  padding-bottom: 25px;
}
.wrapper-post .tags, .wrapper-post .tags a {
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1.75;
  font-family: "Gotham Book", "sans-serif";
}
.wrapper-post .date {
  padding-bottom: 20px;
  text-align: right;
}
@media (max-width: 1024px) {
  .wrapper-post h3 {
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0px;
  }
  .wrapper-post .image-post {
    height: 300px;
  }
  .wrapper-post .title-agenda-blog {
    font-size: 25px !important;
  }
  .wrapper-post .content-agenda-blog {
    padding-bottom: 15px;
  }
  .wrapper-post .tags, .wrapper-post .tags a {
    font-size: 16px;
  }
  .wrapper-post .date {
    padding-bottom: 11px;
  }
  .wrapper-post .wrapper-post {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 767px) {
  .wrapper-post .image-post {
    height: auto;
  }
}
@media (max-width: 460px) {
  .wrapper-post {
    text-align: center;
  }
  .wrapper-post .title-agenda-blog {
    font-size: 17px !important;
  }
  .wrapper-post .wrapper-post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 58px;
  }
  .wrapper-post .tags, .wrapper-post .tags a {
    font-size: 14px;
  }
  .wrapper-post .tags a {
    padding-right: 5%;
  }
  .wrapper-post h3 {
    width: 50%;
    margin: 0px auto;
  }
}

.wrapper-esdeveniment {
  border-top: 1px solid #1e1dff;
  padding: 19px 0px;
}
.wrapper-esdeveniment:hover {
  background-color: #F4F3FF;
}
.wrapper-esdeveniment:hover a {
  text-decoration: underline;
  text-decoration-color: #1e1dff;
}
.wrapper-esdeveniment:first-child {
  border-top: none;
}
.wrapper-esdeveniment .image-esdeveniment {
  text-align: left;
  padding: 0px;
}
.wrapper-esdeveniment .image-esdeveniment img {
  width: 100%;
}
.wrapper-esdeveniment .content-general {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrapper-esdeveniment .content-agenda-blog {
  padding-bottom: 31px;
}
.wrapper-esdeveniment .detalls-agenda {
  color: #000000;
  font-size: 16px;
  font-family: "Gotham Book", "sans-serif";
}
.wrapper-esdeveniment .link-agenda {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrapper-esdeveniment a:hover {
  color: #1e1dff;
}
@media (max-width: 1024px) {
  .wrapper-esdeveniment .content-general {
    width: 100% !important;
  }
  .wrapper-esdeveniment .detalls-agenda {
    font-size: 14px;
  }
  .wrapper-esdeveniment .date {
    text-align: center;
  }
  .wrapper-esdeveniment .image-esdeveniment {
    width: 25% !important;
  }
  .wrapper-esdeveniment .link-agenda {
    width: 25% !important;
  }
  .wrapper-esdeveniment .content-container {
    width: 50% !important;
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (max-width: 460px) {
  .wrapper-esdeveniment {
    text-align: center;
  }
  .wrapper-esdeveniment .content-general, .wrapper-esdeveniment .link-agenda, .wrapper-esdeveniment .content-container {
    width: 100% !important;
  }
  .wrapper-esdeveniment .image-esdeveniment {
    width: 50% !important;
    margin: auto;
  }
  .wrapper-esdeveniment .content-container {
    padding-left: 0px;
  }
}

.wrapper-agenda {
  padding-right: 0px !important;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
  border-bottom: 1px solid #1e1dff;
}
.wrapper-agenda:hover {
  background-color: #F4F3FF;
}
.wrapper-agenda:last-child {
  border-bottom: 2.5px solid #1e1dff;
}
.wrapper-agenda .col-image-agenda {
  width: 16%;
}
.wrapper-agenda .col-image-agenda ~ .vc_gitem-animated-block {
  width: 84%;
}
.wrapper-agenda .col-image-agenda .date {
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  line-height: 1.44;
  color: #1e1dff;
}
.wrapper-agenda .col-image-agenda figure, .wrapper-agenda .col-image-agenda .vc_single_image-wrapper, .wrapper-agenda .col-image-agenda img {
  width: 100%;
}
.wrapper-agenda .container-row-agenda {
  height: 100%;
}
.wrapper-agenda .container-row-agenda .agenda-text {
  float: left;
  width: 341px;
  margin-right: 71px;
  margin-top: 6px;
  height: 192px;
}
.wrapper-agenda .container-row-agenda .agenda-title {
  float: none;
  margin-bottom: 0px;
}
.wrapper-agenda .container-row-agenda .agenda-title h3 {
  color: #1e1dff;
  font-size: 25px;
  font-family: "Zilla Slab", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}
.wrapper-agenda .container-row-agenda .agenda-title h3 a:hover {
  text-decoration: underline;
  color: #1e1dff;
  opacity: 1;
}
.wrapper-agenda .container-row-agenda .vc_gitem-post-meta-label {
  font-weight: bold;
  padding-right: 5px;
}
.wrapper-agenda .container-row-agenda > div {
  float: right;
}
.wrapper-agenda .container-row-agenda .bttn-farmacia {
  background-color: transparent !important;
}
.wrapper-agenda .container-row-agenda .bttn-farmacia a {
  background-image: none !important;
}
.wrapper-agenda .container-row-agenda .col-link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 0px !important;
}
@media (max-width: 1024px) {
  .wrapper-agenda .col-image-agenda {
    width: 30%;
    text-align: center;
  }
  .wrapper-agenda .col-image-agenda ~ .vc_gitem-animated-block {
    width: 70%;
  }
  .wrapper-agenda .container-row-agenda {
    height: 316px !important;
  }
  .wrapper-agenda .container-row-agenda .agenda-text {
    width: 352px;
    height: 110px;
    margin-right: 0px;
  }
  .wrapper-agenda .container-row-agenda .agenda-title h3 {
    line-height: 1;
  }
  .wrapper-agenda .container-row-agenda .vc_gitem-col {
    padding-top: 0px;
  }
  .wrapper-agenda .container-row-agenda .col-link {
    width: auto;
    bottom: -31px;
  }
}
@media (max-width: 767px) {
  .wrapper-agenda .col-image-agenda {
    width: 100%;
    text-align: center;
  }
  .wrapper-agenda .col-image-agenda ~ .vc_gitem-animated-block {
    width: 100%;
  }
  .wrapper-agenda .col-image-agenda .vc_gitem-col {
    padding-left: 15px !important;
  }
  .wrapper-agenda .col-image-agenda img {
    max-width: 50%;
  }
  .wrapper-agenda .col-image-agenda .date {
    font-size: 13px;
  }
  .wrapper-agenda .container-row-agenda {
    height: 100% !important;
    text-align: center !important;
  }
  .wrapper-agenda .container-row-agenda .vc_gitem_row {
    position: relative;
  }
  .wrapper-agenda .container-row-agenda .agenda-text {
    max-width: 100%;
    width: 100%;
    height: 81px;
  }
  .wrapper-agenda .container-row-agenda .agenda-text > div {
    text-align: center !important;
  }
  .wrapper-agenda .container-row-agenda .agenda-title h3 {
    text-align: center !important;
    margin-top: 12px;
    margin-bottom: 19px;
    font-size: 17px;
  }
  .wrapper-agenda .container-row-agenda .col-link {
    position: relative;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 15px;
  }
}

.wrapper-esdeveniment .date, .wrapper-post .date {
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  color: #1e1dff;
}
.wrapper-esdeveniment .content-agenda-blog, .wrapper-post .content-agenda-blog {
  font-size: 16px;
  color: #000000;
  line-height: 1.75;
}
.wrapper-esdeveniment .content-agenda-blog .title-agenda-blog, .wrapper-post .content-agenda-blog .title-agenda-blog {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  color: #1e1dff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .wrapper-esdeveniment .content-agenda-blog, .wrapper-post .content-agenda-blog {
    font-size: 14px;
    line-height: 1.57;
  }
  .wrapper-esdeveniment .content-agenda-blog .title-agenda-blog, .wrapper-post .content-agenda-blog .title-agenda-blog {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .wrapper-esdeveniment .content-agenda-blog .title-agenda-blog, .wrapper-post .content-agenda-blog .title-agenda-blog {
    font-size: 17px;
  }
  .wrapper-esdeveniment .date, .wrapper-post .date {
    font-size: 13px;
  }
}

.guardies {
  position: fixed;
  top: 450px;
  left: -241px;
  transform: rotate(-90deg) translate(-65px, 50px);
  z-index: 1000;
}
.guardies div {
  display: inline-block;
  padding-top: 6px;
}
.guardies div:first-child:not(.d-flex) {
  margin-right: -5px;
  padding-top: 11px;
}
.guardies .d-flex {
  flex-direction: column;
}
.guardies a {
  font-size: 28px;
  color: #1e1dff;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-decoration: none !important;
}
.guardies > div:hover {
  background-color: rgba(255, 99, 29, 0.18);
}
.guardies > div:hover:first-child {
  background-color: rgba(30, 29, 255, 0.18);
}
.guardies .change-color {
  color: #ff631d;
}
.guardies .icon-right {
  text-align: center;
  transform: rotate(-90deg) translateY(60px);
  font-size: 28px;
  position: absolute;
  font-weight: bold;
}
.guardies .icon-right::before {
  color: #ff631d;
}
@media (max-width: 1400px) {
  .guardies {
    display: flex;
    transform: none;
    bottom: 0px;
    top: auto;
    text-align: center;
    left: 0%;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #1e1dff;
    border-bottom: 1px solid #1e1dff;
  }
  .guardies .icon-right {
    display: none;
  }
  .guardies a {
    padding: 0px;
  }
  .guardies a:hover {
    text-decoration: none;
  }
  .guardies > div {
    width: 50%;
    padding: 20px 20px;
  }
  .guardies > div > div {
    padding: 0px;
  }
  .guardies .d-flex {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .guardies > div {
    padding: 10px 20px;
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .guardies a {
    font-size: 16px;
  }
}

.page-template-guardies .horari-header .mb-bhi-oc-text {
  color: white;
}
@media (min-width: 1400px) {
  .page-template-guardies .guardies > div:hover {
    background-color: rgba(255, 255, 255, 0.18);
  }
}

#xarxes {
  position: fixed;
  top: 450px;
  right: 41px;
  z-index: 5;
  text-align: center;
}
#xarxes a {
  display: block;
  margin-bottom: 30px;
}
#xarxes a, #xarxes a:hover {
  text-decoration: none !important;
}
#xarxes a:hover i::before {
  opacity: 0.6;
}
#xarxes a i {
  font-size: 38px;
}
#xarxes a i:before {
  color: #1e1dff;
}
@media (max-width: 1400px) {
  #xarxes {
    display: none;
  }
}

#aside-guardies {
  background-color: #1e1dff;
  transition: all 1s ease;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  overflow-x: hidden;
  overflow-y: auto;
  width: 707px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  z-index: 11;
  overflow: hidden;
}
#aside-guardies h2 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  text-align: center;
  font-family: "Gotham Book", "sans-serif";
  font-style: normal;
  margin-bottom: 75px;
  margin-top: 125px;
}
#aside-guardies h3 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: "Gotham Book", "sans-serif";
  font-style: normal;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#aside-guardies .bttn-farmacia::after {
  color: white !important;
}
#aside-guardies .bttn-farmacia a:hover {
  text-decoration-color: white !important;
}
#aside-guardies a, #aside-guardies .bttn-farmacia a {
  color: white !important;
  vertical-align: unset !important;
}
#aside-guardies p {
  color: white;
  margin: 0;
}
#aside-guardies .info-pregunta {
  margin-bottom: 65px;
  padding-left: 185px;
  position: relative;
}
#aside-guardies .info-pregunta i {
  position: absolute;
  left: 103px;
  font-size: 42px;
}
#aside-guardies .info-pregunta i::before {
  color: white;
}
#aside-guardies .link-contact {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  position: fixed;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
#aside-guardies .link-contact .subrallat {
  display: none;
  line-height: 0;
}
#aside-guardies .link-contact:hover .subrallat {
  display: block;
}
#aside-guardies .link-contact i {
  position: relative;
  top: 2px;
  left: 10px;
  font-size: 19px;
}
#aside-guardies .link-contact i::before {
  color: white;
}
#aside-guardies .icon-close {
  position: absolute;
  right: 80px;
  top: 55px;
}

.separador-guardies {
  display: block;
  width: 100%;
  height: 6px;
  background-color: white;
  width: 536px;
  margin: 0 auto;
}

#top-guardia {
  margin: 0 auto;
  width: 536px;
  overflow-y: scroll;
  height: 500px;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#top-guardia::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}
#top-guardia .separador-prim {
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 36px;
  margin-bottom: 25px;
}
#top-guardia .data-guardia {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  margin-top: 20px;
}
#top-guardia .nom-farmacia {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
#top-guardia .telefon-guardia {
  margin-bottom: 29px;
}
#top-guardia #ubicacio-farmacia {
  float: right;
  margin-top: -75px;
}

/*
*	Estils animacio aside guardies
**/
#masthead {
  transition: all 1s ease;
  left: 0;
}

#page {
  transition: all 1s ease;
  position: relative;
  left: 0;
}

#guardies {
  left: -241px;
  transition: all 1s ease;
}

#xarxes {
  transition: right 1s ease;
}

.is-open #masthead {
  left: 707px;
  right: -707px;
  transition: all 1s ease;
}
.is-open #page {
  position: relative;
  left: 707px;
  transition: all 1s ease;
}
.is-open #aside-guardies {
  transform: translateX(0);
}
.is-open #guardies {
  left: 466px;
  transition: all 1s ease;
}
.is-open #xarxes {
  right: -754px;
}

#newsletter-blog .form-blog {
  padding: 0px 5px 35px 5px;
  border: 5px solid #1e1dff;
  border-radius: 13px;
  text-align: center;
  width: 100%;
  margin: auto;
}
#newsletter-blog .form-blog h2 {
  font-size: 80px;
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
  margin-bottom: 42px;
  margin-top: 27px;
}
#newsletter-blog .form-blog h3 {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  color: #1e1dff;
  font-weight: 500;
  line-height: 1.2;
}
#newsletter-blog .tags-blog {
  width: 100%;
  margin: auto;
}
#newsletter-blog #sib_signup_form_1 .gform_body {
  margin-top: 76px;
}
#newsletter-blog #sib_signup_form_1 .gform_body li {
  padding-right: 0px !important;
}
#newsletter-blog #sib_signup_form_1 .gform_body .gfield_error {
  max-width: 100% !important;
}
#newsletter-blog #sib_signup_form_1 .gform_body input {
  border: none;
  border-bottom: 1px solid #1e1dff;
  background-color: #ffffff;
  color: #191876 !important;
  outline: none;
}
#newsletter-blog #sib_signup_form_1 .gform_body input::placeholder {
  color: #191876 !important;
}
#newsletter-blog #sib_signup_form_1 .gform_footer {
  text-align: right;
}
#newsletter-blog #sib_signup_form_1 .gform_footer:after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 16px;
  margin-left: 13px;
  font-weight: bold;
  transform: translateY(7px);
  z-index: -1;
}
#newsletter-blog #sib_signup_form_1 .gform_footer:hover::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 100%;
  transform: translateX(-238%);
  height: 2px;
  width: 27px;
  background-color: #1e1dff;
}
#newsletter-blog #sib_signup_form_1 .gform_footer .gform_button, #newsletter-blog #sib_signup_form_1 .gform_footer .sib-default-btn {
  background-color: transparent;
  border: none;
  margin-right: 0px;
  position: absolute;
  transform: translateX(-30px) translateY(6px);
  padding-right: 24px;
  z-index: 1;
}
#newsletter-blog #sib_signup_form_1 input[type=checkbox] ~ label {
  padding-left: 35px;
  font-size: 13px;
  max-width: 100%;
}
#newsletter-blog .tags-post {
  margin-top: 37px;
  padding-left: 0px;
}
#newsletter-blog .tags-post aside {
  padding-left: 0px;
  max-width: 100% !important;
}
#newsletter-blog .tags-post aside .widget-title {
  display: none;
}
#newsletter-blog .tags-post a {
  background-color: #F4F3FF;
  padding: 12px;
  color: #1e1dff;
  font-size: 16px !important;
  font-family: "Gotham Book", "sans-serif";
  margin-right: 5px;
  margin-bottom: 9px;
  display: inline-block;
}
#newsletter-blog .tags-post a::before {
  content: "#";
}

.post-navigation .row {
  margin: 0px;
}
.post-navigation .row .col-12 {
  background-color: #F4F3FF;
  height: 382px;
  margin: 80px 0px;
}
.post-navigation .row .col-12 .content-links {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.post-navigation .row .col-12 .content-links .general-link {
  position: absolute;
  right: 19px;
  bottom: 15%;
}
.post-navigation .row .col-12 .content-links .general-link p {
  display: inline-block;
  padding-right: 9px;
  margin-bottom: 0px;
}
.post-navigation .row .col-12 .content-links .general-link i {
  font-size: 19px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: bold;
}
.post-navigation .row .col-12 .content-links .general-link:hover {
  color: #1e1dff;
  text-decoration: none;
}
.post-navigation .row .col-12 .content-links .noticia {
  display: flex;
  flex-direction: row;
}
.post-navigation .row .col-12 .content-links .noticia .imatge-data {
  text-align: left;
  width: 35%;
  position: relative;
  top: -73px;
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  color: #1e1dff;
  letter-spacing: 3.1px;
}
.post-navigation .row .col-12 .content-links .noticia .imatge-data img {
  width: 100%;
  height: 80%;
  margin-bottom: 25px;
}
.post-navigation .row .col-12 .content-links .noticia > a {
  margin: auto 0px;
  max-width: 380px;
}
.post-navigation .row .col-12 .prev {
  flex-direction: row-reverse;
}
.post-navigation .row .col-12 .prev .noticia {
  flex-direction: row-reverse;
}
.post-navigation .row .col-12 .prev .noticia .imatge-data {
  margin-left: 30px;
  text-align: right;
}
.post-navigation .row .col-12 .prev .noticia > a {
  text-align: right;
}
.post-navigation .row .col-12 .prev .general-link {
  left: 38px;
  right: unset;
}
.post-navigation .row .col-12 .prev .general-link i {
  position: absolute;
  transform: rotate(180deg);
  left: -20px;
}
.post-navigation .row .col-12 .next .noticia .imatge-data {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .post-navigation .row .col-12 {
    height: 297px;
    margin: 80px 0px;
  }
  .post-navigation .row .col-12 .content-links .link-fletxa {
    margin-top: 32%;
  }
  .post-navigation .row .col-12 .content-links .link-fletxa i {
    font-size: 28px;
  }
  .post-navigation .row .col-12 .content-links .noticia .imatge-data {
    width: 50%;
    margin-right: 30px;
  }
  .post-navigation .row .col-12 .content-links .noticia .imatge-data img {
    height: 90%;
  }
  .post-navigation .row .col-12 .content-links .noticia > a {
    margin-top: 10%;
  }
  .post-navigation .row .col-12 .content-links .general-link p {
    display: none;
  }
  .post-navigation .row .col-12 .content-links .general-link i {
    font-size: 32px;
  }
  .post-navigation .row .col-12 .prev .noticia .imatge-data {
    margin-right: 0px;
    margin-left: 30px;
  }
  .post-navigation .row .col-12 .prev .general-link i {
    bottom: -9px;
  }
}
@media (max-width: 767px) {
  .post-navigation .row .col-12 {
    height: auto;
    margin: 50px 0px;
  }
  .post-navigation .row .col-12 .content-links {
    flex-direction: column;
    text-align: center;
    position: relative;
    transform: translateY(-8%);
  }
  .post-navigation .row .col-12 .content-links .noticia {
    display: block;
    width: 70%;
    margin: auto;
  }
  .post-navigation .row .col-12 .content-links .noticia .imatge-data {
    margin: auto;
    top: 0px;
    margin-bottom: 10%;
    width: 100%;
  }
  .post-navigation .row .col-12 .content-links .noticia .imatge-data img {
    height: 80%;
  }
  .post-navigation .row .col-12 .content-links .noticia > a {
    position: relative;
  }
  .post-navigation .row .col-12 .content-links .general-link {
    position: relative;
    bottom: 0;
    margin: auto;
    right: unset;
    margin-top: 15px;
  }
  .post-navigation .row .col-12 .prev .general-link {
    left: 19px;
    margin-top: 50px;
  }
  .post-navigation .row .col-12 .prev .general-link i {
    left: -30px;
  }
}

.post-navigation-agenda .row .col-12 {
  padding: 0px 0px;
}
.post-navigation-agenda .row .col-12 .content-links {
  position: relative;
}
.post-navigation-agenda .row .col-12 .content-links .noticia {
  width: 100%;
}
.post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data {
  margin-right: 133px;
  width: 32%;
}
.post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data img {
  height: 100%;
  width: auto;
  margin-bottom: 13px;
  max-width: 378px;
  max-height: 378px;
}
.post-navigation-agenda .row .col-12 .content-links .noticia .title-link {
  padding-top: 5%;
  max-width: 445px;
}
.post-navigation-agenda .row .col-12 .content-links .noticia .title-link p {
  margin-top: 30px;
}
.post-navigation-agenda .row .col-12 .content-links.prev .noticia .imatge-data {
  margin-right: 0px;
  margin-left: 133px;
}
.post-navigation-agenda .row .col-12 .content-links.prev .noticia .title-link {
  text-align: right;
}
@media (max-width: 1024px) {
  .post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data {
    margin-right: 77px;
    top: -108px;
    width: 50%;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data img {
    margin-bottom: 23px;
    max-width: 290px;
    max-height: 290px;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .title-link {
    padding-top: 8%;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .title-link p {
    margin-top: 14px;
  }
  .post-navigation-agenda .row .col-12 .content-links.prev .noticia .imatge-data {
    margin-right: 0px;
    margin-left: 77px;
  }
}
@media (max-width: 767px) {
  .post-navigation-agenda .row .col-12 {
    height: 370px;
    margin: 80px 0px;
  }
  .post-navigation-agenda .row .col-12 .content-links {
    transform: translateY(-29%);
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia {
    width: 70%;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data {
    margin: auto;
    top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data > a {
    display: block;
  }
  .post-navigation-agenda .row .col-12 .content-links .noticia .imatge-data img {
    margin-bottom: 18px;
    max-width: 185px;
    max-height: 185px;
  }
  .post-navigation-agenda .row .col-12 .content-links.prev .noticia .imatge-data {
    margin: auto;
  }
  .post-navigation-agenda .row .col-12 .content-links.prev .noticia .title-link {
    text-align: center;
  }
}

#ubicacio-farmacia {
  text-align: center;
}
#ubicacio-farmacia a {
  color: white;
  text-decoration: none;
}
#ubicacio-farmacia i {
  display: block;
  text-align: center;
  font-size: 35px;
}
#ubicacio-farmacia i::before {
  color: white;
}
#ubicacio-farmacia span {
  text-transform: uppercase;
  font-size: 12px;
}

/*
* Estils formularis
*/
#gform_1, form, #gform_4, #sib_signup_form_1, .login, #gform_3 {
  /*input:not(:placeholder-shown):not([type=submit]), textarea:not(:placeholder-shown) {
         background-color: white;
  	border-radius: 0;
  	&::placeholder{
  		color: #051033 !important;
  	}
  	border: none;
  	border-bottom: 1px solid $vivid-blue;
  	color: #051033 !important;
  	outline: none;
  }*/
}
#gform_1 input:not([type=submit]), form input:not([type=submit]), #gform_4 input:not([type=submit]), #sib_signup_form_1 input:not([type=submit]), .login input:not([type=submit]), #gform_3 input:not([type=submit]) {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #1e1dff;
  color: #051033 !important;
  outline: none;
}
#gform_1 input:not([type=submit])::placeholder, form input:not([type=submit])::placeholder, #gform_4 input:not([type=submit])::placeholder, #sib_signup_form_1 input:not([type=submit])::placeholder, .login input:not([type=submit])::placeholder, #gform_3 input:not([type=submit])::placeholder {
  color: #051033 !important;
}
#gform_1 input[type=submit], form input[type=submit], #gform_4 input[type=submit], #sib_signup_form_1 input[type=submit], .login input[type=submit], #gform_3 input[type=submit] {
  background-color: transparent !important;
  border: none !important;
}
#gform_1 input[type=checkbox], form input[type=checkbox], #gform_4 input[type=checkbox], #sib_signup_form_1 input[type=checkbox], .login input[type=checkbox], #gform_3 input[type=checkbox] {
  margin-top: 0;
}
#gform_1 textarea, form textarea, #gform_4 textarea, #sib_signup_form_1 textarea, .login textarea, #gform_3 textarea {
  border-color: #1e1dff;
  outline: none;
}
#gform_1 label, form label, #gform_4 label, #sib_signup_form_1 label, .login label, #gform_3 label {
  font-weight: normal !important;
  color: #051033 !important;
}
#gform_1 select, form select, #gform_4 select, #sib_signup_form_1 select, .login select, #gform_3 select {
  background: url(../images/arrows.svg) no-repeat right;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 12px;
  border-color: #1e1dff;
  padding: 4px 0px 4px 4px !important;
  color: #051033 !important;
  outline: none;
}
#gform_1 input[type=checkbox], form input[type=checkbox], #gform_4 input[type=checkbox], #sib_signup_form_1 input[type=checkbox], .login input[type=checkbox], #gform_3 input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#gform_1 input[type=checkbox] + label, form input[type=checkbox] + label, #gform_4 input[type=checkbox] + label, #sib_signup_form_1 input[type=checkbox] + label, .login input[type=checkbox] + label, #gform_3 input[type=checkbox] + label {
  padding-left: 31px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: inherit;
  vertical-align: middle;
  cursor: pointer;
}
#gform_1 input[type=checkbox]:checked + label, form input[type=checkbox]:checked + label, #gform_4 input[type=checkbox]:checked + label, #sib_signup_form_1 input[type=checkbox]:checked + label, .login input[type=checkbox]:checked + label, #gform_3 input[type=checkbox]:checked + label {
  background-position: 0 -22px;
}
#gform_1 input[type=checkbox] + label, form input[type=checkbox] + label, #gform_4 input[type=checkbox] + label, #sib_signup_form_1 input[type=checkbox] + label, .login input[type=checkbox] + label, #gform_3 input[type=checkbox] + label {
  background-image: url(../images/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gform_1 .validation_error, #gform_1 .validation_message, form .validation_error, form .validation_message, #gform_4 .validation_error, #gform_4 .validation_message, #sib_signup_form_1 .validation_error, #sib_signup_form_1 .validation_message, .login .validation_error, .login .validation_message, #gform_3 .validation_error, #gform_3 .validation_message {
  color: #ff0000 !important;
  border-color: transparent;
  font-weight: normal;
}
#gform_1 .validation_error, form .validation_error, #gform_4 .validation_error, #sib_signup_form_1 .validation_error, .login .validation_error, #gform_3 .validation_error {
  display: none !important;
}
#gform_1 li.gfield.gfield_error, form li.gfield.gfield_error, #gform_4 li.gfield.gfield_error, #sib_signup_form_1 li.gfield.gfield_error, .login li.gfield.gfield_error, #gform_3 li.gfield.gfield_error {
  background-color: transparent;
  margin-bottom: 0px;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
}
#gform_1 ul, form ul, #gform_4 ul, #sib_signup_form_1 ul, .login ul, #gform_3 ul {
  list-style: none;
  padding: 0px;
}
#gform_1 ul li, form ul li, #gform_4 ul li, #sib_signup_form_1 ul li, .login ul li, #gform_3 ul li {
  text-align: left;
}
#gform_1 ul li p, form ul li p, #gform_4 ul li p, #sib_signup_form_1 ul li p, .login ul li p, #gform_3 ul li p {
  margin-bottom: 46px;
}
#gform_1 ul li p input, form ul li p input, #gform_4 ul li p input, #sib_signup_form_1 ul li p input, .login ul li p input, #gform_3 ul li p input {
  width: 100%;
}
#gform_1 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_1 .gfield_error textarea, #gform_1 .gfield_error select, form .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), form .gfield_error textarea, form .gfield_error select, #gform_4 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_4 .gfield_error textarea, #gform_4 .gfield_error select, #sib_signup_form_1 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #sib_signup_form_1 .gfield_error textarea, #sib_signup_form_1 .gfield_error select, .login .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .login .gfield_error textarea, .login .gfield_error select, #gform_3 .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_3 .gfield_error textarea, #gform_3 .gfield_error select {
  border: none;
  border-bottom: 1px solid #1e1dff;
}
#gform_1 .gform_footer.top_label, #gform_1 .form-submit, form .gform_footer.top_label, form .form-submit, #gform_4 .gform_footer.top_label, #gform_4 .form-submit, #sib_signup_form_1 .gform_footer.top_label, #sib_signup_form_1 .form-submit, .login .gform_footer.top_label, .login .form-submit, #gform_3 .gform_footer.top_label, #gform_3 .form-submit {
  text-align: right;
  width: fit-content;
  padding-right: 16px;
  margin-right: 0px;
  margin-left: auto;
  position: relative;
}
#gform_1 .gform_footer.top_label:hover::before, #gform_1 .form-submit:hover::before, form .gform_footer.top_label:hover::before, form .form-submit:hover::before, #gform_4 .gform_footer.top_label:hover::before, #gform_4 .form-submit:hover::before, #sib_signup_form_1 .gform_footer.top_label:hover::before, #sib_signup_form_1 .form-submit:hover::before, .login .gform_footer.top_label:hover::before, .login .form-submit:hover::before, #gform_3 .gform_footer.top_label:hover::before, #gform_3 .form-submit:hover::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 6px;
  height: 2px;
  width: 145px;
  background-color: #1e1dff;
}
@media (max-width: 1024px) {
  #gform_1 .gform_footer.top_label:hover::before, #gform_1 .form-submit:hover::before, form .gform_footer.top_label:hover::before, form .form-submit:hover::before, #gform_4 .gform_footer.top_label:hover::before, #gform_4 .form-submit:hover::before, #sib_signup_form_1 .gform_footer.top_label:hover::before, #sib_signup_form_1 .form-submit:hover::before, .login .gform_footer.top_label:hover::before, .login .form-submit:hover::before, #gform_3 .gform_footer.top_label:hover::before, #gform_3 .form-submit:hover::before {
    width: 125px;
  }
}
@media (max-width: 641px) {
  #gform_1 .gform_footer.top_label:hover::before, #gform_1 .form-submit:hover::before, form .gform_footer.top_label:hover::before, form .form-submit:hover::before, #gform_4 .gform_footer.top_label:hover::before, #gform_4 .form-submit:hover::before, #sib_signup_form_1 .gform_footer.top_label:hover::before, #sib_signup_form_1 .form-submit:hover::before, .login .gform_footer.top_label:hover::before, .login .form-submit:hover::before, #gform_3 .gform_footer.top_label:hover::before, #gform_3 .form-submit:hover::before {
    bottom: 30px;
    height: 2px;
    width: 124px;
  }
}
@media (max-width: 641px) {
  #gform_1 .gform_footer.top_label:after, #gform_1 .form-submit:after, form .gform_footer.top_label:after, form .form-submit:after, #gform_4 .gform_footer.top_label:after, #gform_4 .form-submit:after, #sib_signup_form_1 .gform_footer.top_label:after, #sib_signup_form_1 .form-submit:after, .login .gform_footer.top_label:after, .login .form-submit:after, #gform_3 .gform_footer.top_label:after, #gform_3 .form-submit:after {
    position: absolute;
    top: 21px;
  }
}

/*
* Estils Aside Guardies
*/
#content-guardies {
  position: relative;
  height: 100vh;
}

#top-guardia {
  height: 60vh;
}

#aside-guardies .icon-close {
  z-index: 99;
}

#gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(30, 29, 255, 0), rgba(53, 51, 255, 0.33) 70%, rgba(30, 29, 255, 0.81));
  bottom: 0px;
  pointer-events: none;
}

@media (max-width: 1400px) {
  #aside-guardies {
    width: 636px;
  }
  #aside-guardies h2 {
    font-size: 35px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 536px;
  }
  #aside-guardies h3 {
    font-size: 18px;
  }

  #guardies {
    left: 0;
  }

  .is-open #masthead {
    left: 636px;
    right: -636px;
  }
  .is-open #page {
    position: relative;
    left: 636px;
  }
  .is-open #guardies {
    left: 636px;
  }
}
@media (max-width: 768px) {
  #aside-guardies {
    width: 600px;
  }
  #aside-guardies .link-contact {
    width: 100%;
  }

  .is-open #masthead {
    left: 600px;
    right: -600px;
  }
  .is-open #page {
    position: relative;
    left: 600px;
  }
  .is-open #guardies {
    left: 420px;
  }
}
@media (max-width: 600px) {
  #aside-guardies {
    width: 100%;
    z-index: 1040;
  }
  #aside-guardies #close {
    width: 19px;
    height: 19px;
    right: 17px;
    top: 17px;
  }
  #aside-guardies h2 {
    font-size: 22px;
    margin-top: 65px;
    margin-bottom: 40px;
    letter-spacing: 0.55px;
  }
  #aside-guardies h3 {
    font-size: 16px;
  }
  #aside-guardies .info-pregunta {
    margin-bottom: 35px;
    padding-left: 95px;
  }
  #aside-guardies .info-pregunta i {
    left: 40px;
    font-size: 23px;
  }
  #aside-guardies .link-contact {
    bottom: 80px;
    font-size: 14px;
  }
  #aside-guardies #content-guardies, #aside-guardies #content-preguntans {
    padding: 0 21px;
  }
  #aside-guardies .separador-guardies {
    height: 4px;
    width: 100%;
  }
  #aside-guardies .data-guardia {
    font-size: 17px;
    margin-top: 10px;
  }

  #top-guardia {
    width: 100%;
  }
  #top-guardia .separador-prim {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #top-guardia .nom-farmacia {
    font-size: 16px;
  }
  #top-guardia #ubicacio-farmacia {
    margin-top: -40px;
  }
  #top-guardia #ubicacio-farmacia i {
    font-size: 28px;
  }
  #top-guardia #ubicacio-farmacia span {
    display: none;
  }

  .is-open #masthead {
    left: 0;
    right: 0;
  }
  .is-open #page {
    position: relative;
    left: 0;
  }
  .is-open #guardies {
    left: 0;
  }

  .is-closed #guardies {
    left: 0;
  }
}
.is-open {
  overflow: hidden;
  position: relative;
}

.translateX0 {
  transform: translateX(0%) !important;
}

.translateX0Y15 {
  transform: translateX(0%) translateY(9%) !important;
}

.translateX100 {
  transform: translateX(-100%) !important;
}

/*Cercador*/
#modal-search {
  position: fixed;
  z-index: 1031;
  top: 0px;
  right: -17px;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#modal-search .modal-dialog {
  max-width: none;
  margin: 0px;
}
#modal-search .search-wrapper {
  padding: 32px 43px;
  padding-bottom: 97px;
  background-color: white;
}
#modal-search .search-wrapper .close-search {
  float: right;
}
#modal-search .search-wrapper .close-search #close-search {
  position: absolute;
  right: 43px;
  font-size: 47px;
  line-height: normal;
  font-weight: 300;
  cursor: pointer;
  color: #1e1dff;
  font-family: "Gotham Book", "sans-serif";
}
#modal-search .search-wrapper .div-logo img {
  height: 80px;
}
@media (max-width: 1400px) {
  #modal-search .search-wrapper .div-logo img {
    height: 60px;
  }
}
@media (max-width: 473px) {
  #modal-search .search-wrapper .div-logo img {
    height: 30px;
  }
}
#modal-search .search-wrapper .container {
  margin-top: 58px;
  max-width: 1200px;
}
#modal-search .search-wrapper .container .container-formulari {
  padding-left: 204px;
  padding-right: 204px;
}
#modal-search .search-wrapper .container .search-title {
  max-width: 120px;
  margin-bottom: 68px;
}
#modal-search .search-wrapper .container #form-search {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 2px solid #1e1dff;
}
#modal-search .search-wrapper .container #form-search input {
  border: none;
  color: black;
  font-size: 16px;
  outline: none !important;
}
#modal-search .search-wrapper .container #form-search input::placeholder {
  color: black;
  font-size: 16px;
}
@media (max-width: 1024px) {
  #modal-search .search-wrapper .container #form-search input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #modal-search .search-wrapper .container #form-search input {
    font-size: 14px;
  }
}
#modal-search .search-wrapper .container #form-search button {
  border: none;
  background-image: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5;
  color: #1e1dff;
}
#modal-search .search-wrapper .container #form-search button:hover span {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #modal-search .search-wrapper .container #form-search button {
    font-size: 14px;
  }
}
#modal-search .search-wrapper .container .search-results .no-results {
  font-family: "Zilla Slab", sans-serif;
  color: #1e1dff;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
  margin-top: 58px;
  margin-bottom: 0px;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments {
  background-color: rgba(30, 29, 255, 0.05);
  padding: 73px 101px;
  margin-top: 58px;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments li {
  padding-bottom: 6px;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments li:before {
  content: "-";
  padding-right: 8px;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments .bttn-farmacia a {
  line-height: 1.5;
}
#modal-search .search-wrapper .container .search-results .no-result-sugeriments .first-link {
  margin-bottom: 58px !important;
}
#modal-search .search-wrapper .container .search-results .related {
  margin-top: 84px;
}
#modal-search .search-wrapper .container .search-results .related h2 {
  margin-bottom: 38px;
}
#modal-search .search-wrapper .container .search-results .related .woocommerce {
  border-top: 2.5px solid #1e1dff;
  padding-top: 20px;
}
#modal-search .search-wrapper .container .search-results .related .woocommerce .products {
  border-top: none !important;
}
#modal-search .search-wrapper .container .search-results .related .woocommerce .product {
  height: auto;
}
#modal-search .search-wrapper .container .search-results .content-results {
  margin-top: 102px;
}
#modal-search .search-wrapper .container .search-results .content-results > h2 {
  padding-bottom: 25px;
  margin-bottom: 0px;
  border-bottom: 2.5px solid #1e1dff;
  max-width: none;
}
#modal-search .search-wrapper .container .search-results .content-results .related .product {
  height: auto;
}
#modal-search .search-wrapper .container .search-results .content-results .related .product .product-image-box img {
  height: auto;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca {
  margin-bottom: 213px;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca:last-child {
  margin-bottom: 0px;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca-special {
  margin-left: 15px;
  margin-right: 15px;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment {
  padding-top: 20px;
  border-bottom: 1px solid #1e1dff;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment:first-child {
  padding-top: 50px;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment:last-child {
  border-bottom: none;
}
#modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment .bttn-farmacia {
  text-align: right;
}
#modal-search .search-wrapper .container .search-results .content-results .serveis-ambit {
  padding: 38px 0px;
  border-bottom: 1px solid #1e1dff;
}
#modal-search .search-wrapper .container .search-results .content-results .serveis-ambit:last-child {
  border-bottom: none;
}
@media (max-width: 1919px) {
  #modal-search .search-wrapper .container .container-formulari {
    padding: 0px 62px;
  }
  #modal-search .search-wrapper .container .search-results .content-results {
    margin-top: 89px;
  }
  #modal-search .search-wrapper .container .search-results .content-results > h2 {
    padding-bottom: 19px;
  }
  #modal-search .search-wrapper .container .search-results .content-results .row-cerca {
    margin-bottom: 119px;
  }
  #modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment {
    padding-top: 37px;
  }
}
@media (max-width: 1024px) {
  #modal-search {
    right: 0px;
  }
  #modal-search .search-wrapper {
    padding: 26px 24px;
    padding-bottom: 100px;
  }
  #modal-search .search-wrapper .container {
    max-width: 768px;
    padding: 0px 0px;
  }
  #modal-search .search-wrapper .container .search-results .no-results {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 6px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments {
    padding: 35px 60px;
    margin-top: 70px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments p {
    margin-bottom: 0px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .p-special {
    max-width: 256px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .col-special {
    padding: 0px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments {
    margin-top: 32px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .first-link {
    margin-bottom: 85px !important;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .bttn-farmacia {
    text-align: start !important;
  }
}
@media (max-width: 767px) {
  #modal-search .search-wrapper {
    padding: 13px 12px;
    padding-bottom: 60px;
  }
  #modal-search .search-wrapper .close-search #close-search {
    right: 12px;
  }
  #modal-search .search-wrapper .container .search-title {
    max-width: 43px;
  }
  #modal-search .search-wrapper .container .container-formulari {
    padding: 0px 22px;
  }
  #modal-search .search-wrapper .container .search-results .no-results {
    font-size: 16px;
    margin-top: 79px;
    margin-bottom: 12px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments {
    padding: 35px 20px;
    margin-top: 31px;
    text-align: center;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .p-special {
    max-width: none;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments {
    margin-top: 32px;
    margin-bottom: 52px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .llistat-sugeriments li {
    padding-bottom: 11px;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .first-link {
    margin-bottom: 32px !important;
  }
  #modal-search .search-wrapper .container .search-results .no-result-sugeriments .bttn-farmacia {
    text-align: center !important;
  }
  #modal-search .search-wrapper .container .search-results .related {
    margin-top: 35px;
  }
  #modal-search .search-wrapper .container .search-results .related h2 {
    margin-bottom: 22px;
  }
  #modal-search .search-wrapper .container .search-results .related .woocommerce {
    border-top: 2px solid #1e1dff;
  }
  #modal-search .search-wrapper .container .search-results .content-results {
    margin-top: 53px;
  }
  #modal-search .search-wrapper .container .search-results .content-results > h2 {
    padding-bottom: 15px;
    border-bottom: 2px solid #1e1dff;
  }
  #modal-search .search-wrapper .container .search-results .content-results .row-cerca {
    margin-bottom: 56px;
  }
  #modal-search .search-wrapper .container .search-results .content-results .row-cerca-special .wrapper-esdeveniment {
    padding-top: 20px;
  }
  #modal-search .search-wrapper .container .search-results .content-results .serveis-ambit {
    padding: 20px 0px;
    text-align: center;
  }
  #modal-search .search-wrapper .container #form-search .col {
    padding-left: 0px;
  }
  #modal-search .search-wrapper .container #form-search {
    padding-bottom: 16px;
  }
  #modal-search .search-wrapper .container #form-search .col-auto {
    position: absolute;
    bottom: -41px;
    right: 0px;
  }
  #modal-search .search-wrapper .container #form-search .col-auto button {
    padding: 0px;
  }
}

/*Crèdits*/
#modal-credits.fade .modal-dialog {
  transform: translate(0, 25%);
}
#modal-credits.fade.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}
#modal-credits .modal-dialog {
  max-width: 100%;
  margin: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#modal-credits .modal-dialog button {
  opacity: 1;
}
#modal-credits .modal-dialog .icon-close {
  position: absolute;
  top: 27px;
  right: 60px;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
  color: #1e1dff;
  font-family: "Gotham Book", "sans-serif";
}
#modal-credits .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
  padding: 115px 113px;
}
#modal-credits .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#modal-credits .modal-dialog .modal-content .modal-body .content {
  padding: 0px 35px;
  float: left;
}
#modal-credits .modal-dialog .modal-content .modal-body .content p {
  margin-bottom: 0px;
}
#modal-credits .modal-dialog .modal-content .modal-body .content .bttn-subtitile-little:hover {
  text-decoration: none;
  color: #1e1dff;
}
@media (max-width: 1362px) {
  #modal-credits .modal-dialog .modal-content {
    padding: 151px 138px;
    padding-bottom: 73px;
  }
  #modal-credits .modal-dialog .modal-content .content {
    width: 33%;
  }
  #modal-credits .modal-dialog .modal-content .content-special {
    width: 40%;
  }
  #modal-credits .modal-dialog .modal-content .modal-body .content {
    padding: 0px;
    padding-bottom: 78px;
  }
}
@media (max-width: 767px) {
  #modal-credits .modal-dialog .modal-content {
    padding: 54px 65px;
    padding-bottom: 36px;
  }
  #modal-credits .modal-dialog .modal-content .modal-body .content {
    padding-bottom: 34px;
    float: none;
    margin: auto;
    max-width: 160px;
  }
}

/*Lost password*/
#ModalLostPassword .modal-dialog {
  max-width: 996px;
}
#ModalLostPassword .modal-content {
  border: none;
  border-radius: 0px;
  padding: 37px 37px 100px 103px;
}
#ModalLostPassword .modal-content .modal-header {
  padding: 0px;
  text-align: right;
  border: none;
}
#ModalLostPassword .modal-content .modal-header span {
  color: #1e1dff;
  font-weight: 300;
  font-size: 40px;
}
#ModalLostPassword .modal-content .modal-header button {
  opacity: 1;
}
#ModalLostPassword .modal-content .modal-body {
  padding-right: 42px;
}
#ModalLostPassword .modal-content .modal-body p {
  width: 100%;
  margin-top: 30px;
}
#ModalLostPassword .modal-content .modal-body p input {
  font-size: 20px;
}
#ModalLostPassword .modal-content .modal-body button {
  width: 100%;
  text-align: right;
  color: #1e1dff;
  background-color: transparent;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}

.select2-dropdown {
  border: 1px solid #1e1dff;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #F4F3FF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #1e1dff;
}

.select2-results__option {
  color: #051033;
}

#cookie-alert {
  background-color: #dedff6;
  padding: 19px;
  display: none;
  z-index: 9999;
}
#cookie-alert.show {
  display: block;
}
#cookie-alert .container-fluid {
  padding: 0px;
}
#cookie-alert, #cookie-alert a, #cookie-alert a:hover, #cookie-alert button {
  font-family: "Zilla Slab", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1e1dff;
  font-style: italic;
  color: #1e1dff;
  opacity: 1;
}
#cookie-alert button {
  background-color: transparent;
  width: 100%;
}
@media (max-width: 1199.98px) {
  #cookie-alert, #cookie-alert a, #cookie-alert a:hover, #cookie-alert button {
    font-size: 14px;
  }
}

body.search.search-results {
  padding-top: 150px;
}
body.search.search-results #secondary {
  display: none;
}
body.search.search-results #colophon {
  margin-top: 100px;
}

#colophon {
  margin-top: 20px;
}

#wt-cli-privacy-save-btn {
  background-color: rgb(222, 223, 246);
  color: #1e1dff;
}

.cli-switch input:checked + .cli-slider {
  background-color: #1e1dff;
}

.left-vertical-line > div.vc_column-inner > div.wpb_wrapper {
  border-left: solid 3px #1e1dff;
  padding-left: 37px;
}
@media (max-width: 1024px) {
  .left-vertical-line > div.vc_column-inner > div.wpb_wrapper {
    padding-left: 17px;
  }
  .left-vertical-line > div.vc_column-inner > div.wpb_wrapper .bttn-farmacia {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .left-vertical-line > div.vc_column-inner > div.wpb_wrapper {
    border-left: none;
    padding-left: 0px;
  }
  .left-vertical-line > div.vc_column-inner > div.wpb_wrapper .bttn-farmacia {
    text-align: center !important;
  }
}

.right-vertical-line > div.vc_column-inner > div.wpb_wrapper {
  border-right: solid 3px #1e1dff;
  padding-right: 37px;
}
@media (max-width: 1024px) {
  .right-vertical-line > div.vc_column-inner > div.wpb_wrapper {
    padding-right: 17px;
  }
  .right-vertical-line > div.vc_column-inner > div.wpb_wrapper .bttn-farmacia {
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .right-vertical-line > div.vc_column-inner > div.wpb_wrapper {
    border-right: none;
    padding-right: 0px;
  }
  .right-vertical-line > div.vc_column-inner > div.wpb_wrapper .bttn-farmacia {
    text-align: center !important;
  }
}

.page-template-home h1, .page-template-home .bttn-title {
  font-size: 140px;
}
.page-template-home #titol-farmacia-home {
  margin-bottom: 35px;
}
.page-template-home #titol-farmacia-home .bttn-title {
  line-height: 1;
}
.page-template-home .page-space {
  margin-bottom: 0px;
}
.page-template-home .bttn-subtitile {
  font-size: 40px;
  font-family: "Zilla Slab", sans-serif;
  line-height: 1.25;
}
.page-template-home .selector-salut-section a {
  background-color: #ffffff !important;
  font-size: 25px;
  color: #1e1dff !important;
  font-family: "Gotham Book", "sans-serif";
  text-transform: uppercase;
}
.page-template-home .selector-salut-section li {
  border-bottom: 2px solid #1e1dff;
}
.page-template-home .selector-salut-section li:first-child {
  border-top: 2px solid #1e1dff;
}
.page-template-home .selector-salut-section li.vc_active a, .page-template-home .selector-salut-section li:hover a {
  font-weight: 700;
}
.page-template-home .selector-salut-section .vc_tta-panel-body {
  padding: 0px !important;
}
.page-template-home .selector-salut-section .vc_tta-panel-heading {
  display: none !important;
}
.page-template-home .selector-salut-section .vc_tta-tabs-container {
  display: block !important;
}
.page-template-home #menu-farmacia {
  margin-left: 0;
  padding-left: 0px !important;
  list-style: none;
}
.page-template-home #menu-farmacia li {
  border-bottom: 2px solid #1e1dff;
}
.page-template-home #menu-farmacia li:first-child {
  border-top: 2px solid #1e1dff;
}
.page-template-home #menu-farmacia li a {
  color: #ff631d;
  text-transform: uppercase;
  font-size: 25px;
  display: block;
  font-weight: 500;
  padding: 31px 0 18px 0;
}
.page-template-home #menu-farmacia li a:hover {
  text-decoration: none;
  font-weight: bold;
  background-color: rgba(255, 99, 29, 0.07);
}
.page-template-home .vc_column-inner.vc_custom_1565605370942 {
  max-height: 675px;
  height: 675px;
}
@media (max-width: 1024px) {
  .page-template-home .vc_column-inner.vc_custom_1565605370942 {
    max-height: unset;
    height: auto;
  }
}
.page-template-home .productes-destacats .product:last-child {
  display: none;
}
@media (max-width: 767.98px) {
  .page-template-home .productes-destacats .product:last-child {
    display: block;
  }
}
.page-template-home .productes-destacats #menu-farmacia a {
  text-decoration: none !important;
}
.page-template-home .agenda-home-section {
  margin: 0px 15px;
}
.page-template-home #newsletter-home {
  background-color: #F4F3FF;
  padding: 83px 0px 72px 0px;
}
.page-template-home #newsletter-home #newsletter-blog {
  max-width: 1338px;
  margin: auto;
  padding: 0px 15px;
}
.page-template-home #newsletter-home #newsletter-blog .form-blog {
  padding: 59px 61px 105px 75px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter {
  padding: 0px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter h2 {
  float: left;
  width: 30%;
  text-transform: lowercase;
  font-size: 130px;
  margin: 0px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter .subtitle_form {
  float: right;
  width: 70%;
  padding-left: 115px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter h3 {
  text-align: start;
  max-width: 491px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_body {
  margin-top: 43px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_body ul li:nth-child(1), .page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_body ul li:nth-child(2) {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 5%;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_body input {
  background-color: transparent;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_footer {
  margin-right: 3%;
  position: absolute;
  bottom: 25px;
  right: 0px;
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_footer::before {
  transform: translateX(-182%);
}
@media (max-width: 1024px) {
  .page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_footer::before {
    bottom: -9px;
  }
}
@media (max-width: 641px) {
  .page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_footer::before {
    bottom: -3px;
    width: 24px;
    transform: translateX(-212%);
  }
}
.page-template-home #newsletter-home #newsletter-blog .col-formulari-newsletter form .gform_footer::after {
  transform: translateY(10px);
}
@media (max-width: 1024px) {
  .page-template-home #newsletter-home {
    padding: 10% 0px;
  }
  .page-template-home #newsletter-home #newsletter-blog {
    max-width: none;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog {
    padding: 5% 5%;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog h2 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog .subtitle_form {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0px;
    height: auto;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog .subtitle_form h3 {
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .page-template-home #newsletter-home #newsletter-blog {
    max-width: 540px;
    margin: auto;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog {
    padding-bottom: 10%;
    border: 3px solid #1e1dff;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog h2 {
    font-size: 65px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog .subtitle_form h3 {
    font-size: 18px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_body {
    margin-top: 20px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_body ul li:nth-child(1), .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_body ul li:nth-child(2) {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_body input {
    background-color: transparent;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_footer {
    margin-right: 0px;
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_footer input {
    font-size: 14px;
  }
  .page-template-home #newsletter-home #newsletter-blog .form-blog form .gform_footer::after {
    transform: translateY(5px);
  }
}
@media (max-width: 1400px) {
  .page-template-home h1, .page-template-home .bttn-title {
    font-size: 120px;
  }
}
@media (max-width: 1024px) {
  .page-template-home .separador-home {
    display: none;
  }
  .page-template-home h1, .page-template-home .bttn-title {
    max-width: 597px;
  }
  .page-template-home .bttn-subtitile {
    font-size: 30px;
    max-width: 597px;
  }
  .page-template-home .max-secction {
    max-width: 597px;
    margin: 0px auto;
  }
  .page-template-home .change-order-firstsection {
    display: block !important;
  }
  .page-template-home .change-order-firstsection li {
    text-align: center;
  }
  .page-template-home .selector-salut-section .wpb_single_image {
    text-align: center !important;
  }
  .page-template-home .separador-agenda .spacer-litle {
    height: 50px !important;
  }
  .page-template-home .separador-agenda .spacer-litle:first-child {
    height: 15px !important;
  }
  .page-template-home .separador-home-2 .separador-home {
    display: block;
  }
  .page-template-home .separador-home-2 .spacer-large {
    height: 80px !important;
  }
  .page-template-home #link-veure-mes {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  .page-template-home h1, .page-template-home .bttn-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .page-template-home .blog-home-section .wrapper-post {
    max-width: 100%;
  }
}
@media (max-width: 460px) {
  .page-template-home h1, .page-template-home .bttn-title {
    font-size: 65px;
    max-width: 100%;
  }
  .page-template-home .bttn-subtitile {
    font-size: 18px;
    max-width: 100%;
  }
  .page-template-home .max-secction {
    max-width: 100%;
  }
  .page-template-home #menu-farmacia a, .page-template-home .selector-salut-section a {
    font-size: 14px !important;
    padding: 8px 0px !important;
  }
  .page-template-home #menu-farmacia li, .page-template-home .selector-salut-section li {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-bottom: 1px solid #1e1dff !important;
  }
  .page-template-home #menu-farmacia li:first-child, .page-template-home .selector-salut-section li:first-child {
    border-top: 1px solid #1e1dff !important;
  }
  .page-template-home .separador-agenda .spacer-litle {
    height: 26px !important;
  }
}
.page-template-home .star-rating {
  display: none !important;
}

.vc_tta-panel.vc_animating {
  opacity: 0;
}

.vc_tta-panel.vc_active {
  animation: fadeIn ease 3s;
}

.page-template-la-farmacia .col-seccio-1-la-farmacia, .page-template-serveis .col-seccio-1-la-farmacia, .page-template-contacte .col-seccio-1-la-farmacia, .page-template-agenda .col-seccio-1-la-farmacia, .page-template-blog .col-seccio-1-la-farmacia, .tag .col-seccio-1-la-farmacia, .page-template-targeta-client .col-seccio-1-la-farmacia, .shop-wrapper .col-seccio-1-la-farmacia, .page-template-encarrec-online .col-seccio-1-la-farmacia {
  position: relative;
}
.page-template-la-farmacia .col-seccio-1-la-farmacia::after, .page-template-serveis .col-seccio-1-la-farmacia::after, .page-template-contacte .col-seccio-1-la-farmacia::after, .page-template-agenda .col-seccio-1-la-farmacia::after, .page-template-blog .col-seccio-1-la-farmacia::after, .tag .col-seccio-1-la-farmacia::after, .page-template-targeta-client .col-seccio-1-la-farmacia::after, .shop-wrapper .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .col-seccio-1-la-farmacia::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background-color: #F4F3FF;
  height: 474px;
  width: 62%;
  z-index: -1;
}
.page-template-la-farmacia .col-seccio-1-la-farmacia .vc_figure, .page-template-serveis .col-seccio-1-la-farmacia .vc_figure, .page-template-contacte .col-seccio-1-la-farmacia .vc_figure, .page-template-agenda .col-seccio-1-la-farmacia .vc_figure, .page-template-blog .col-seccio-1-la-farmacia .vc_figure, .tag .col-seccio-1-la-farmacia .vc_figure, .page-template-targeta-client .col-seccio-1-la-farmacia .vc_figure, .shop-wrapper .col-seccio-1-la-farmacia .vc_figure, .page-template-encarrec-online .col-seccio-1-la-farmacia .vc_figure {
  max-width: 512px;
}
.page-template-la-farmacia .la-farmacia-seccio-1-content, .page-template-serveis .la-farmacia-seccio-1-content, .page-template-contacte .la-farmacia-seccio-1-content, .page-template-agenda .la-farmacia-seccio-1-content, .page-template-blog .la-farmacia-seccio-1-content, .tag .la-farmacia-seccio-1-content, .page-template-targeta-client .la-farmacia-seccio-1-content, .shop-wrapper .la-farmacia-seccio-1-content, .page-template-encarrec-online .la-farmacia-seccio-1-content {
  max-width: 400px;
}
.page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 {
  padding: 10% 15% 10% 10%;
  background-color: #F4F3FF;
}
.page-template-la-farmacia .vc-cristina-casas, .page-template-serveis .vc-cristina-casas, .page-template-contacte .vc-cristina-casas, .page-template-agenda .vc-cristina-casas, .page-template-blog .vc-cristina-casas, .tag .vc-cristina-casas, .page-template-targeta-client .vc-cristina-casas, .shop-wrapper .vc-cristina-casas, .page-template-encarrec-online .vc-cristina-casas {
  position: relative;
  /*.img-cristina-casas:hover{
  	.img-no-hover{
  		display: none;
  	}
  	.img-hover{
  		display: block;
  	}
  }*/
}
.page-template-la-farmacia .vc-cristina-casas::after, .page-template-serveis .vc-cristina-casas::after, .page-template-contacte .vc-cristina-casas::after, .page-template-agenda .vc-cristina-casas::after, .page-template-blog .vc-cristina-casas::after, .tag .vc-cristina-casas::after, .page-template-targeta-client .vc-cristina-casas::after, .shop-wrapper .vc-cristina-casas::after, .page-template-encarrec-online .vc-cristina-casas::after {
  position: absolute;
  bottom: 0px;
  content: "";
  background-color: #F4F3FF;
  height: 711px;
  width: 100%;
  z-index: -1;
}
.page-template-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-serveis .vc-cristina-casas .desc-cristina-casas, .page-template-contacte .vc-cristina-casas .desc-cristina-casas, .page-template-agenda .vc-cristina-casas .desc-cristina-casas, .page-template-blog .vc-cristina-casas .desc-cristina-casas, .tag .vc-cristina-casas .desc-cristina-casas, .page-template-targeta-client .vc-cristina-casas .desc-cristina-casas, .shop-wrapper .vc-cristina-casas .desc-cristina-casas, .page-template-encarrec-online .vc-cristina-casas .desc-cristina-casas {
  height: 100%;
  padding-left: 127px;
  padding-top: 253px;
}
.page-template-la-farmacia .vc-cristina-casas .desc-cristina-casas h2, .page-template-serveis .vc-cristina-casas .desc-cristina-casas h2, .page-template-contacte .vc-cristina-casas .desc-cristina-casas h2, .page-template-agenda .vc-cristina-casas .desc-cristina-casas h2, .page-template-blog .vc-cristina-casas .desc-cristina-casas h2, .tag .vc-cristina-casas .desc-cristina-casas h2, .page-template-targeta-client .vc-cristina-casas .desc-cristina-casas h2, .shop-wrapper .vc-cristina-casas .desc-cristina-casas h2, .page-template-encarrec-online .vc-cristina-casas .desc-cristina-casas h2 {
  margin-bottom: 47px;
}
.page-template-la-farmacia .vc-cristina-casas .desc-cristina-casas p, .page-template-serveis .vc-cristina-casas .desc-cristina-casas p, .page-template-contacte .vc-cristina-casas .desc-cristina-casas p, .page-template-agenda .vc-cristina-casas .desc-cristina-casas p, .page-template-blog .vc-cristina-casas .desc-cristina-casas p, .tag .vc-cristina-casas .desc-cristina-casas p, .page-template-targeta-client .vc-cristina-casas .desc-cristina-casas p, .shop-wrapper .vc-cristina-casas .desc-cristina-casas p, .page-template-encarrec-online .vc-cristina-casas .desc-cristina-casas p {
  max-width: 489px;
}
.page-template-la-farmacia .vc-cristina-casas .img-no-hover, .page-template-serveis .vc-cristina-casas .img-no-hover, .page-template-contacte .vc-cristina-casas .img-no-hover, .page-template-agenda .vc-cristina-casas .img-no-hover, .page-template-blog .vc-cristina-casas .img-no-hover, .tag .vc-cristina-casas .img-no-hover, .page-template-targeta-client .vc-cristina-casas .img-no-hover, .shop-wrapper .vc-cristina-casas .img-no-hover, .page-template-encarrec-online .vc-cristina-casas .img-no-hover {
  display: block;
}
.page-template-la-farmacia .vc-cristina-casas .img-hover, .page-template-serveis .vc-cristina-casas .img-hover, .page-template-contacte .vc-cristina-casas .img-hover, .page-template-agenda .vc-cristina-casas .img-hover, .page-template-blog .vc-cristina-casas .img-hover, .tag .vc-cristina-casas .img-hover, .page-template-targeta-client .vc-cristina-casas .img-hover, .shop-wrapper .vc-cristina-casas .img-hover, .page-template-encarrec-online .vc-cristina-casas .img-hover {
  display: none;
}
.page-template-la-farmacia #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-serveis #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-contacte #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-agenda #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-blog #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .tag #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-targeta-client #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .shop-wrapper #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-la-farmacia #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-serveis #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-contacte #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-agenda #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-blog #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .tag #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-targeta-client #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .shop-wrapper #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-top .wpb_column .vc_column-inner > .wpb_wrapper .vc_separator {
  margin-top: auto !important;
}
@media (max-width: 1024px) {
  .page-template-la-farmacia .col-seccio-1-la-farmacia::after, .page-template-serveis .col-seccio-1-la-farmacia::after, .page-template-contacte .col-seccio-1-la-farmacia::after, .page-template-agenda .col-seccio-1-la-farmacia::after, .page-template-blog .col-seccio-1-la-farmacia::after, .tag .col-seccio-1-la-farmacia::after, .page-template-targeta-client .col-seccio-1-la-farmacia::after, .shop-wrapper .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .col-seccio-1-la-farmacia::after {
    height: 226px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .vc_column-inner, .page-template-serveis .col-seccio-1-la-farmacia .vc_column-inner, .page-template-contacte .col-seccio-1-la-farmacia .vc_column-inner, .page-template-agenda .col-seccio-1-la-farmacia .vc_column-inner, .page-template-blog .col-seccio-1-la-farmacia .vc_column-inner, .tag .col-seccio-1-la-farmacia .vc_column-inner, .page-template-targeta-client .col-seccio-1-la-farmacia .vc_column-inner, .shop-wrapper .col-seccio-1-la-farmacia .vc_column-inner, .page-template-encarrec-online .col-seccio-1-la-farmacia .vc_column-inner {
    padding-top: 0px !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-serveis .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-contacte .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-agenda .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-blog .col-seccio-1-la-farmacia > .vc_column-inner, .tag .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-targeta-client .col-seccio-1-la-farmacia > .vc_column-inner, .shop-wrapper .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-encarrec-online .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 26px !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia img, .page-template-serveis .col-seccio-1-la-farmacia img, .page-template-contacte .col-seccio-1-la-farmacia img, .page-template-agenda .col-seccio-1-la-farmacia img, .page-template-blog .col-seccio-1-la-farmacia img, .tag .col-seccio-1-la-farmacia img, .page-template-targeta-client .col-seccio-1-la-farmacia img, .shop-wrapper .col-seccio-1-la-farmacia img, .page-template-encarrec-online .col-seccio-1-la-farmacia img {
    padding-top: 31px;
    padding-right: 28px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding-left: 40px !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column {
    margin-bottom: 12px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p {
    margin-bottom: 12px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    font-size: 65px;
  }
  .page-template-la-farmacia #els-nostres-valors .vc_column-inner, .page-template-serveis #els-nostres-valors .vc_column-inner, .page-template-contacte #els-nostres-valors .vc_column-inner, .page-template-agenda #els-nostres-valors .vc_column-inner, .page-template-blog #els-nostres-valors .vc_column-inner, .tag #els-nostres-valors .vc_column-inner, .page-template-targeta-client #els-nostres-valors .vc_column-inner, .shop-wrapper #els-nostres-valors .vc_column-inner, .page-template-encarrec-online #els-nostres-valors .vc_column-inner {
    padding-top: 0px;
  }
  .page-template-la-farmacia #els-nostres-valors .vc_separator, .page-template-serveis #els-nostres-valors .vc_separator, .page-template-contacte #els-nostres-valors .vc_separator, .page-template-agenda #els-nostres-valors .vc_separator, .page-template-blog #els-nostres-valors .vc_separator, .tag #els-nostres-valors .vc_separator, .page-template-targeta-client #els-nostres-valors .vc_separator, .shop-wrapper #els-nostres-valors .vc_separator, .page-template-encarrec-online #els-nostres-valors .vc_separator {
    margin-top: 40px !important;
    margin-bottom: 32px !important;
  }
  .page-template-la-farmacia #els-nostres-valors .vc_separator:last-child, .page-template-serveis #els-nostres-valors .vc_separator:last-child, .page-template-contacte #els-nostres-valors .vc_separator:last-child, .page-template-agenda #els-nostres-valors .vc_separator:last-child, .page-template-blog #els-nostres-valors .vc_separator:last-child, .tag #els-nostres-valors .vc_separator:last-child, .page-template-targeta-client #els-nostres-valors .vc_separator:last-child, .shop-wrapper #els-nostres-valors .vc_separator:last-child, .page-template-encarrec-online #els-nostres-valors .vc_separator:last-child {
    margin-bottom: 0px !important;
  }
  .page-template-la-farmacia #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-serveis #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-contacte #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-agenda #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-blog #els-nostres-valors .wrapper-valors-top .vc_separator, .tag #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-targeta-client #els-nostres-valors .wrapper-valors-top .vc_separator, .shop-wrapper #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-top .vc_separator {
    margin-top: 40px !important;
    margin-bottom: 48px !important;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 {
    padding-left: unset;
    padding-bottom: 15%;
    padding-right: 5%;
    width: 55%;
    bottom: -120px;
    position: relative;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper {
    max-width: 351px;
    margin-left: auto;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3, .tag .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 {
    width: 100%;
    text-align: right;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .tag .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 > .vc_column-inner {
    padding-top: 0px !important;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .tag .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image {
    text-align: right;
    width: 52%;
    margin-left: auto;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas::after, .tag .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas::after, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas::after {
    height: 445px;
    bottom: -80px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas {
    max-width: 100%;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas {
    width: 48%;
    text-align: end;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img {
    max-width: 358px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas {
    padding-top: 143px;
    padding-left: 34px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text {
    max-width: 353px;
  }
  .page-template-la-farmacia .separator-equip .vc_separator, .page-template-serveis .separator-equip .vc_separator, .page-template-contacte .separator-equip .vc_separator, .page-template-agenda .separator-equip .vc_separator, .page-template-blog .separator-equip .vc_separator, .tag .separator-equip .vc_separator, .page-template-targeta-client .separator-equip .vc_separator, .shop-wrapper .separator-equip .vc_separator, .page-template-encarrec-online .separator-equip .vc_separator {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 {
    width: 65%;
    bottom: -100px;
    position: relative;
    padding-bottom: 25%;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper {
    margin-left: 10%;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .tag .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image {
    width: 70%;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .tag .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas {
    width: 48%;
    text-align: end;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .tag .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas .img-cristina-casas img {
    max-width: 100%;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .tag .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas .desc-cristina-casas {
    padding-top: 136px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas::after, .tag .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas::after, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas::after {
    height: 485px;
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .page-template-la-farmacia #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-la-farmacia #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-serveis #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-serveis #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-contacte #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-contacte #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-agenda #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-agenda #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-blog #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-blog #els-nostres-valors .wrapper-valors-bottom .vc_separator, .tag #els-nostres-valors .wrapper-valors-top .vc_separator, .tag #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-targeta-client #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-targeta-client #els-nostres-valors .wrapper-valors-bottom .vc_separator, .shop-wrapper #els-nostres-valors .wrapper-valors-top .vc_separator, .shop-wrapper #els-nostres-valors .wrapper-valors-bottom .vc_separator, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-top .vc_separator, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-bottom .vc_separator {
    margin-top: 28px !important;
    margin-bottom: 18px !important;
    display: block !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia, .page-template-serveis .col-seccio-1-la-farmacia, .page-template-contacte .col-seccio-1-la-farmacia, .page-template-agenda .col-seccio-1-la-farmacia, .page-template-blog .col-seccio-1-la-farmacia, .tag .col-seccio-1-la-farmacia, .page-template-targeta-client .col-seccio-1-la-farmacia, .shop-wrapper .col-seccio-1-la-farmacia, .page-template-encarrec-online .col-seccio-1-la-farmacia {
    text-align: center;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-serveis .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-contacte .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-agenda .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-blog .col-seccio-1-la-farmacia > .vc_column-inner, .tag .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-targeta-client .col-seccio-1-la-farmacia > .vc_column-inner, .shop-wrapper .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-encarrec-online .col-seccio-1-la-farmacia > .vc_column-inner {
    padding: 15px 0px !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-serveis .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-contacte .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-agenda .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-blog .col-seccio-1-la-farmacia .wpb_wrapper .container, .tag .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-targeta-client .col-seccio-1-la-farmacia .wpb_wrapper .container, .shop-wrapper .col-seccio-1-la-farmacia .wpb_wrapper .container, .page-template-encarrec-online .col-seccio-1-la-farmacia .wpb_wrapper .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia::after, .page-template-serveis .col-seccio-1-la-farmacia::after, .page-template-contacte .col-seccio-1-la-farmacia::after, .page-template-agenda .col-seccio-1-la-farmacia::after, .page-template-blog .col-seccio-1-la-farmacia::after, .tag .col-seccio-1-la-farmacia::after, .page-template-targeta-client .col-seccio-1-la-farmacia::after, .shop-wrapper .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .col-seccio-1-la-farmacia::after {
    height: 119px;
    width: 75%;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia img, .page-template-serveis .col-seccio-1-la-farmacia img, .page-template-contacte .col-seccio-1-la-farmacia img, .page-template-agenda .col-seccio-1-la-farmacia img, .page-template-blog .col-seccio-1-la-farmacia img, .tag .col-seccio-1-la-farmacia img, .page-template-targeta-client .col-seccio-1-la-farmacia img, .shop-wrapper .col-seccio-1-la-farmacia img, .page-template-encarrec-online .col-seccio-1-la-farmacia img {
    padding-right: 25px;
    padding-left: 25px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    max-width: none !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding: 0px !important;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column {
    margin-bottom: 11px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p {
    font-size: 14px;
  }
  .page-template-la-farmacia .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .shop-wrapper .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-encarrec-online .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    font-size: 55px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-serveis .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-contacte .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-agenda .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-blog .row-seccio-4-la-farmacia .vc-cristina-casas::after, .tag .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-targeta-client .row-seccio-4-la-farmacia .vc-cristina-casas::after, .shop-wrapper .row-seccio-4-la-farmacia .vc-cristina-casas::after, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc-cristina-casas::after {
    display: none;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .vc_empty_space, .page-template-serveis .row-seccio-4-la-farmacia .vc_empty_space, .page-template-contacte .row-seccio-4-la-farmacia .vc_empty_space, .page-template-agenda .row-seccio-4-la-farmacia .vc_empty_space, .page-template-blog .row-seccio-4-la-farmacia .vc_empty_space, .tag .row-seccio-4-la-farmacia .vc_empty_space, .page-template-targeta-client .row-seccio-4-la-farmacia .vc_empty_space, .shop-wrapper .row-seccio-4-la-farmacia .vc_empty_space, .page-template-encarrec-online .row-seccio-4-la-farmacia .vc_empty_space {
    display: none;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas {
    max-width: 540px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas {
    width: 100%;
    text-align: center;
    padding: 13px 13px !important;
    padding-bottom: 0px !important;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .img-cristina-casas img {
    max-width: 100%;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas {
    width: auto;
    padding: 17px 13px;
    padding-bottom: 31px;
    margin-right: 13px;
    margin-left: 26px;
    text-align: center;
    background-color: #F4F3FF;
    height: auto;
    float: right;
    box-shadow: 0px -27px 0px 0px #F4F3FF;
    top: -88px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas h2 {
    font-weight: 500;
    margin-bottom: 24px;
  }
  .page-template-la-farmacia .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-serveis .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-contacte .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-agenda .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-blog .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .tag .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-targeta-client .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .shop-wrapper .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text, .page-template-encarrec-online .row-seccio-4-la-farmacia .wrapper-cristina-casas .desc-cristina-casas .cristina-text {
    max-width: 353px;
  }
}
@media (max-width: 425px) {
  .page-template-la-farmacia #els-nostres-valors .wpb_text_column:first-child, .page-template-serveis #els-nostres-valors .wpb_text_column:first-child, .page-template-contacte #els-nostres-valors .wpb_text_column:first-child, .page-template-agenda #els-nostres-valors .wpb_text_column:first-child, .page-template-blog #els-nostres-valors .wpb_text_column:first-child, .tag #els-nostres-valors .wpb_text_column:first-child, .page-template-targeta-client #els-nostres-valors .wpb_text_column:first-child, .shop-wrapper #els-nostres-valors .wpb_text_column:first-child, .page-template-encarrec-online #els-nostres-valors .wpb_text_column:first-child {
    margin-bottom: 0px;
  }
  .page-template-la-farmacia #els-nostres-valors .vc_separator, .page-template-serveis #els-nostres-valors .vc_separator, .page-template-contacte #els-nostres-valors .vc_separator, .page-template-agenda #els-nostres-valors .vc_separator, .page-template-blog #els-nostres-valors .vc_separator, .tag #els-nostres-valors .vc_separator, .page-template-targeta-client #els-nostres-valors .vc_separator, .shop-wrapper #els-nostres-valors .vc_separator, .page-template-encarrec-online #els-nostres-valors .vc_separator {
    margin-top: 11px !important;
    margin-bottom: 19px !important;
  }
  .page-template-la-farmacia #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-la-farmacia #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-serveis #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-serveis #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-contacte #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-contacte #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-agenda #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-agenda #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-blog #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-blog #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .tag #els-nostres-valors .wrapper-valors-top .wpb_text_column, .tag #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-targeta-client #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-targeta-client #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .shop-wrapper #els-nostres-valors .wrapper-valors-top .wpb_text_column, .shop-wrapper #els-nostres-valors .wrapper-valors-bottom .wpb_text_column, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-top .wpb_text_column, .page-template-encarrec-online #els-nostres-valors .wrapper-valors-bottom .wpb_text_column {
    margin-bottom: 25px;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia, .page-template-serveis .row-seccio-3-la-farmacia, .page-template-contacte .row-seccio-3-la-farmacia, .page-template-agenda .row-seccio-3-la-farmacia, .page-template-blog .row-seccio-3-la-farmacia, .tag .row-seccio-3-la-farmacia, .page-template-targeta-client .row-seccio-3-la-farmacia, .shop-wrapper .row-seccio-3-la-farmacia, .page-template-encarrec-online .row-seccio-3-la-farmacia {
    margin-top: 74px;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    width: 100%;
    bottom: 0px;
    text-align: center;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper {
    margin-left: 0px;
    max-width: 100%;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .wpb-text_column {
    margin-bottom: 25px;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-serveis .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-contacte .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-agenda .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-blog .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .tag .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-targeta-client .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .shop-wrapper .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-contingut-seccio-3 .wpb_wrapper .h3-subtitle {
    font-size: 17px;
    font-weight: 500;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3, .tag .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 {
    text-align: center;
  }
  .page-template-la-farmacia .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-serveis .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-contacte .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-agenda .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-blog .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .tag .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-targeta-client .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .shop-wrapper .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image, .page-template-encarrec-online .row-seccio-3-la-farmacia .col-img-seccio-3 .wpb_single_image {
    text-align: center;
    width: 100%;
  }
  .page-template-la-farmacia .separator-equip .vc_empty_space, .page-template-serveis .separator-equip .vc_empty_space, .page-template-contacte .separator-equip .vc_empty_space, .page-template-agenda .separator-equip .vc_empty_space, .page-template-blog .separator-equip .vc_empty_space, .tag .separator-equip .vc_empty_space, .page-template-targeta-client .separator-equip .vc_empty_space, .shop-wrapper .separator-equip .vc_empty_space, .page-template-encarrec-online .separator-equip .vc_empty_space {
    height: 30px !important;
  }
  .page-template-la-farmacia .separator-equip .wpb-text_column, .page-template-serveis .separator-equip .wpb-text_column, .page-template-contacte .separator-equip .wpb-text_column, .page-template-agenda .separator-equip .wpb-text_column, .page-template-blog .separator-equip .wpb-text_column, .tag .separator-equip .wpb-text_column, .page-template-targeta-client .separator-equip .wpb-text_column, .shop-wrapper .separator-equip .wpb-text_column, .page-template-encarrec-online .separator-equip .wpb-text_column {
    margin-bottom: 22px;
  }
}

/*
* MODIFICACIONS COVID-19
*/
.home .col-seccio-1-la-farmacia::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background-color: #F4F3FF;
  height: 416px;
  width: 100vw;
  z-index: -1;
  margin-left: -65vw;
}
.home .titol-preroll h2 {
  font-size: 100px;
  font-family: "Playfair Display", sans-serif;
  font-style: normal;
}
.home .intro-preroll {
  font-family: "Zilla Slab", sans-serif;
  color: #1e1dff;
  font-size: 30px;
  margin-bottom: 183px;
  line-height: 1.33;
}
.home .intro-preroll p {
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
}
.home .row-titolets-preroll {
  border-bottom: 2px solid #1e1dff;
  margin-bottom: 85px;
  padding-bottom: 85px;
}
.home .titolet-preroll {
  font-size: 25px;
  padding: 27px 0;
  border-top: 2px solid #1e1dff;
  border-bottom: 2px solid #1e1dff;
  line-height: normal;
  text-transform: uppercase;
}
.home .titolet-preroll a {
  color: #1e1dff;
}
.home .titolet-preroll a:hover {
  color: #1e1dff;
}
@media (max-width: 991.98px) {
  .home .col-seccio-1-la-farmacia::after {
    height: 300px;
    margin-left: -37vw;
  }
  .home .intro-preroll {
    margin-bottom: 69px;
  }
}
@media (max-width: 767.98px) {
  .home .titol-preroll h2 {
    font-size: 45px;
  }
  .home .intro-preroll {
    font-size: 18px;
  }
}

.page-id-6351 #page .col-seccio-1-la-farmacia::after {
  height: 440px;
}
.page-id-6351 #page .col-seccio-1-la-farmacia > .vc_column-inner {
  padding-top: 35px !important;
}
.page-id-6351 #page h2.wpb_heading.wpb_video_heading {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
}

.page-template-serveis .col-seccio-1-la-farmacia > .vc_column-inner {
  padding-top: 128px !important;
}
.page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
  max-width: 486px;
}
@media (max-width: 1024px) {
  .page-template-serveis .col-seccio-1-la-farmacia img {
    padding-top: 21px;
    padding-right: 0px;
  }
  .page-template-serveis .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 0px !important;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding-left: 12px !important;
  }
  .page-template-serveis .col-seccio-1-la-farmacia::after {
    width: 68%;
  }
  .page-template-serveis .spacer-ultra-large {
    height: 146px !important;
  }
  .page-template-serveis .text-col .wpb_text_column {
    margin-bottom: 20px;
  }
  .page-template-serveis .nutricio-section .img-col {
    width: 100%;
  }
  .page-template-serveis .nutricio-section .img-col img {
    max-width: 352px;
    padding-right: 15px;
  }
  .page-template-serveis .nutricio-section .text-col {
    width: 100%;
    padding-top: 29px;
    max-width: 425px;
    margin-left: 26%;
  }
  .page-template-serveis .natural-section .text-col {
    padding-left: 36px;
  }
  .page-template-serveis .natural-section .text-col > .vc_column-inner {
    padding-bottom: 0px !important;
  }
  .page-template-serveis .natural-section .img-col > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-serveis .bellesa-section .text-col > .vc_column-inner {
    padding-left: 0px;
  }
  .page-template-serveis .familia-section {
    flex-direction: column-reverse;
  }
  .page-template-serveis .familia-section .text-col {
    padding-left: 36px;
    width: 100%;
    padding-top: 24px;
    max-width: 500px;
  }
  .page-template-serveis .familia-section .img-col {
    width: 100%;
  }
  .page-template-serveis .familia-section .img-col .wpb_single_image {
    text-align: right !important;
  }
  .page-template-serveis .familia-section .img-col .wpb_single_image img {
    max-width: 476px;
  }
  .page-template-serveis .esport-section .text-col {
    padding-left: 30px;
  }
  .page-template-serveis .esport-section .text-col > .vc_column-inner {
    justify-content: center;
  }
  .page-template-serveis .atencio-section .text-col {
    padding-left: 36px;
  }
  .page-template-serveis .atencio-section .text-col > .vc_column-inner {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-template-serveis .col-seccio-1-la-farmacia {
    text-align: center;
  }
  .page-template-serveis .col-seccio-1-la-farmacia > .vc_column-inner {
    padding: 15px 0px !important;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .wpb_wrapper .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-serveis .col-seccio-1-la-farmacia::after {
    height: 191px;
  }
  .page-template-serveis .col-seccio-1-la-farmacia img {
    padding-right: 25px;
    padding-left: 25px;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    max-width: 100%;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding: 0px !important;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column {
    margin-bottom: 11px;
  }
  .page-template-serveis .spacer-ultra-large {
    height: 53px !important;
  }
  .page-template-serveis .spacer-large {
    height: 103px !important;
  }
  .page-template-serveis .text-col {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .page-template-serveis .text-col > .vc_column-inner {
    padding-bottom: 29px !important;
  }
  .page-template-serveis .img-col {
    width: 100% !important;
  }
  .page-template-serveis .img-col .wpb_single_image {
    text-align: center !important;
  }
  .page-template-serveis .img-col img {
    max-width: 100% !important;
    padding-right: 0px !important;
  }
  .page-template-serveis .nutricio-section, .page-template-serveis .bellesa-section, .page-template-serveis .esport-section {
    flex-direction: column-reverse;
  }
  .page-template-serveis .familia-section {
    flex-direction: column;
  }
  .page-template-serveis .natural-section .img-col > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 425px) {
  .page-template-serveis .col-seccio-1-la-farmacia::after {
    height: 119px;
    width: 75%;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    margin-bottom: 40px;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column h1 {
    font-size: 55px;
  }
  .page-template-serveis .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column p {
    font-size: 14px;
  }
  .page-template-serveis .text-col > .vc_column-inner {
    padding-bottom: 0px !important;
  }
}

.page-template-contacte .row-contacte .col-seccio-1-la-farmacia, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia {
  padding: 85px 0px;
}
.page-template-contacte .row-contacte .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia::after {
  width: 80%;
}
.page-template-contacte .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
  max-width: none;
}
.page-template-contacte #map, .page-template-encarrec-online #map {
  border-radius: 8px;
  height: 666px;
}
.page-template-contacte div.vols-escriurens, .page-template-encarrec-online div.vols-escriurens {
  border: solid 5px #1e1dff;
  padding: 50px;
  border-radius: 6px;
  z-index: 1;
}
.page-template-contacte div.vols-escriurens:hover, .page-template-contacte div.vols-escriurens.change-background, .page-template-encarrec-online div.vols-escriurens:hover, .page-template-encarrec-online div.vols-escriurens.change-background {
  border-color: #ffffff;
  background-color: #F4F3FF;
}
.page-template-contacte div.vols-escriurens a, .page-template-encarrec-online div.vols-escriurens a {
  color: #1e1dff;
}
.page-template-contacte div.vols-escriurens .vc_tta-panel-body, .page-template-encarrec-online div.vols-escriurens .vc_tta-panel-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-template-contacte div.vols-escriurens h4 a i:before, .page-template-encarrec-online div.vols-escriurens h4 a i:before {
  position: absolute;
  top: 50%;
}
.page-template-contacte div.vols-escriurens form .gform_body li, .page-template-encarrec-online div.vols-escriurens form .gform_body li {
  margin-bottom: 24px;
}
.page-template-contacte div.vols-escriurens form .gform_body input, .page-template-encarrec-online div.vols-escriurens form .gform_body input {
  background-color: #F4F3FF;
}
.page-template-contacte div.vols-escriurens form .gform_body select, .page-template-encarrec-online div.vols-escriurens form .gform_body select {
  background-color: #F4F3FF;
}
.page-template-contacte div.vols-escriurens form .gform_body textarea, .page-template-encarrec-online div.vols-escriurens form .gform_body textarea {
  background-color: #F4F3FF;
}
.page-template-contacte div.vols-escriurens form .gform_footer, .page-template-encarrec-online div.vols-escriurens form .gform_footer {
  text-align: right;
  padding-right: 16px;
}
.page-template-contacte div.vols-escriurens form .gform_footer:after, .page-template-encarrec-online div.vols-escriurens form .gform_footer:after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 0px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}
.page-template-contacte div.vols-escriurens form .gform_footer .on, .page-template-encarrec-online div.vols-escriurens form .gform_footer .on {
  background-color: #F4F3FF;
  border: none;
  margin-right: 0px;
  width: auto !important;
}
@media (max-width: 1024px) {
  .page-template-contacte div.vols-escriurens form .gform_footer:after, .page-template-encarrec-online div.vols-escriurens form .gform_footer:after {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .page-template-contacte div.vols-escriurens form .gform_footer, .page-template-encarrec-online div.vols-escriurens form .gform_footer {
    padding-right: 0px;
  }
}
@media (max-width: 425px) {
  .page-template-contacte div.vols-escriurens form .gform_footer:after, .page-template-encarrec-online div.vols-escriurens form .gform_footer:after {
    font-size: 14px;
  }
}
.page-template-contacte .vc_tta-panel-heading, .page-template-encarrec-online .vc_tta-panel-heading {
  background-color: inherit !important;
}
.page-template-contacte .vc_tta-panel-heading > h4.vc_tta-panel-title > a, .page-template-encarrec-online .vc_tta-panel-heading > h4.vc_tta-panel-title > a {
  color: #1e1dff !important;
  font-size: 20px;
  padding: 0 0 !important;
  font-family: "Gotham Book", "sans-serif";
  font-style: italic;
  font-weight: normal;
}
.page-template-contacte .text-col > .vc_column-inner > .wpb_wrapper, .page-template-encarrec-online .text-col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-contacte .text-contacte p, .page-template-encarrec-online .text-contacte p {
  position: relative;
  padding-left: 87px;
}
.page-template-contacte .text-contacte p i, .page-template-encarrec-online .text-contacte p i {
  position: absolute;
  top: 0px;
  left: 26px;
  display: inline;
  transform: translate(-50%);
}
.page-template-contacte .text-contacte p i.icon-email, .page-template-encarrec-online .text-contacte p i.icon-email {
  font-size: 26px;
}
.page-template-contacte .text-contacte p i.icon-whatsapp, .page-template-contacte .text-contacte p i.icon-phone, .page-template-contacte .text-contacte p i.icon-mark, .page-template-encarrec-online .text-contacte p i.icon-whatsapp, .page-template-encarrec-online .text-contacte p i.icon-phone, .page-template-encarrec-online .text-contacte p i.icon-mark {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia {
    padding: 40px 0px;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 0px !important;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia::after {
    width: 86%;
  }
  .page-template-contacte .spacer-medium, .page-template-encarrec-online .spacer-medium {
    height: 0px !important;
  }
  .page-template-contacte .map-col, .page-template-contacte .text-col, .page-template-encarrec-online .map-col, .page-template-encarrec-online .text-col {
    width: 100%;
  }
  .page-template-contacte #map, .page-template-encarrec-online #map {
    height: 401px;
    margin-bottom: 31px;
  }
  .page-template-contacte .text-col, .page-template-encarrec-online .text-col {
    padding: 55px 61px 0px 43px;
  }
  .page-template-contacte .text-col > .vc_column-inner, .page-template-encarrec-online .text-col > .vc_column-inner {
    padding-right: 15px !important;
  }
  .page-template-contacte .text-col > .vc_column-inner > .wpb_wrapper, .page-template-encarrec-online .text-col > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-template-contacte .text-col .text-contacte, .page-template-encarrec-online .text-col .text-contacte {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px;
    padding-bottom: 55px;
    padding-right: 30px;
  }
  .page-template-contacte .text-col .text-contacte p, .page-template-encarrec-online .text-col .text-contacte p {
    padding-left: 49px;
  }
  .page-template-contacte .text-col .text-contacte p i, .page-template-encarrec-online .text-col .text-contacte p i {
    left: 25px;
  }
  .page-template-contacte .text-col .text-contacte p i.icon-email, .page-template-encarrec-online .text-col .text-contacte p i.icon-email {
    font-size: 19px;
    top: 5px;
  }
  .page-template-contacte .text-col .text-contacte p i.icon-phone, .page-template-contacte .text-col .text-contacte p i.icon-whatsapp, .page-template-encarrec-online .text-col .text-contacte p i.icon-phone, .page-template-encarrec-online .text-col .text-contacte p i.icon-whatsapp {
    font-size: 24px;
  }
  .page-template-contacte .text-col .text-contacte p i.icon-mark, .page-template-encarrec-online .text-col .text-contacte p i.icon-mark {
    font-size: 28px;
  }
  .page-template-contacte .map-col > .vc_column-inner, .page-template-encarrec-online .map-col > .vc_column-inner {
    padding: 0px;
  }
  .page-template-contacte .vc_tta-panel-heading > h4.vc_tta-panel-title > a, .page-template-encarrec-online .vc_tta-panel-heading > h4.vc_tta-panel-title > a {
    font-size: 14px;
  }
}
@media (max-width: 557px) {
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia {
    text-align: center;
    padding: 0px 0px;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia > .vc_column-inner, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia > .vc_column-inner {
    padding: 15px 0px !important;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia::after, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia::after {
    height: 119px;
    width: 75%;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    max-width: 100%;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding: 0px !important;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .wpb_text_column {
    margin-bottom: 11px;
  }
  .page-template-contacte .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1, .page-template-encarrec-online .row-contacte .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    margin-bottom: 47px !important;
  }
  .page-template-contacte .text-col, .page-template-encarrec-online .text-col {
    padding: 40px 15px;
  }
  .page-template-contacte .text-col > .vc_column-inner > .wpb_wrapper, .page-template-encarrec-online .text-col > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .page-template-contacte .text-col > .vc_column-inner .text-contacte, .page-template-encarrec-online .text-col > .vc_column-inner .text-contacte {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 29px;
    padding-right: 0px;
    text-align: center;
  }
  .page-template-contacte .text-col > .vc_column-inner .text-contacte p, .page-template-encarrec-online .text-col > .vc_column-inner .text-contacte p {
    padding-left: 0px;
  }
  .page-template-contacte .text-col > .vc_column-inner .text-contacte p i, .page-template-encarrec-online .text-col > .vc_column-inner .text-contacte p i {
    position: relative;
    display: block;
    transform: none;
    margin-bottom: 15px;
    left: 0px;
  }
  .page-template-contacte #map, .page-template-encarrec-online #map {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-template-contacte .row-form, .page-template-encarrec-online .row-form {
    padding: 0px 15px;
  }
  .page-template-contacte .row-form .vols-escriurens, .page-template-encarrec-online .row-form .vols-escriurens {
    padding: 34px 10px;
    text-align: center;
  }
  .page-template-contacte .row-form .vc_tta-panel-heading, .page-template-encarrec-online .row-form .vc_tta-panel-heading {
    text-align: center !important;
  }
}
.page-template-contacte #form-contacte h4 i, .page-template-encarrec-online #form-contacte h4 i {
  font-size: 20px;
  vertical-align: middle;
}

.page-template-encarrec-online .mabel-bhi-day {
  display: none;
}
.page-template-encarrec-online .mabel-bhi-businesshours-inline {
  display: inline;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio {
  display: flex;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio li {
  font-size: 20px;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio li input {
  margin-right: 10px;
  width: 24px !important;
  height: 24px !important;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio li label {
  vertical-align: sub;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio li:first-child {
  flex-grow: 0.5;
}
.page-template-encarrec-online .gform_wrapper li .gfield_radio li:last-child {
  flex-grow: 1;
}
.page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  margin-top: 10%;
  z-index: 10;
}
.page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 60%;
  top: 45%;
  background: white;
  z-index: -1;
}
.page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message img {
  max-width: 788px;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message {
    margin-top: 23%;
  }
  .page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message::before {
    height: 45%;
    top: 57%;
  }
}
@media (max-width: 334px) {
  .page-template-encarrec-online div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message::before {
    top: 64%;
  }
}

.page-template-contacte div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 5%;
  z-index: 10;
  background-color: white;
}
.page-template-contacte div.vols-escriurens .gform_confirmation_wrapper .gform_confirmation_message img {
  max-width: 788px;
  width: 100%;
}

.page-template-agenda .la-farmacia-seccio-1-content {
  max-width: none;
  align-items: center !important;
}
.page-template-agenda .la-farmacia-seccio-1-content p:nth-child(2) {
  max-width: 474px;
}
.page-template-agenda .la-farmacia-seccio-1-content p > span {
  max-width: 585px;
}
.page-template-agenda .vc_grid-filter {
  border-top: 1px solid #1e1dff;
  border-bottom: 2.5px solid #1e1dff;
  text-align: left !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.page-template-agenda .vc_grid-filter li {
  background-color: #ffffff !important;
  padding: 0px 34px !important;
  opacity: 0.5;
}
.page-template-agenda .vc_grid-filter li span {
  color: #1e1dff !important;
  font-size: 14px;
}
.page-template-agenda .vc_grid-filter li:hover, .page-template-agenda .vc_grid-filter li.vc_active {
  opacity: 1;
}
.page-template-agenda .vc_grid-filter li:hover span, .page-template-agenda .vc_grid-filter li.vc_active span {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-template-agenda .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 73px !important;
  }
  .page-template-agenda .col-seccio-1-la-farmacia img {
    padding-top: 0px;
    padding-right: 39px;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    max-width: 352px;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding-left: 0px !important;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content p:nth-child(2) {
    max-width: none;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content p > span {
    max-width: none;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    margin-bottom: 30px !important;
  }
  .page-template-agenda .col-seccio-1-la-farmacia::after {
    width: 70%;
  }
  .page-template-agenda .vc_grid-filter {
    display: flex !important;
    justify-content: space-between;
  }
  .page-template-agenda .vc_grid-filter li {
    padding: 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .page-template-agenda .vc_grid-filter-select {
    display: none !important;
  }
  .page-template-agenda .vc_grid-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-agenda .vc_grid-filter li {
    padding: 0px 22px !important;
  }
}
@media (max-width: 767px) {
  .page-template-agenda .page-space-normal {
    margin-bottom: 0px;
  }
  .page-template-agenda .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 17px !important;
  }
  .page-template-agenda .col-seccio-1-la-farmacia img {
    margin-top: 26px;
    padding-right: 25px;
  }
  .page-template-agenda .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    margin-bottom: 15px !important;
  }
}

.tag #menu-main a[title=Blog]:before, .single-post #menu-main a[title=Blog]:before {
  opacity: 1 !important;
}

.single-agenda #menu-main a[title=Agenda]:before {
  opacity: 1 !important;
}

.page-template-single-servei #menu-main a[title=Serveis]:before {
  opacity: 1 !important;
}

.page-template-blog .la-farmacia-seccio-1-content, .tag .la-farmacia-seccio-1-content {
  max-width: 585px;
  padding-top: 120px;
}
.page-template-blog .la-farmacia-seccio-1-content > .vc_column-inner, .tag .la-farmacia-seccio-1-content > .vc_column-inner {
  padding-left: 0px !important;
}
.page-template-blog .col-seccio-1-la-farmacia, .tag .col-seccio-1-la-farmacia {
  margin-bottom: 50px;
}
.page-template-blog .wrapper-post h3, .tag .wrapper-post h3 {
  width: 60%;
}
.page-template-blog .wrapper-post .image-post, .tag .wrapper-post .image-post {
  height: 300px;
}
.page-template-blog .col-formulari-blog > .vc_column-inner, .tag .col-formulari-blog > .vc_column-inner {
  width: auto;
}
.page-template-blog .tags-blog, .tag .tags-blog {
  display: block !important;
}
@media (max-width: 1199px) {
  .page-template-blog .wrapper-post .image-post, .tag .wrapper-post .image-post {
    height: 436px;
  }
}
@media (max-width: 1024px) {
  .page-template-blog .wrapper-post .image-post, .tag .wrapper-post .image-post {
    height: 300px;
  }
  .page-template-blog .col-seccio-1-la-farmacia, .tag .col-seccio-1-la-farmacia {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .page-template-blog .col-seccio-1-la-farmacia img, .tag .col-seccio-1-la-farmacia img {
    padding-top: 0px;
    padding-right: 77px;
  }
  .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    max-width: none;
    padding-top: 0px;
  }
  .page-template-blog .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content > .vc_column-inner, .tag .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content > .vc_column-inner {
    padding-left: 0px !important;
  }
  .page-template-blog .col-seccio-1-la-farmacia::after, .tag .col-seccio-1-la-farmacia::after {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .page-template-blog .col-seccio-1-la-farmacia, .tag .col-seccio-1-la-farmacia {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .page-template-blog .col-seccio-1-la-farmacia img, .tag .col-seccio-1-la-farmacia img {
    padding-right: 25px;
  }
  .page-template-blog .wrapper-post, .tag .wrapper-post {
    max-width: 100%;
  }
  .page-template-blog .wrapper-post .image-post, .tag .wrapper-post .image-post {
    height: auto;
  }
}

.page-template-single-servei .page-space-normal > .vc_row > .vc_column_container {
  align-items: flex-end;
}
.page-template-single-servei div.column-block > div.wpb_wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.page-template-single-servei .text-personal {
  min-height: 168px;
}
.page-template-single-servei .servei-special {
  font-size: 84px;
}
.page-template-single-servei .row-special-analitiques {
  background-color: #F4F3FF;
  position: relative;
}
.page-template-single-servei .row-special-analitiques a {
  text-decoration: underline !important;
  color: #1e1dff;
  font-size: 18px;
  font-family: "Zilla Slab", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.page-template-single-servei .row-special-analitiques .text-analitiques .wpb_text_column {
  max-width: 480px;
  margin-left: 0px;
}
.page-template-single-servei .row-special-analitiques .text-analitiques p {
  margin-bottom: 0px;
  font-size: 16px;
}
.page-template-single-servei .row-special-analitiques .text-analitiques p:nth-child(2n) {
  margin-bottom: 23px;
}
.page-template-single-servei .row-special-analitiques h4 {
  font-family: "Zilla Slab", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  color: #1e1dff;
}
@media (max-width: 1024px) {
  .page-template-single-servei .servei-special {
    font-size: 54px;
  }
  .page-template-single-servei .row-special-analitiques .text-analitiques p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-template-single-servei {
    text-align: center;
  }
  .page-template-single-servei h2 {
    text-align: left;
  }
  .page-template-single-servei div.column-block > div.wpb_wrapper {
    column-count: unset;
  }
  .page-template-single-servei .wpb_single_image {
    text-align: center !important;
  }
  .page-template-single-servei .text-personal {
    min-height: auto;
  }
  .page-template-single-servei .row-special-analitiques {
    text-align: left;
  }
  .page-template-single-servei .row-special-analitiques .container {
    padding: 0px;
  }
  .page-template-single-servei .servei-special {
    font-size: 45px;
  }
}
.page-template-single-servei .icon-next::before, .page-template-single-servei .icon-prev::before {
  all: unset;
  background-image: url(../images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  content: "" !important;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.page-template-single-servei .icon-prev::before {
  transform: rotate(180deg);
}
.page-template-single-servei .star-rating {
  display: none !important;
}

.single-post .site-main {
  margin-bottom: 0px;
}
.single-post .fons-blau-blog {
  background-color: #F4F3FF;
  height: 414px;
  width: 100%;
  z-index: -1;
  position: absolute;
}
.single-post .container-noticia {
  padding-top: 143px;
}
.single-post .container-noticia article {
  background-color: #ffffff;
  padding: 48px 0px 110px 102px;
}
.single-post .container-noticia article h1 {
  margin-bottom: 68px;
  max-width: 40%;
}
.single-post .container-noticia article .date {
  text-align: right;
  font-family: "Gotham Book", "sans-serif";
  font-size: 18px;
  color: #1e1dff;
  padding-right: 35px;
  letter-spacing: 3.1px;
}
.single-post .container-noticia article .first-row {
  margin-bottom: 78px;
}
.single-post .container-noticia article .first-row .image-post img {
  width: 100%;
}
.single-post .container-noticia article .first-row p {
  margin-bottom: 30px;
}
.single-post .container-noticia article .first-row .tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 1.75;
  text-transform: capitalize;
  color: #000000;
}
.single-post .container-noticia article .first-row .tags .tags-tags a {
  display: block;
  font-weight: bold;
  color: #000000;
}
.single-post .container-noticia article .first-row .tags .tags-tags a::before {
  content: "#";
}
.single-post .container-noticia article .second-row img {
  width: 100%;
  height: auto;
}
.single-post .container-noticia article .second-row p {
  margin-bottom: 30px;
}
.single-post .container-noticia article .second-row .text-post span {
  font-size: 24px;
  font-family: "Zilla Slab", sans-serif;
  font-weight: normal;
  font-style: italic;
  vertical-align: top;
}
.single-post .container-noticia article .second-row .text-post div {
  display: inline-block;
  margin-bottom: 0px;
}
.single-post .container-noticia article .second-row .text-post div a span, .single-post .container-noticia article .second-row .text-post div a:hover span {
  color: #191876;
}
.single-post .container-noticia article .second-row .tags-blog {
  display: block !important;
}
@media (max-width: 1024px) {
  .single-post .fons-blau-blog {
    height: 292px;
  }
  .single-post .container-noticia {
    padding-top: 92px;
  }
  .single-post .container-noticia article {
    padding: 40px 20px 110px 60px;
  }
  .single-post .container-noticia article h1 {
    margin-bottom: 41px;
  }
  .single-post .container-noticia article .date {
    padding-right: 0px;
  }
  .single-post .container-noticia article .first-row {
    margin-bottom: 34px;
  }
  .single-post .container-noticia article .first-row .tags {
    font-size: 14px;
    padding-left: 0px;
  }
  .single-post .container-noticia article .second-row .newsletter {
    display: none;
  }
  .single-post .container-noticia article .second-row .text-post {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
@media (max-width: 767px) {
  .single-post .fons-blau-blog {
    height: 200px;
  }
  .single-post .container-noticia {
    padding-top: 52px;
    margin-bottom: 150px;
  }
  .single-post .container-noticia article {
    padding: 31px 25px;
    text-align: center;
  }
  .single-post .container-noticia article h1 {
    margin-bottom: 26px;
    max-width: 100%;
  }
  .single-post .container-noticia article .date {
    display: none;
  }
  .single-post .container-noticia article .first-row {
    margin-bottom: 34px;
  }
  .single-post .container-noticia article .first-row .tags, .single-post .container-noticia article .first-row .image-post {
    max-width: 100% !important;
    flex: 100% !important;
  }
  .single-post .container-noticia article .first-row .image-post {
    margin-bottom: 26px;
  }
  .single-post .container-noticia article .second-row .newsletter {
    display: none;
  }
  .single-post .container-noticia article .second-row .text-post {
    max-width: 100% !important;
    flex: 100% !important;
  }
  .single-post .container-noticia article .second-row .text-post span {
    font-size: 14px;
  }
}
.single-post .xarxes {
  color: #1e1dff !important;
}
.single-post .xarxes .dpsp-network-icon {
  color: #1e1dff !important;
}

.single-agenda .site-main {
  margin-bottom: 0px;
}
.single-agenda .fons-blau-blog {
  background-color: #F4F3FF;
  height: 414px;
  width: 100%;
  z-index: -1;
  position: absolute;
}
.single-agenda .img-agenda-mobile {
  display: none;
}
.single-agenda .container-agenda article {
  margin-bottom: 110px;
}
.single-agenda .container-agenda .image-esdeveniment .container-img {
  max-height: 522px;
  height: 54vh;
  position: relative;
}
.single-agenda .container-agenda .image-esdeveniment .container-img img {
  width: 37.5vw;
  max-height: 522px;
  max-width: 720px;
  position: absolute;
  top: -5%;
  right: 15%;
}
.single-agenda .container-agenda .image-esdeveniment .informacio-esdeveniment {
  margin-top: 20px;
}
.single-agenda .container-agenda .image-esdeveniment .xarxes {
  margin-top: 47px;
  color: #1e1dff;
  font-size: 24px;
  font-family: "Zilla Slab", sans-serif;
  font-style: italic;
}
.single-agenda .container-agenda .image-esdeveniment .xarxes span {
  vertical-align: top;
}
.single-agenda .container-agenda .image-esdeveniment .xarxes div {
  display: inline-block;
  margin-bottom: 0px;
}
.single-agenda .container-agenda .text-tags {
  margin-top: 126px;
}
.single-agenda .container-agenda .text-tags h1, .single-agenda .container-agenda .text-tags h2 {
  padding-left: 13px;
  max-width: 459px;
  margin-bottom: 30px;
}
.single-agenda .container-agenda .text-tags h2 {
  margin-bottom: 60px;
}
.single-agenda .container-agenda .text-tags .tags-tags {
  margin-top: 46px;
  color: #6b6b6b;
}
.single-agenda .container-agenda .second-row {
  padding-top: 162px;
}
.single-agenda .container-agenda .second-row h2 {
  margin-bottom: 30px;
}
.single-agenda .container-agenda .second-row ul li {
  margin-top: 47px;
}
.single-agenda .container-agenda .second-row ul li div, .single-agenda .container-agenda .second-row ul li div input {
  margin: 0px;
}
.single-agenda .container-agenda .second-row ul li input {
  border: none;
  background-color: #F4F3FF;
  color: black !important;
  padding-left: 13px !important;
}
.single-agenda .container-agenda .second-row #gform_3 .gform_footer {
  text-align: right;
  padding-right: 16px;
}
.single-agenda .container-agenda .second-row #gform_3 .gform_footer input {
  font-size: 20px;
}
.single-agenda .container-agenda .second-row #gform_3 .gform_footer:after {
  font-family: "farmacia";
  content: "\e906";
  display: inline-block;
  color: #1e1dff;
  font-size: 20px;
  margin-left: 0px;
  font-weight: bold;
  font-style: normal;
  vertical-align: middle;
}
.single-agenda .container-agenda .second-row #gform_3 .gform_footer::before {
  width: 60%;
}
@media (max-width: 640px) {
  .single-agenda .container-agenda .second-row #gform_3 .gform_footer {
    padding-right: 0px;
  }
}
@media (max-width: 425px) {
  .single-agenda .container-agenda .second-row #gform_3 .gform_footer {
    margin-right: auto !important;
  }
  .single-agenda .container-agenda .second-row #gform_3 .gform_footer input {
    font-size: 14px;
    padding-right: 15px;
  }
  .single-agenda .container-agenda .second-row #gform_3 .gform_footer:after {
    font-size: 14px;
  }
  .single-agenda .container-agenda .second-row #gform_3 .gform_footer::before {
    width: 79%;
  }
}
@media (max-width: 1024px) {
  .single-agenda .fons-blau-blog {
    height: 292px;
  }
  .single-agenda .container-agenda article {
    margin-bottom: 59px;
  }
  .single-agenda .container-agenda .image-esdeveniment .container-img {
    max-height: 295px;
    max-width: 407px;
  }
  .single-agenda .container-agenda .image-esdeveniment .container-img img {
    top: 0;
    height: 100%;
    width: auto;
    right: 10%;
  }
  .single-agenda .container-agenda .image-esdeveniment .informacio-esdeveniment {
    margin-top: 20px;
  }
  .single-agenda .container-agenda .image-esdeveniment .xarxes {
    margin-top: 50px;
  }
  .single-agenda .container-agenda .text-tags {
    margin-top: 100px;
  }
  .single-agenda .container-agenda .text-tags h1, .single-agenda .container-agenda .text-tags h2 {
    padding-left: 0px;
    max-width: 340px;
    margin-bottom: 28px;
  }
  .single-agenda .container-agenda .text-tags h2 {
    margin-bottom: 24px;
  }
  .single-agenda .container-agenda .text-tags .tags-tags {
    margin-top: 41px;
  }
  .single-agenda .container-agenda .second-row {
    padding-top: 36px;
  }
  .single-agenda .container-agenda .second-row ul li {
    margin-top: 34px;
  }
  .single-agenda .container-agenda .second-row ul li input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .single-agenda .fons-blau-blog {
    height: 333px;
    padding-top: 199px;
  }
  .single-agenda .img-agenda-mobile {
    display: block;
    min-width: 320px;
    margin: auto;
    max-height: 199px;
  }
  .single-agenda .container-agenda {
    text-align: center;
  }
  .single-agenda .container-agenda article {
    margin-bottom: 59px;
  }
  .single-agenda .container-agenda .image-esdeveniment .container-img {
    display: none;
  }
  .single-agenda .container-agenda .image-esdeveniment .informacio-esdeveniment {
    margin-top: 20px;
  }
  .single-agenda .container-agenda .image-esdeveniment .xarxes {
    margin-top: 20px;
    font-size: 18px;
  }
  .single-agenda .container-agenda .text-tags {
    margin-top: 30px;
  }
  .single-agenda .container-agenda .text-tags h1, .single-agenda .container-agenda .text-tags h2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .single-agenda .container-agenda .text-tags h2 {
    margin-bottom: 44px;
  }
  .single-agenda .container-agenda .text-tags .tags-tags {
    margin-top: 21px;
  }
  .single-agenda .container-agenda .second-row ul li input {
    padding: 4px 13px !important;
  }
}

.tag .first-row .row {
  padding-top: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
.tag .first-row .row .col-img img {
  width: auto;
}
.tag .first-row .row .la-farmacia-seccio-1-content {
  padding-left: 0px;
  padding-right: 0px;
}
.tag .first-row .row h1 {
  margin-bottom: 35px;
}
.tag .second-row {
  padding-left: 0px;
  padding-right: 0px;
}
.tag .second-row .text-post {
  margin-top: 64px;
  width: 66%;
  padding-right: 1%;
}
.tag .second-row .text-post .col-tag-blog .wrapper-post {
  max-width: none;
  width: 100%;
}
.tag .second-row .newsletter {
  margin-top: 116px;
  width: 34%;
  padding-left: 3%;
}
@media (max-width: 1199px) {
  .tag .first-row .row {
    padding-top: 20px;
  }
  .tag .first-row .row .col-img img {
    width: 100%;
    padding-right: 50px;
  }
  .tag .first-row .row h1 {
    margin-bottom: 0px;
  }
  .tag .second-row .text-post {
    margin-top: 64px;
    width: 100%;
    padding: 0px 15px;
  }
  .tag .second-row .newsletter {
    display: none;
  }
}
@media (max-width: 767px) {
  .tag .first-row .col-seccio-1-la-farmacia {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tag .first-row .row .col-img {
    padding-top: 3%;
  }
  .tag .first-row .row .col-img img {
    padding-right: 25px;
  }
  .tag .first-row .row h1 {
    margin-bottom: 11px;
  }
  .tag .second-row .content-blog .col-12 {
    padding: 0px 0px;
  }
}

/*
* Guàrdies 
*/
.page-template-guardies {
  background-color: #1e1dff;
}
.page-template-guardies #masthead {
  background-color: #1e1dff;
}
.page-template-guardies #masthead .header-content {
  background-color: #1e1dff;
}
.page-template-guardies #masthead .header-content .cart-link .cart-qty {
  background: #ffffff;
  color: #1e1dff;
}
.page-template-guardies #masthead .header-content .barras-menu .icon-bar {
  background-color: #ffffff !important;
}
.page-template-guardies #masthead .menu-right .menu-desktop .navbar-menu {
  border-color: #ffffff;
}
.page-template-guardies #masthead .menu-right .menu-desktop .top-menu .navbar-second-menu > li::before, .page-template-guardies #masthead .navbar-menu .nav-link:hover::before, .page-template-guardies #masthead .iniciar-sessio .nav-link:hover::before, .page-template-guardies #masthead .navbar-second-menu .nav-link:hover::before {
  background-color: #ffffff;
}
.page-template-guardies #masthead .navbar-menu .nav-link:hover, .page-template-guardies #masthead .navbar-second-menu .nav-link:hover, .page-template-guardies #masthead .nav-link, .page-template-guardies #masthead .iniciar-sessio .nav-link:hover, .page-template-guardies #masthead #dropdownLang {
  color: #ffffff;
}
.page-template-guardies #masthead .iniciar-sessio::before {
  background-color: #ffffff !important;
}
.page-template-guardies #masthead .navbar-brand {
  filter: grayscale(1) invert(1);
}
.page-template-guardies #masthead .menu-right .menu-desktop .top-menu .iniciar-sessio .dropdown-toggle:after, .page-template-guardies #masthead #dropdownLang .current-lang:after {
  background-image: url("../images/downarrow_white.svg") !important;
  transform: rotate(270deg);
}
.page-template-guardies #masthead .menu-right .menu-desktop .top-menu .iniciar-sessio.show .dropdown-toggle:focus:after, .page-template-guardies #masthead .lang.show #dropdownLang:focus .current-lang:after {
  transform: rotate(90deg);
}
.page-template-guardies #masthead #dropdownLang .current-lang {
  border-bottom: 1px solid #ffffff;
}
.page-template-guardies #content {
  min-height: 50vh;
}
@media (max-width: 1199.98px) {
  .page-template-guardies #content {
    margin-top: 150px;
  }
}
.page-template-guardies h1 {
  color: white;
  font-family: "Gotham Book", "sans-serif";
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-template-guardies h1 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .page-template-guardies h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
  }
}
.page-template-guardies #calendari {
  height: 657px;
}
@media (max-width: 1023px) {
  .page-template-guardies #calendari {
    height: auto;
  }
}
.page-template-guardies #guardies a {
  color: white;
}
@media (max-width: 1400px) {
  .page-template-guardies #guardies #boto-guardies {
    color: #ff631d;
  }
  .page-template-guardies #guardies #boto-pregunta {
    color: #1e1dff;
  }
}
.page-template-guardies #guardies .icon-right::before {
  color: white;
}
.page-template-guardies #xarxes i::before {
  color: white;
}
.page-template-guardies footer {
  background-color: white;
}
.page-template-guardies #calendari {
  color: white;
}
.page-template-guardies #calendari .textMes {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  font-family: "Zilla Slab", sans-serif;
}
@media (max-width: 767.98px) {
  .page-template-guardies #calendari .textMes {
    font-size: 17px;
  }
}
.page-template-guardies #calendari #currentDay {
  margin-bottom: 45px;
  margin-top: 30px;
  text-transform: lowercase;
}
.page-template-guardies #calendari #currentDay::first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-template-guardies #calendari #currentDay {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .page-template-guardies #calendari #currentDay {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.page-template-guardies #calendari #monthAndYear {
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-template-guardies #calendari #monthAndYear {
    font-size: 20px;
    height: 42px;
  }
}
@media (max-width: 767.98px) {
  .page-template-guardies #calendari #monthAndYear {
    height: 34px;
  }
}
.page-template-guardies #calendari #monthAndYearText {
  margin: 0;
}
.page-template-guardies #calendari #calendar-body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-template-guardies #calendari #calendar-body #siguiente, .page-template-guardies #calendari #calendar-body #anterior {
  display: none;
}
@media (max-width: 1024px) {
  .page-template-guardies #calendari #calendar-body {
    padding-bottom: 5px;
  }
  .page-template-guardies #calendari #calendar-body #siguiente, .page-template-guardies #calendari #calendar-body #anterior {
    display: block;
  }
  .page-template-guardies #calendari #calendar-body #calendar-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .page-template-guardies #calendari #calendar-body #anterior {
    transform: rotate(90deg) translateX(50px) translateY(0);
  }
  .page-template-guardies #calendari #calendar-body #siguiente {
    transform: rotate(-90deg) translateX(-50px) translateY(0);
  }
}
@media (max-width: 768px) {
  .page-template-guardies #calendari #calendar-body #anterior {
    transform: rotate(90deg) translateX(10px) translateY(0);
  }
  .page-template-guardies #calendari #calendar-body #siguiente {
    transform: rotate(-90deg) translateX(-10px) translateY(0);
  }
}
@media (max-width: 767px) {
  .page-template-guardies #calendari #calendar-body #anterior {
    transform: rotate(90deg) translateX(17px) translateY(0);
  }
  .page-template-guardies #calendari #calendar-body #siguiente {
    transform: rotate(-90deg) translateX(-17px) translateY(0);
  }
}
.page-template-guardies #calendari #calendar-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-template-guardies #calendari #guardia-info {
  height: 402px;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1023px) {
  .page-template-guardies #calendari #guardia-info {
    height: auto;
    flex-direction: column;
  }
}
.page-template-guardies #calendari .wrap-dias {
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .page-template-guardies #calendari .wrap-dias {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-template-guardies #calendari .wrap-dias p {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .page-template-guardies #calendari .wrap-dias {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page-template-guardies #calendari .arrow-calendar {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiID8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSI1MHB0IiBoZWlnaHQ9IjUwcHQiIHZpZXdCb3g9IjAgMCA1MCA1MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSIjZmZmZmZmZmYiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEuMDAiIGQ9IiBNIDQuMTEgMTUuNDUgQyAzLjYwIDEzLjg0IDUuNDMgMTMuNTUgNi4xNiAxNC43NiBDIDEyLjQ4IDIxLjAwIDE4LjczIDI3LjMwIDI1LjAwIDMzLjU4IEMgMzEuNzEgMjcuMDggMzguMDUgMjAuMTcgNDQuOTYgMTMuOTEgQyA0Ni45NCAxNC4yOCA0NS42MiAxNi4wNSA0NC43MSAxNi43NCBDIDM4LjExIDIzLjIyIDMxLjczIDI5LjkyIDI1LjAwIDM2LjI2IEMgMTcuOTAgMjkuNDYgMTEuMDMgMjIuNDMgNC4xMSAxNS40NSBaIiAvPjwvZz48L3N2Zz4=);
  height: 30px;
  width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .page-template-guardies #calendari .arrow-calendar {
    height: 15px;
    width: 15px;
  }
}
.page-template-guardies #calendari #anterior {
  transform: rotate(90deg);
}
.page-template-guardies #calendari #siguiente {
  transform: rotate(-90deg);
}
.page-template-guardies #calendari .domingo {
  background-color: rgba(255, 255, 255, 0.2);
}
.page-template-guardies #calendari .today p:last-child {
  background-color: white;
  color: #1e1dff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .page-template-guardies #calendari .today p:last-child {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.page-template-guardies .guardia-content .nom-farmacia {
  font-family: "Gotham Book", "sans-serif";
  font-size: 24px;
  font-weight: bold;
  margin-top: 92px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-template-guardies .guardia-content .nom-farmacia {
    margin-top: 28px;
  }
}
@media (max-width: 767.98px) {
  .page-template-guardies .guardia-content .nom-farmacia {
    font-size: 16px;
    margin-top: 17px;
  }
}
.page-template-guardies .guardia-content .info {
  font-family: "Gotham Book", "sans-serif";
  font-size: 16px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page-template-guardies .guardia-content .info {
    font-size: 14px;
  }
}
.page-template-guardies .guardia-content .info a {
  color: white;
  text-decoration: none;
}
.page-template-guardies .guardia-content #ubicacio-farmacia {
  margin-top: 25px;
}

.page-template-targeta-client .col-seccio-1-la-farmacia::after {
  width: 65%;
}
@media (min-width: 1025px) {
  .page-template-targeta-client .col-seccio-1-la-farmacia .container {
    max-width: 1324px;
  }
}
.page-template-targeta-client .col-seccio-1-la-farmacia .container p {
  max-width: 585px;
}
.page-template-targeta-client .col-seccio-1-la-farmacia .container p:first-child {
  max-width: 497px;
}
.page-template-targeta-client .la-farmacia-seccio-1-content {
  max-width: none;
  top: -26px;
}
.page-template-targeta-client .targeta-middle-col {
  align-items: center !important;
  margin-bottom: 19px;
}
.page-template-targeta-client .targeta-middle-col > .vc_column-inner {
  padding-left: 0px;
}
.page-template-targeta-client .targeta-last-col {
  align-items: flex-end !important;
  margin-bottom: 19px;
}
.page-template-targeta-client ul {
  list-style: none;
}
@media (max-width: 1400px) and (min-width: 767px) {
  .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content .vc_column-inner {
    padding-left: 0px !important;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia > .vc_column-inner {
    padding-top: 94px !important;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia img {
    padding-right: 0px;
  }
  .page-template-targeta-client .col-img > .vc_column-inner {
    padding-right: 18px !important;
  }
  .page-template-targeta-client .bttn-farmacia {
    text-align: right !important;
  }
  .page-template-targeta-client .targeta-first-col .wpb_single_image {
    padding: 0px 0px !important;
  }
  .page-template-targeta-client .targeta-middle-col > .vc_column-inner {
    padding-left: 15px;
  }
  .page-template-targeta-client .spacer-litle {
    height: 25px !important;
  }
  .page-template-targeta-client .spacer-medium {
    height: 20px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-targeta-client .col-img > .vc_column-inner {
    position: absolute;
    width: 39vw;
    right: 0px;
    top: -27px;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .container p {
    max-width: 355px;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .container p:first-child {
    max-width: 286px;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia::after {
    width: 66%;
  }
  .page-template-targeta-client .la-farmacia-seccio-1-content {
    top: -14px;
  }
  .page-template-targeta-client .targeta-middle-col > .vc_column-inner {
    padding-left: 15px;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .page-template-targeta-client .col-seccio-1-la-farmacia .wpb_wrapper .container {
    padding: 0px 8px;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content {
    padding: 0px 15px !important;
  }
  .page-template-targeta-client .col-img > .vc_column-inner {
    position: relative;
    width: auto;
    left: 0px;
    top: 0px;
    padding-right: 0px !important;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia img {
    padding: 0px 0px;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .la-farmacia-seccio-1-content h1 {
    line-height: 1.2;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .container p {
    max-width: none;
  }
  .page-template-targeta-client .col-seccio-1-la-farmacia .container p:first-child {
    max-width: 247px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-targeta-client .targeta-first-col .wpb_single_image {
    text-align: center !important;
    padding: 0px 35px !important;
  }
  .page-template-targeta-client .targeta-middle-col {
    text-align: center;
    padding-top: 23px;
    margin-bottom: 22px;
  }
  .page-template-targeta-client .targeta-last-col {
    text-align: center;
    margin-bottom: 31px;
  }
  .page-template-targeta-client .spacer-litle {
    height: 0px !important;
  }
  .page-template-targeta-client .spacer-medium {
    height: 0px !important;
  }
  .page-template-targeta-client ul {
    padding-left: 0px;
  }
  .page-template-targeta-client .row-title-descomptes {
    text-align: center;
    margin: auto;
  }
  .page-template-targeta-client .descomptes-logos .wpb_single_image {
    text-align: center !important;
  }
}

.page-template-encarrec-online .la-farmacia-seccio-1-content {
  max-width: 477px;
}
.page-template-encarrec-online .row-form {
  padding: 0px 15px;
}
.page-template-encarrec-online div.vols-escriurens {
  border-color: #ffffff;
  border: none;
  background-color: #F4F3FF;
  border-radius: 0px;
}
.error .page-space {
  margin-bottom: 41px;
}
.error #guardies {
  display: none !important;
}
.error #xarxes {
  display: none !important;
}
.error h1 {
  margin-bottom: 42px;
}
.error .bttn-subtitile-little {
  margin-bottom: 130px;
}
.error a:hover {
  color: #1e1dff;
}
.error a::after {
  transform: none !important;
}
@media (max-width: 1440px) {
  .error .page-space {
    margin-top: 268px;
  }
  .error a {
    font-size: 16px;
  }
  .error h1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 511px) {
  .error h1 {
    font-size: 35px;
  }
}

.page-template-menu-left .page-space-normal {
  margin-bottom: 233px;
}
.page-template-menu-left h1, .page-template-menu-left .second-h1 {
  font-size: 65px;
}
.page-template-menu-left h2 {
  margin-top: 54px;
  margin-bottom: 23px;
}
.page-template-menu-left .sticky-terms {
  position: sticky;
  top: 203px;
}
.page-template-menu-left h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham Book", "sans-serif";
  text-transform: uppercase;
  font-style: normal;
  padding-top: 62px;
  color: #000000;
}
.page-template-menu-left h3:first-child {
  padding-left: 0px;
  padding-top: 30px;
}
.page-template-menu-left ul.nav-list {
  list-style: none;
  padding-left: 0px;
}
.page-template-menu-left ul.nav-list li {
  padding: 8px 0px;
}
.page-template-menu-left ul.nav-list li a {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
}
.page-template-menu-left ul.nav-list li a:hover, .page-template-menu-left ul.nav-list li a.active {
  font-weight: bold;
  color: #1e1dff;
  text-decoration: none;
}
.page-template-menu-left p.second-h1 {
  margin-top: 110px;
}
.page-template-menu-left .terms-content .wpb_text_column {
  margin-bottom: 0px !important;
}
.page-template-menu-left .terms-content a {
  color: #1e1dff;
}
@media (max-width: 1400px) {
  .page-template-menu-left .sticky-terms {
    top: 125px;
  }
}
@media (max-width: 1400px) and (min-width: 767px) {
  .page-template-menu-left h1, .page-template-menu-left .second-h1 {
    font-size: 45px;
    max-width: none;
  }
  .page-template-menu-left h3:first-child {
    padding-top: 25px;
  }
}
@media (max-width: 767px) and (min-width: 0px) {
  .page-template-menu-left h1, .page-template-menu-left .second-h1 {
    font-size: 35px;
    max-width: 230px;
  }
  .page-template-menu-left h2 {
    margin-top: 30px;
    margin-bottom: 21px;
  }
}
.page-template-menu-left .table {
  font-size: 12px;
  margin-top: 50px;
}
.page-template-menu-left .table th, .page-template-menu-left .table td {
  padding: 0.55rem !important;
  vertical-align: middle !important;
  border-top: 2px solid blue !important;
}

/*.woocommerce-notices-wrapper, .woocommerce-info{
	display: none !important;
}*/
.general-cart .page-space {
  margin-bottom: 72px;
  margin-top: 231px;
}
.general-cart .woocommerce-breadcrumb {
  margin-bottom: 87px;
  font-size: 18px;
}
.general-cart .woocommerce-breadcrumb a {
  font-size: 18px;
}
.general-cart .icon-cart {
  font-size: 107px;
}
.general-cart .icon-cart::before {
  color: #1e1dff;
}
.general-cart h1 {
  margin-bottom: 16px;
  font-size: 55px;
  margin-top: 37px;
}
.general-cart .bttn-subtitile-little {
  margin-bottom: 78px;
}
.general-cart a:hover {
  color: #1e1dff;
}
.general-cart a::after {
  transform: none !important;
}
@media (max-width: 1919px) {
  .general-cart .page-space {
    margin-bottom: 142px;
    margin-top: 172px;
  }
  .general-cart .woocommerce-breadcrumb {
    margin-bottom: 68px;
    font-size: 16px;
  }
  .general-cart .woocommerce-breadcrumb a {
    font-size: 16px;
  }
  .general-cart .bttn-subtitile-little {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .general-cart .page-space {
    margin-bottom: 95px;
    margin-top: 93px;
  }
  .general-cart .icon-cart {
    font-size: 64px;
  }
  .general-cart h1 {
    font-size: 25px;
    margin-top: 46px;
  }
  .general-cart .bttn-farmacia {
    font-size: 15px;
  }
}

.general-cart.no-empty-cart .woocommerce-breadcrumb {
  margin-bottom: 45px;
}
.general-cart.no-empty-cart h1 {
  margin-top: 0px;
  margin-bottom: 58px;
}
.general-cart.no-empty-cart .cart_item td {
  font-size: 20px !important;
}
.general-cart.no-empty-cart .cart_item .product-name a {
  font-size: 18px !important;
}
.general-cart.no-empty-cart form {
  max-width: 995px;
  margin: auto;
}
.general-cart.no-empty-cart form table {
  border: none;
  border-bottom: 2px solid #1e1dff;
  border-radius: 0px;
  border-collapse: collapse;
  margin-bottom: 0px;
}
.general-cart.no-empty-cart form table tbody tr {
  border: none;
  border-top: 1px solid #1e1dff;
}
.general-cart.no-empty-cart form table tbody tr:last-child {
  border-top: 2px solid #1e1dff;
}
.general-cart.no-empty-cart form table tbody tr .product-subtotal {
  font-weight: 600 !important;
}
.general-cart.no-empty-cart form table tbody tr td {
  border: none;
}
.general-cart.no-empty-cart form table tbody .seguir-comprant {
  padding: 64px 12px;
}
.general-cart.no-empty-cart form table tbody .seguir-comprant .bttn-farmacia {
  margin: 0px;
}
.general-cart.no-empty-cart form table tbody .seguir-comprant .bttn-farmacia::after {
  vertical-align: initial;
}
.general-cart.no-empty-cart .totals-container {
  margin-top: 0px;
  padding: 0px;
}
.general-cart.no-empty-cart .totals-container .cart_totals {
  background-color: #F4F3FF;
}
.general-cart.no-empty-cart .totals-container .cart_totals .wc-proceed-to-checkout {
  background-color: white;
}
@media (max-width: 1024px) {
  .general-cart.no-empty-cart .woocommerce-breadcrumb {
    margin-bottom: 27px;
  }
  .general-cart.no-empty-cart h1 {
    font-size: 35px;
    margin-bottom: 32px;
  }
  .general-cart.no-empty-cart .container-small {
    padding: 0px;
  }
  .general-cart.no-empty-cart .cart_item td {
    font-size: 18px !important;
  }
  .general-cart.no-empty-cart .cart_item .product-name a {
    font-size: 16px !important;
  }
  .general-cart.no-empty-cart form table tbody .seguir-comprant {
    padding: 32px 12px;
  }
}
@media (max-width: 767px) {
  .general-cart.no-empty-cart form table tbody tr {
    position: relative;
  }
  .general-cart.no-empty-cart form table tbody tr .product-thumbnail {
    width: 20% !important;
    padding-left: 0px !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-thumbnail img {
    min-width: 67px;
  }
  .general-cart.no-empty-cart form table tbody tr .product-name {
    width: 70% !important;
    padding-top: 24px !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-price {
    width: 20% !important;
    text-align: right !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-quantity {
    width: 40% !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-quantity .mini-cart-qty {
    width: auto !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-quantity .mini-cart-qty .bttn-qty-chg {
    height: 14px !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-quantity input {
    width: 41px !important;
    height: 24px !important;
  }
  .general-cart.no-empty-cart form table tbody tr .product-remove {
    position: absolute;
    top: 9px;
    right: 10px;
  }
  .general-cart.no-empty-cart form table tbody tr .product-remove a {
    font-size: 20px !important;
  }
  .general-cart.no-empty-cart .cart_item td {
    font-size: 14px !important;
  }
  .general-cart.no-empty-cart .cart_item .product-name a {
    font-size: 12px !important;
  }
}

#cart-page .cart-collaterals .cart_totals table .shipping {
  display: none !important;
}

#checkout table .actions {
  padding: 0px 0px !important;
}
#checkout table {
  border-bottom: none;
}
#checkout table .cart-subtotal th, #checkout table .cart-subtotal td {
  padding-bottom: 15px !important;
}
#checkout table .shipping th, #checkout table .shipping td {
  padding-bottom: 30px;
  border: none !important;
}
#checkout table .shipping label {
  color: #1e1dff;
}
#checkout .coupon {
  margin-top: 26px;
  margin-bottom: 51px;
}
#checkout .coupon form {
  display: block !important;
  border: none;
  padding-left: 18px;
}
#checkout .coupon form p {
  margin-bottom: 0px;
}
#checkout .coupon .form-row-first {
  width: 75%;
}
#checkout .coupon .form-row-last {
  width: auto;
}
#checkout .coupon input {
  width: 100% !important;
  border-radius: 3px;
  border: 1px solid #1e1dff;
  text-transform: uppercase;
  color: #1e1dff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0px 10px 21px;
}
#checkout .coupon input::placeholder {
  color: #1e1dff;
}
#checkout .coupon button {
  padding: 9px 60px;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
  background-color: #1e1dff;
  border: 2px solid #1e1dff;
  color: white;
}
#checkout .coupon button:hover {
  color: #1e1dff;
  background-color: white;
}
@media (max-width: 1199.98px) {
  #checkout .coupon {
    margin-top: 34px;
    margin-bottom: 34px;
  }
}

#checkout-details h2, #checkout-details .subtitle-checkout {
  margin: 0px;
}
#checkout-details .woocommerce-form-login-toggle .woocommerce-info {
  display: block !important;
  border: none !important;
  background-color: #F4F3FF;
  padding: 10px 16px;
  margin: 0px;
}
#checkout-details .woocommerce-form-login-toggle .woocommerce-info a {
  color: #1e1dff;
}
#checkout-details .woocommerce-form-login-toggle .woocommerce-info::before {
  display: none !important;
}
#checkout-details form.login {
  display: none;
}
#checkout-details form.login button {
  background-color: transparent !important;
  color: #1e1dff !important;
  font-size: 20px !important;
  font-style: italic;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
  margin: 0px;
  padding: 0px;
}
#checkout-details form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(n+6) {
  width: 50%;
  display: inline-block;
}
#checkout-details form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(2n+6) {
  padding-right: 15px;
}
#checkout-details form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p:nth-child(2n+7) {
  padding-left: 15px;
}
#checkout-details form.checkout .woocommerce-billing-fields p {
  margin-top: 0px;
  width: 100%;
}
#checkout-details form.checkout .woocommerce-billing-fields p label {
  display: none;
}
#checkout-details form.checkout .woocommerce-billing-fields p span {
  width: 100%;
}
#checkout-details form.checkout .woocommerce-account-fields label {
  display: inline-block;
}
#checkout-details form.checkout .woocommerce-account-fields .create-account p label {
  display: none;
}
#checkout-details form.checkout .woocommerce-account-fields .create-account p span {
  width: 50%;
}
#checkout-details .woocommerce-shipping-fields {
  margin-top: 114px;
}
#checkout-details #payment {
  background: transparent !important;
  margin-top: 114px;
}
#checkout-details #payment h2 {
  margin-bottom: 52px;
}
#checkout-details #payment .methods {
  display: block;
  padding-left: 0px;
  border: none !important;
}
#checkout-details #payment .methods li {
  padding-right: 60px;
  display: inline-block;
  margin-bottom: 10px;
}
#checkout-details #payment .methods li input {
  margin-right: 20px;
}
#checkout-details #payment .methods .payment_method_paypal label a {
  line-height: inherit;
  width: 100%;
}
#checkout-details #payment .bttn-payment-info div {
  background-color: transparent !important;
  margin: 0px;
  padding-left: 0px;
  color: #000000;
}
#checkout-details #payment .bttn-payment-info div::before {
  display: none;
}
#checkout-details #payment .place-order {
  padding-left: 0px;
  padding-top: 0px;
}
#checkout-details #payment .place-order .place-order-wrapper {
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #1e1dff;
  padding-top: 60px;
}
#checkout-details #payment .place-order .place-order-wrapper button {
  float: none;
}
#checkout-details .woocommerce-terms-and-conditions-wrapper label {
  display: inline-block;
}

.woocommerce-account #masthead .menu-right .menu-desktop .top-menu .iniciar-sessio > a {
  position: relative;
}
.woocommerce-account #masthead .menu-right .menu-desktop .top-menu .iniciar-sessio > a::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #1e1dff;
  content: "";
  bottom: 0px;
  left: 0px;
}

#checkout-details form, .page-template-my-account .container-myaccount .log-in form, .page-template-my-account .container-myaccount .create-new-account form {
  border: none !important;
  padding: 0px;
  margin-top: 0px;
}
#checkout-details form p, .page-template-my-account .container-myaccount .log-in form p, .page-template-my-account .container-myaccount .create-new-account form p {
  margin-bottom: 0px;
  margin-top: 20px;
}
#checkout-details form.login h2, .page-template-my-account .container-myaccount .log-in form.login h2, .page-template-my-account .container-myaccount .create-new-account form.login h2 {
  display: none;
}
#checkout-details form input, .page-template-my-account .container-myaccount .log-in form input, .page-template-my-account .container-myaccount .create-new-account form input {
  background-color: #ffffff !important;
  font-size: 20px;
  margin-top: 23px;
  padding-top: 0px;
}
#checkout-details form #submit_redsys_payment_form, .page-template-my-account .container-myaccount .log-in form #submit_redsys_payment_form, .page-template-my-account .container-myaccount .create-new-account form #submit_redsys_payment_form {
  display: inline-block;
  font-size: 16px;
  background-color: #1e1dff !important;
  padding: 12px 60px;
  border: 2px solid #1e1dff !important;
  color: white !important;
  margin: 20px 40px 20px 0;
}
#checkout-details form #submit_redsys_payment_form:hover, .page-template-my-account .container-myaccount .log-in form #submit_redsys_payment_form:hover, .page-template-my-account .container-myaccount .create-new-account form #submit_redsys_payment_form:hover {
  color: #1e1dff !important;
  background-color: white !important;
}
#checkout-details form .lost_password, .page-template-my-account .container-myaccount .log-in form .lost_password, .page-template-my-account .container-myaccount .create-new-account form .lost_password {
  padding: 3px;
}
#checkout-details form .lost_password a, .page-template-my-account .container-myaccount .log-in form .lost_password a, .page-template-my-account .container-myaccount .create-new-account form .lost_password a {
  font-size: 20px;
  color: #051033;
}
#checkout-details form .row-submit, .page-template-my-account .container-myaccount .log-in form .row-submit, .page-template-my-account .container-myaccount .create-new-account form .row-submit {
  float: right;
  position: relative;
  bottom: 74px;
}

.select2 {
  margin-top: 23px;
}

.selection .select2-selection {
  border: 1px solid #1e1dff;
  border-radius: 0px;
}
.selection .select2-selection .select2-selection__rendered {
  font-size: 20px;
  font-family: "Gotham Book", "sans-serif";
  color: #051033;
}
.selection .select2-selection .select2-selection__rendered .select2-selection__clear {
  display: none !important;
}
.selection .select2-selection .select2-selection__arrow b {
  left: 95%;
}

/* MY ACCOUNT- LOG IN*/
.page-template-my-account .my-account-header-log-in {
  min-height: 474px;
  position: relative;
  margin-bottom: 97px;
}
.page-template-my-account .my-account-header-log-in::after {
  width: 80%;
  position: absolute;
  content: "";
  background-color: #F4F3FF;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.page-template-my-account .my-account-header-log-in .row-header-login {
  padding-top: 76px;
}
.page-template-my-account .my-account-header-log-in .row-header-login h1 {
  font-size: 140px;
}
.page-template-my-account .my-account-header-log-in .row-header-login h2 {
  max-width: 640px;
}
.page-template-my-account .back-blau {
  position: absolute;
  background-color: #F4F3FF;
  height: 474px;
  z-index: -1;
  width: 100%;
}
.page-template-my-account .my-account-header {
  width: 100%;
  height: 474px;
  padding-top: 178px;
}
.page-template-my-account .my-account-header .row-header-account {
  height: 100%;
}
.page-template-my-account .my-account-header .row-header-account .col-title {
  background-color: #ffffff;
  padding: 74px 104px 55px 103px;
}
.page-template-my-account .my-account-header .row-header-account h1 {
  font-size: 55px;
  margin-bottom: 33px;
}
.page-template-my-account .my-account-header .row-header-account h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}
.page-template-my-account .container-myaccount .log-in {
  margin-bottom: 116px;
}
.page-template-my-account .container-myaccount .log-in form {
  margin: auto;
  max-width: 996px;
}
.page-template-my-account .container-myaccount .log-in form button {
  background-color: transparent !important;
  color: #1e1dff !important;
  font-size: 20px !important;
  font-style: italic;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
  margin: 0px;
  padding: 0px;
}
.page-template-my-account .container-myaccount .create-new-account {
  background-color: #F4F3FF;
  padding-top: 66px;
  padding-bottom: 66px;
}
.page-template-my-account .container-myaccount .create-new-account form {
  max-width: 996px;
  margin: auto;
}
.page-template-my-account .container-myaccount .create-new-account form .subtitle-new-account {
  margin-bottom: 5%;
}
.page-template-my-account .container-myaccount .create-new-account form span {
  width: 100%;
}
.page-template-my-account .container-myaccount .create-new-account form input {
  background-color: #F4F3FF !important;
  width: 100%;
  margin-top: 0px;
}
.page-template-my-account .container-myaccount .create-new-account form select {
  font-size: 20px;
}
.page-template-my-account .container-myaccount .create-new-account form select option {
  background-color: #F4F3FF !important;
}
.page-template-my-account .container-myaccount .create-new-account form #user_privacy_field {
  margin-top: 5%;
}
.page-template-my-account .container-myaccount .create-new-account form button {
  border: none;
  background-color: transparent !important;
  color: #1e1dff !important;
  font-size: 20px !important;
  font-style: italic;
  font-weight: normal;
  font-family: "Gotham Book", "sans-serif";
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: right !important;
}
.page-template-my-account .container-myaccount .create-new-account form .row-submit-register {
  margin-top: 40px;
}
.page-template-my-account .container-myaccount .lost_reset_password p {
  width: 100%;
  margin-top: 30px;
}
.page-template-my-account .container-myaccount .lost_reset_password p input {
  font-size: 20px;
}
.page-template-my-account .container-myaccount .lost_reset_password button {
  width: 100%;
  text-align: right !important;
  color: #1e1dff;
  background-color: transparent;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
}
.page-template-my-account .container-myaccount-in {
  padding-top: 22px;
}
.page-template-my-account .container-myaccount-in .list-title-general {
  font-size: 16px;
  font-family: "Gotham Book", "sans-serif";
  text-transform: uppercase;
  font-style: normal;
  color: #000000;
  opacity: 0.5;
  font-weight: normal;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation {
  margin-top: 68px;
  width: 16%;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation h3 {
  margin-bottom: 23px;
  color: #1e1dff !important;
  opacity: 1 !important;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul {
  padding: 0px;
  list-style: none;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul li {
  padding: 0px 0px 23px 0px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul li:last-child a {
  text-transform: uppercase;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul p {
  margin-bottom: 29px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul a {
  color: #000000;
  font-size: 16px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul .is-active a {
  font-weight: bold;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation .separator-list {
  margin: 0px 0px 23px 0px;
  height: 1px;
  background-color: black;
  opacity: 0.5;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content {
  width: 84%;
  padding-left: 103px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content h1 {
  display: none;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .num-comandes {
  margin-bottom: 31px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order {
  border-radius: 0px;
  border: 1px solid #1e1dff;
  margin-bottom: 18px;
  max-width: 791px;
  padding: 16px 38px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order thead, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order tbody, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order th, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order tr {
  border: none;
  padding: 0px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order span.list-title-general {
  display: block;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-number a {
  color: #000000;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-actions a {
  color: #1e1dff;
  font-style: italic;
  font-size: 20px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia {
  margin-top: 50px;
  max-width: 688px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia p {
  margin-bottom: 15px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .input-password {
  margin-top: 115px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .bttn-farmacia {
  width: 100%;
  text-align: right !important;
  background-color: transparent;
  color: #1e1dff;
  border: none;
  font-family: "Gotham Book", "sans-serif";
  font-style: italic;
  font-size: 20px;
  margin-top: 30px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces {
  padding-top: 59px;
  max-width: 650px;
  margin: auto;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses header, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces header {
  margin-bottom: 27px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses header h3, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses header a, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces header h3, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces header a {
  display: inline-block;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses h3, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  font-family: "Gotham Book", "sans-serif";
  font-style: normal;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit {
  float: right;
  font-style: italic;
  font-family: "Gotham Book", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  color: #1e1dff;
  background-color: transparent;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .woocommerce-, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .woocommerce- {
  margin-bottom: 65px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit-mobile, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit-mobile {
  display: none;
  width: 100%;
  padding-bottom: 5%;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces p, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces span {
  width: 100%;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces p {
  margin-bottom: 15px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .select2 {
  margin-top: 0px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces input {
  font-size: 20px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces h3 {
  margin-bottom: 40px;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content mark {
  background: #F4F3FF;
}
.page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .order_details, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border-radius: 0px;
  border: 1px solid #1e1dff;
}
@media (max-width: 1024px) {
  .page-template-my-account .my-account-header-log-in {
    min-height: 226px;
    margin-bottom: 78px;
  }
  .page-template-my-account .my-account-header-log-in::after {
    width: 65%;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login {
    padding-top: 27px;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login h1 {
    font-size: 65px;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login h2 {
    max-width: 352px;
  }
  .page-template-my-account .container-myaccount .log-in {
    margin-bottom: 78px;
  }
  .page-template-my-account .container-myaccount .log-in form {
    max-width: 594px;
  }
  .page-template-my-account .container-myaccount .log-in form button {
    font-size: 14px !important;
  }
  .page-template-my-account .container-myaccount .log-in form input {
    margin-top: 0px;
  }
  .page-template-my-account .container-myaccount .log-in .lost_password a, .page-template-my-account .container-myaccount .log-in input, .page-template-my-account .container-myaccount .log-in p {
    font-size: 14px !important;
  }
  .page-template-my-account .container-myaccount .create-new-account form {
    max-width: 594px;
  }
  .page-template-my-account .container-myaccount .create-new-account form span {
    width: 100%;
  }
  .page-template-my-account .container-myaccount .create-new-account form input {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount .create-new-account form select {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount .create-new-account form button {
    font-size: 16px !important;
  }
  .page-template-my-account .container-myaccount .create-new-account form .row-submit-register {
    margin-top: 40px;
  }
  .page-template-my-account .back-blau {
    height: 300px;
  }
  .page-template-my-account .my-account-header {
    height: 300px;
    padding-top: 89px;
  }
  .page-template-my-account .my-account-header .row-header-account .col-title {
    padding: 31px 57px 25px 39px;
  }
  .page-template-my-account .my-account-header .row-header-account h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .page-template-my-account .my-account-header .row-header-account h2 {
    font-size: 20px;
    line-height: 1.25;
  }
  .page-template-my-account .container-myaccount-in {
    padding-top: 47px;
  }
  .page-template-my-account .container-myaccount-in .list-title-general {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation {
    margin-top: 26px;
    width: 18%;
    position: relative;
    left: -20px;
    float: left !important;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul li {
    padding: 0px 0px 20px 0px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation ul a {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation .separator-list {
    margin: 0px 0px 20px 0px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content {
    padding-left: 39px;
    width: 82%;
    float: right !important;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order {
    margin-bottom: 14px;
    max-width: 536px;
    padding: 16px 18px;
    padding-bottom: 50px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content th {
    font-size: 16px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td a, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td time, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td span, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td {
    font-size: 16px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td.order-actions {
    position: relative;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content td.order-actions a {
    position: absolute;
    right: 0px;
    bottom: -36px;
    font-size: 20px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia {
    margin-top: 20px;
    max-width: 476px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia p {
    margin-bottom: 10px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .input-password {
    margin-top: 100px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .bttn-farmacia {
    font-size: 14px;
    margin-top: 20px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .bttn-farmacia::after {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces {
    padding-top: 35px;
    max-width: 420px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses header, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces header {
    margin-bottom: 17px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses h3, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces h3 {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit {
    font-size: 16px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-template-my-account .my-account-header-log-in {
    min-height: 119px;
    margin-bottom: 25px;
  }
  .page-template-my-account .my-account-header-log-in::after {
    width: 80%;
    height: 119px;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login {
    padding-top: 38px;
    text-align: center;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login h1 {
    font-size: 55px;
    line-height: 0.87;
  }
  .page-template-my-account .my-account-header-log-in .row-header-login h2 {
    max-width: 262px;
    margin: auto;
  }
  .page-template-my-account .container-myaccount .log-in {
    margin-bottom: 70px;
  }
  .page-template-my-account .container-myaccount .log-in form {
    margin: auto;
    max-width: none;
  }
  .page-template-my-account .container-myaccount .log-in form .lost_password {
    margin-top: 0px !important;
  }
  .page-template-my-account .container-myaccount .log-in form .row-submit {
    bottom: 0px;
  }
  .page-template-my-account .container-myaccount .create-new-account {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .page-template-my-account .container-myaccount .create-new-account form {
    max-width: none;
    margin: 0px 14px;
  }
  .page-template-my-account .container-myaccount .create-new-account form h3, .page-template-my-account .container-myaccount .create-new-account form .subtitle-new-account {
    margin-bottom: 15px;
    text-align: center;
  }
  .page-template-my-account .container-myaccount .create-new-account form button {
    font-size: 14px !important;
  }
  .page-template-my-account .container-myaccount .create-new-account form input {
    font-size: 14px;
  }
  .page-template-my-account .container-myaccount .create-new-account form p {
    margin-top: 5px;
  }
  .page-template-my-account .back-blau {
    height: 200px;
  }
  .page-template-my-account .my-account-header {
    height: 200px;
    padding-top: 75px;
  }
  .page-template-my-account .my-account-header .row-header-account {
    padding: 0px 12px;
  }
  .page-template-my-account .my-account-header .row-header-account .col-title {
    padding: 21px 31px 0px 32px;
    text-align: center;
  }
  .page-template-my-account .my-account-header .row-header-account h1 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .page-template-my-account .my-account-header .row-header-account h2 {
    font-size: 17px;
    line-height: normal;
  }
  .page-template-my-account .container-myaccount-in {
    padding-top: 38px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-navigation {
    margin-top: 62px;
    width: 100%;
    left: 0px;
    float: none !important;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content {
    padding-left: 0px;
    width: 100%;
    float: none !important;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .num-comandes {
    margin-bottom: 12px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order {
    margin-bottom: 12px;
    padding-bottom: 29px;
    min-width: 279px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td {
    width: 40%;
    float: right;
    margin-bottom: 0px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-number, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-status {
    float: left;
    width: 60%;
    margin-bottom: 20px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-actions {
    width: 100%;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .table-single-order td.order-actions a {
    bottom: -17px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia {
    margin-top: 40px;
    min-width: 100%;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia p {
    margin-bottom: 20px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-account-faramacia .input-password {
    margin-top: 60px;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces {
    padding-top: 35px;
    max-width: 100%;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit-mobile, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit-mobile {
    display: block;
    float: left;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit-desktop, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit-desktop {
    display: none;
  }
  .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .addresses .edit, .page-template-my-account .container-myaccount-in .woocommerce-MyAccount-content .edit-adreces .edit {
    font-size: 14px;
  }
}

.bttn-slider .col-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.bttn-slider .col-menu ul li {
  border-bottom: 2px solid #1e1dff;
}
.bttn-slider .col-menu ul li:first-child {
  border-top: 2px solid #1e1dff;
}
.bttn-slider .col-menu ul li a {
  color: #1e1dff;
  text-transform: uppercase;
  font-size: 25px;
  display: block;
  padding: 28px 0 28px 100px;
}
.bttn-slider .col-menu ul li a:hover {
  font-weight: 900;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .bttn-slider .col-menu ul li a {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .bttn-slider .col-menu ul li a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.bttn-slider .col-imatges {
  overflow: hidden;
}
.bttn-slider .col-imatges .bttn-slider-image-wrapper {
  position: relative;
}
.bttn-slider .col-imatges img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.7s, opacity 0.7s;
  max-width: 100%;
}
.bttn-slider .col-imatges img.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .bttn-slider .col-imatges .bttn-slider-image-wrapper {
    height: 470px;
    margin-bottom: 50px;
  }
  .bttn-slider .col-imatges img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .bttn-slider .col-imatges .bttn-slider-image-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .bttn-slider .col-imatges .bttn-slider-image-wrapper {
    height: 270px;
    margin-bottom: 40px;
  }
}

.bttn-checkout-table-wrapper {
  padding: 42px 82px 42px 42px;
  font-size: 25px;
  background: #F4F3FF;
}
.bttn-checkout-table-wrapper .bttn-checkout-table {
  color: #1e1dff;
  width: 100%;
  font-style: italic;
  font-family: "Zilla Slab", sans-serif;
}
.bttn-checkout-table-wrapper .bttn-checkout-table td, .bttn-checkout-table-wrapper .bttn-checkout-table th {
  padding-bottom: 30px !important;
}
.bttn-checkout-table-wrapper .bttn-checkout-table th {
  font-weight: normal;
}
.bttn-checkout-table-wrapper .bttn-checkout-table td {
  padding-right: 100px;
  text-align: right;
}
.bttn-checkout-table-wrapper .bttn-checkout-table .bttn-shipping td, .bttn-checkout-table-wrapper .bttn-checkout-table .bttn-shipping th {
  padding-bottom: 49px !important;
}
.bttn-checkout-table-wrapper .bttn-checkout-table .order-total td, .bttn-checkout-table-wrapper .bttn-checkout-table .order-total th {
  padding-top: 5px;
  border-top: 1px solid #1e1dff;
  padding-bottom: 0;
}
.bttn-checkout-table-wrapper .bttn-checkout-table .order-total th {
  text-transform: uppercase;
}
.bttn-checkout-table-wrapper .bttn-checkout-table .order-total td {
  font-weight: 700;
}
.bttn-checkout-table-wrapper .bttn-checkout-table .order-total td .includes_tax {
  display: block;
  font-size: 0.6em;
}
@media (max-width: 1199.98px) {
  .bttn-checkout-table-wrapper {
    border-top: 2px solid #1e1dff;
    font-size: 20px;
    padding: 45px 57px 32px;
  }
  .bttn-checkout-table-wrapper .bttn-checkout-table td {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .bttn-checkout-table-wrapper {
    font-size: 17px;
    padding: 40px 25px 30px;
  }
}

tr.cart-discount td a.woocommerce-remove-coupon {
  margin-right: -20px;
  color: #1e1dff;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 0;
  vertical-align: sub;
  font-style: normal;
}
tr.cart-discount td a.woocommerce-remove-coupon:hover {
  text-decoration: none;
}

.woocommerce-additional-fields h3 {
  display: none;
}

form.checkout #order_review .woocommerce-checkout-review-order-table {
  border: 0;
  border-radius: 0;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr {
  display: none;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping {
  display: block;
  border: none;
  font-weight: 200;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping th {
  display: none;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping td {
  display: block;
  border: none;
  padding: 0;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping td ul#shipping_method li {
  display: inline-block;
  padding-right: 60px;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping td ul#shipping_method li:last-child {
  padding-right: 0;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping td ul#shipping_method li label {
  padding-top: 6px;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.shipping label {
  font-weight: 200;
}

#content .titol-enviament {
  margin-bottom: 55px;
}

#checkout .bttn_form_coupon .col-coupon-code {
  padding-right: 5px;
}
@media (max-width: 991.98px) {
  #checkout .bttn_form_coupon .col-coupon-code {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  #checkout .bttn_form_coupon .col-coupon-submit {
    padding-left: 5px;
  }
  #checkout .bttn_form_coupon .col-coupon-submit button {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #1e1dff;
  background: #ffffff !important;
  left: -2rem;
}
.custom-control-label:after {
  width: 1.5rem;
  height: 1.5rem;
  left: -2rem;
  background-size: 100% 100%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-20 -20 40 40'%3E%3Ccircle r='13' fill='%231e1dff'/%3E%3C/svg%3E");
}

.custom-control {
  padding-left: 2rem;
}

/*********************/
.woocommerce-form-login-wrapper {
  margin-bottom: 110px;
}
.woocommerce-form-login-wrapper form.login {
  margin-bottom: 0;
}
.woocommerce-form-login-wrapper form.login:before {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-form-login-toggle {
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .woocommerce-form-login-toggle {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-form-login-toggle {
    margin-bottom: 39px;
  }
}

body.woocommerce-order-received #main {
  background: #F4F3FF;
  overflow: auto;
}
body.woocommerce-order-received #main .woocommerce-thankyou-order-received {
  font-family: "Zilla Slab", sans-serif;
  font-size: 25px;
  font-style: italic;
  margin-top: 45px;
  color: #1e1dff;
  line-height: 1.25;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  body.woocommerce-order-received #main .woocommerce-thankyou-order-received {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  body.woocommerce-order-received #main .woocommerce-thankyou-order-received {
    font-size: 17px;
  }
}

#newsletter-blog .sib_signup_form {
  text-align: left;
}
#newsletter-blog .sib_signup_form label.sib-NAME-area, #newsletter-blog .sib_signup_form label.sib-email-area {
  display: none;
}
#newsletter-blog .sib_signup_form button {
  background: none;
  border: 0;
  outline: 0;
}
@media (min-width: 768px) {
  #newsletter-blog .sib_signup_form p.sib-NAME-area, #newsletter-blog .sib_signup_form p.sib-email-area {
    width: 50%;
    float: left;
  }
  #newsletter-blog .sib_signup_form p.sib-NAME-area {
    padding-right: 15px;
  }
  #newsletter-blog .sib_signup_form p.sib-email-area {
    padding-left: 15px;
  }
}
#newsletter-blog .sib_signup_form input.sib-NAME-area, #newsletter-blog .sib_signup_form input.sib-email-area {
  width: 100%;
  font-size: 18px;
  padding: 6px 12px;
  color: #191876;
  background: transparent;
}
#newsletter-blog .sib_signup_form input.sib-NAME-area::-moz-placeholder, #newsletter-blog .sib_signup_form input.sib-email-area::-moz-placeholder {
  color: #191876;
}
#newsletter-blog .sib_signup_form input.sib-NAME-area::-webkit-input-placeholder, #newsletter-blog .sib_signup_form input.sib-email-area::-webkit-input-placeholder {
  color: #191876;
}
#newsletter-blog .sib_signup_form input.sib-NAME-area:-ms-input-placeholder, #newsletter-blog .sib_signup_form input.sib-email-area:-ms-input-placeholder {
  color: #191876;
}
#newsletter-blog .sib_signup_form input.sib-NAME-area::placeholder, #newsletter-blog .sib_signup_form input.sib-email-area::placeholder {
  color: #191876;
}

@media (min-width: 768px) {
  .page-template-blog #newsletter-blog .sib_signup_form p.sib-NAME-area, .page-template-blog #newsletter-blog .sib_signup_form p.sib-email-area, .single-post #newsletter-blog .sib_signup_form p.sib-NAME-area, .single-post #newsletter-blog .sib_signup_form p.sib-email-area, .tag #newsletter-blog .sib_signup_form p.sib-NAME-area, .tag #newsletter-blog .sib_signup_form p.sib-email-area {
    width: 100%;
    float: left;
  }
  .page-template-blog #newsletter-blog .sib_signup_form p.sib-NAME-area, .page-template-blog #newsletter-blog .sib_signup_form p.sib-email-area, .single-post #newsletter-blog .sib_signup_form p.sib-NAME-area, .single-post #newsletter-blog .sib_signup_form p.sib-email-area, .tag #newsletter-blog .sib_signup_form p.sib-NAME-area, .tag #newsletter-blog .sib_signup_form p.sib-email-area {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.newsletter-footer form .sib_msg_disp p, #newsletter-blog form .sib_msg_disp p {
  color: #1E1DFF !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  padding-top: 5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.shop-wrapper-category .shop-banner {
  background-color: transparent;
  padding-bottom: 200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0px;
}
.shop-wrapper-category .shop-banner .row-category {
  position: relative;
}
.shop-wrapper-category .shop-banner .woocommerce-breadcrumb {
  margin-bottom: 44px;
}
.shop-wrapper-category .shop-banner h1 {
  color: #1e1dff;
}
.shop-wrapper-category .shop-banner p:last-child {
  /*position: absolute;
  right: 15px;
  bottom: -20px;
  width: 53%;
  img{
      max-width: 688px;
      max-height: 502px;
      width: 100%;
  }*/
}
.shop-wrapper-category .separador {
  height: 1px;
  background: #1e1dff;
  width: 100%;
}
.shop-wrapper-category .shop-content {
  margin-top: 120px;
}
.shop-wrapper-category .ul-cat-menu-template {
  list-style: none;
}
@media (max-width: 1024px) {
  .shop-wrapper-category .shop-banner {
    padding-bottom: 80px;
  }
  .shop-wrapper-category .shop-banner p:last-child {
    bottom: 0px;
  }
  .shop-wrapper-category .shop-banner p:last-child img {
    max-width: 412px;
    max-height: 301px;
  }
  .shop-wrapper-category .shop-content {
    margin-top: 41px;
  }
}
@media (max-width: 767px) {
  .shop-wrapper-category .shop-banner {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 17px;
  }
  .shop-wrapper-category .shop-banner .woocommerce-breadcrumb {
    text-align: left;
    margin-bottom: 10px;
  }
  .shop-wrapper-category .shop-banner p {
    width: 100%;
  }
  .shop-wrapper-category .shop-banner p:last-child {
    position: relative;
    width: 100%;
    right: 0px;
  }
  .shop-wrapper-category .shop-content {
    margin-top: 0px;
  }
}

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