@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.slick-prev:before {
  content: url("../img/arrow-left.svg");
}

[dir="rtl"] .slick-prev:before {
  content: url("../img/arrow-right.svg");
}

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

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

.slick-next:before {
  content: url("../img/arrow-right.svg");
}

[dir="rtl"] .slick-next:before {
  content: url("../img/arrow-left.svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 14px;
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover {
  border-color: #7a7a7a;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover {
  border: 1px solid #999;
}

[type='color']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

[type='color']:-ms-input-placeholder,
[type='date']:-ms-input-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='month']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='text']:-ms-input-placeholder,
[type='time']:-ms-input-placeholder,
[type='url']:-ms-input-placeholder,
[type='week']:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

[type='color']::-ms-input-placeholder,
[type='date']::-ms-input-placeholder,
[type='datetime']::-ms-input-placeholder,
[type='datetime-local']::-ms-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='month']::-ms-input-placeholder,
[type='number']::-ms-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='search']::-ms-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='text']::-ms-input-placeholder,
[type='time']::-ms-input-placeholder,
[type='url']::-ms-input-placeholder,
[type='week']::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(255, 65, 54, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  /* margin: 0.75em 0; */
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #737373;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #999;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #333;
  font-family: "Hind", sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: black;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

hr {
  border-bottom: 1px solid #999;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v2/ePBp1XdWMQqYWkm0HYfk2gLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v2/yQWaOD4iNU5NTY0apN-qj73hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v2/57TQ-anwthzkETEIO4jESL3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

header {
  text-align: center;
}

header::after {
  clear: both;
  content: "";
  display: block;
}

header .upper-section {
  border-bottom: 0.5px solid #dcd8d9;
}

@media only screen and (min-width: 900px) {
  header .upper-section {
    max-height: 50px;
  }
}

@media only screen and (min-width: 600px) {
  header .upper-section .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media only screen and (min-width: 900px) {
  header .upper-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

header .upper-section .upper-text {
  display: none;
  width: 70%;
  padding: 15px 0;
  font-size: 13px;
  color: #0062a2;
  z-index: 999991;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: fixed;
}

@media only screen and (min-width: 900px) {
  header .upper-section .upper-text {
    -webkit-transform: none;
    transform: none;
    left: 0;
    width: auto;
    font-size: 16px;
    border-bottom: 4px #0062a2 solid;
    display: block;
    min-width: 250px;
    padding: 11px 0 22px;
    position: relative;
    margin-left: 30px;
    max-height: 50px;
    top: 4px;
  }
}

header .upper-section .upper-text span {
  font-weight: 700;
}

header .upper-section .upper-text-fixed {
  display: block;
}

@media only screen and (min-width: 730px) {
  header .upper-section .upper-text-fixed {
    display: none;
  }
}

header .upper-section .clearfix {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 600px) {
  header .upper-section .clearfix {
    clear: none;
  }
}

header .upper-section .settings-1 {
  padding: 15px 0;
  font-size: 14px;
}

@media (min-width: 400px) {
  header .upper-section .settings-1 {
    padding: 20px 0;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 600px) {
  header .upper-section .settings-1 {
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px;
    left: calc(0% - 10px + 10px);
    position: relative;
    margin-left: 0;
  }
}

@media only screen and (min-width: 730px) {
  header .upper-section .settings-1 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 900px) {
  header .upper-section .settings-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

header .upper-section .settings-1 a {
  margin-right: 10px;
}

header .upper-section .settings-1 a:hover {
  color: #f28c00;
  font-weight: normal;
}

header .upper-section .settings-1 .Access-workers {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
}

header .upper-section .settings-1 .Access-workers span {
  font-size: 10px;
  position: relative;
  bottom: 1px;
}

header .upper-section .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 18px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 400px) {
  header .upper-section .social {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
    left: calc(6.6666666667% - 21.3333333333px + 20px);
    position: relative;
    padding: 10px 0;
  }
}

@media (min-width: 500px) {
  header .upper-section .social {
    width: calc(37.5% - 27.5px);
    float: left;
    margin-left: 20px;
    left: calc(0% - 20px + 20px);
    position: relative;
  }
}

@media only screen and (min-width: 600px) {
  header .upper-section .social {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
    max-width: none;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 730px) {
  header .upper-section .social {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  header .upper-section .social {
    max-width: 300px;
  }
}

header .upper-section .social a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 600px) {
  header .upper-section .social a {
    border-right: 0.5px solid #dcd8d9;
    padding: 15px 10px;
    height: 50px;
    width: 33%;
  }

  header .upper-section .social a:first-child {
    border-left: 0.5px solid #dcd8d9;
  }
}

header .upper-section .social a img {
  width: 25px;
}

header .upper-section .social a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

header .upper-section form {
  position: relative;
}

@media only screen and (min-width: 600px) {
  header .upper-section form {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px;
    height: 50px;
  }
}

@media only screen and (min-width: 730px) {
  header .upper-section form {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 900px) {
  header .upper-section form {
    margin-right: 30px;
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px;
  }
}

header .upper-section form input[type="text"] {
  height: 32px;
  width: 80%;
  margin: 5px auto 15px;
}

@media only screen and (min-width: 500px) {
  header .upper-section form input[type="text"] {
    width: 60%;
    margin: 0 auto 15px;
  }
}

@media only screen and (min-width: 600px) {
  header .upper-section form input[type="text"] {
    width: 100%;
    margin: 9px auto;
    width: 92%;
  }
}

@media only screen and (min-width: 730px) {
  header .upper-section form input[type="text"] {
    width: 92%;
  }
}

@media only screen and (min-width: 900px) {
  header .upper-section form input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
}

header .upper-section form input[type="image"] {
  width: 20px;
  margin-left: 0 auto;
  position: absolute;
  top: 6px;
  right: 12%;
}

@media only screen and (min-width: 500px) {
  header .upper-section form input[type="image"] {
    right: 22%;
  }
}

@media only screen and (min-width: 600px) {
  header .upper-section form input[type="image"] {
    right: 5%;
    top: 15px;
    right: 8%;
  }
}

@media only screen and (min-width: 730px) {
  header .upper-section form input[type="image"] {
    right: 8%;
  }
}

@media only screen and (min-width: 1024px) {
  header .upper-section form input[type="image"] {
    right: 5%;
  }
}

header .settings-2 {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  max-width: 250px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 500px) {
  header .settings-2 {
    width: 70%;
    margin: 20px auto;
  }
}

@media only screen and (min-width: 600px) {
  header .settings-2 {
    margin-left: auto;
    margin-top: 10px;
    margin-right: 30px;
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 900px) {
  header .settings-2 {
    width: 100%;
    margin-right: auto;
    max-width: 1050px;
  }
}

header .settings-2 .languages {
  position: relative;
  top: 1px;
  right: 5px;
}

header .settings-2 .languages span {
  margin: 0;
  font-size: 14px;
  color: black;
  line-height: 28px;
}

header .settings-2 .languages a:hover {
  color: #f28c00;
}

header .settings-2 a.translator {
  height: 28px;
  font-size: 12px;
  background: #0062a2;
  border-radius: 10px;
  color: white;
  padding: 5px 8px;
}

@media only screen and (min-width: 600px) {
  header .settings-2 a.translator {
    margin-left: 10px;
  }
}

header .settings-2 a.translator:hover {
  font-weight: inherit;
  background: #00436f;
}

header .settings-2 a.translator:hover span {
  color: #00436f;
}

@media only screen and (min-width: 900px) {
  header .settings-2 a.translator:last-child {
    margin-right: 30px;
  }
}

header .settings-2 span {
  /* background: white;
      color: #0062a2;
      font-size: 8px;
      max-width: 20px;
      max-height: 20px;
      border-radius: 50%;
      margin-left: 10px;
      padding: 3px 4px 0 4px; */
  position: relative;
}

header .logo {
  margin-top: 10px;
  max-width: 170px;
  padding-bottom: 20px;
  border-bottom: 4px solid #f28c00;
}

@media only screen and (min-width: 500px) {
  header .logo {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px;
    margin-left: calc(8.3333333333% - 10.8333333333px + 20px);
    margin-top: 10px;
  }
}

@media only screen and (min-width: 730px) {
  header .logo {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 900px) {
  header .logo {
    margin-left: 30px;
    margin-top: -30px;
  }
}

@media only screen and (min-width: 500px) {
  header .contact {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 730px) {
  header .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .contact a.btn {
  font-size: 12px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  background-image: url(../img/la_meva_salut.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 120px;
  margin-top: 10px;
}

@media only screen and (min-width: 500px) {
  header .contact a.btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (min-width: 730px) {
  header .contact a.btn {
    margin: 0;
  }
}

header .contact .contact-info {
  background-image: url(../img/peticio_visita.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 120px;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 10px;
}

@media only screen and (min-width: 500px) {
  header .contact .contact-info {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (min-width: 600px) {
  header .contact .contact-info {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 730px) {
  header .contact .contact-info {
    margin-right: 20px;
    margin-top: 0;
  }
}

header .contact .contact-info:hover {
  color: #f28c00;
  font-weight: normal;
}

header .contact .contact-info:hover .box-text h2 {
  color: #00436f;
}

header .contact .contact-info .box-icon {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  display: inline-block;
}

header .contact .contact-info .box-icon .icon {
  width: 60%;
  height: 60%;
}

@media only screen and (min-width: 900px) {
  header .contact .contact-info .box-icon .icon {
    width: 70%;
    height: 70%;
  }
}

header .contact .contact-info .box-text {
  width: 120px;
}

header .contact .contact-info .box-text h2 {
  margin: 0;
  font-size: 14px;
  color: #0062a2;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

@media only screen and (min-width: 900px) {
  header .contact .contact-info .box-text h2 {
    margin-top: 4px;
  }
}

header .contact .contact-info .box-text .email {
  font-size: 12px;
  color: #b5b5b5;
}

header .contact .contact-info img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  padding: 3px;
  float: left;
}

/* mainmenu-area styles */
.mainmenu-area {
  background: white;
}

.mainmenu-area::after {
  clear: both;
  content: "";
  display: block;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
}

.mainmenu-area.stricky-fixed {
  position: fixed;
  -webkit-box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  z-index: 99990;
}

.navigation .nav-footer {
  display: none;
}

.navigation .nav-header>ul {
  padding: 0;
  margin: 0;
  margin-left: 30px;
}

.navigation .nav-header>ul>li {
  display: inline-block;
  position: relative;
}

.navigation .nav-header>ul>li:first-child>a {
  padding-left: 0;
}

.navigation .nav-header>ul>li>a {
  display: block;
  font-size: 14px;
  color: black;
  padding: 23px 19px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation .nav-header>ul>li:hover>a {
  color: #f28c00;
  font-weight: inherit;
}


.navigation .nav-header>ul>li>a.btn-active {
  color: #FF851B !important;
}


.navigation .nav-header>ul>li.dropdown:hover>.submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
}

.navigation .nav-header>ul>li:hover>ul>li>a {
  display: block;
}

.navigation .nav-header>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 350px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

nav>.container>.navigation>.nav-header>ul>li:hover>ul>li {
  visibility: visible;
}

nav>.container>.navigation>.nav-header>ul>li>ul>li {
  visibility: hidden;
}

.navigation .nav-header>ul>li>ul>li {
  display: block;
  position: relative;
}

.navigation .nav-header>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.navigation .nav-header>ul>li>ul>li>a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #2B2B2B;
  padding: 8px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation .nav-header>ul>li>ul {
  background: #e8e8e8;
}

.navigation .nav-header>ul>li>ul>li>a {
  color: #666;
}

.navigation .nav-header>ul>li>ul>li:hover>a {
  background: #f28c00;
  color: #fff;
  border-color: 0;
}

.navigation .nav-header>ul>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navigation .nav-header>ul>li>ul>li>ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 11px -3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation .nav-header>ul>li>ul>li>ul>li {
  display: block;
  position: relative;
}

.navigation .nav-header>ul>li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.navigation .nav-header>ul>li>ul>li>ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2B2B2B;
  padding: 14px 19px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navigation .nav-header>ul>li>ul>li>ul>li:hover>a {
  background: #f28c00;
  color: #fff;
  border-color: 0;
}

.mainmenu-area .search-box {
  width: 280px;
  height: 66px;
  background: #2D373F;
  padding: 0 25px;
}

.mainmenu-area .search-box input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #DAD9D9;
  font-size: 13px;
  line-height: 65px;
  width: calc(100% - 31px);
}

.mainmenu-area .search-box button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 65px;
  color: #DAD9D9;
}

/* menu responsive styles */
@media (max-width: 730px) {
  .navigation {
    position: relative;
  }

  .navigation .nav-header>ul {
    margin-left: 0px;
  }

  .navigation .nav-header {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    z-index: 9999;
    height: 53vh;
    overflow: hidden;
    overflow-y: scroll;
  }

  .navigation .nav-footer {
    display: block;
  }

  .navigation .nav-footer button {
    width: 50px;
    height: 47px;
    background: white;
    color: black;
    border: none;
    outline: none;
    font-size: 22px;
    margin: 0;
    margin-bottom: 3px;
  }

  .navigation .nav-header>ul>li {
    display: block;
    width: 100%;
  }

  .navigation .nav-header>ul>li>a,
  .navigation .nav-header>ul>li:first-child>a {
    padding: 14px 19px;
    background: white;
    border-bottom: 1px solid #b5b5b5;
  }

  .navigation .nav-header .dropdown a {
    position: relative;
  }

  .navigation .nav-header .dropdown a button {
    width: 30px;
    height: 30px;
    background: #fff;
    color: black;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .navigation .nav-header>ul>li:hover>a {
    color: #f28c00;
  }

  .navigation .nav-header>ul {
    border-top: 1px solid #b5b5b5;
  }

  .navigation .nav-header>ul>li>ul {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }

  .mainmenu-area {
    border-bottom: 0.5px solid #dcd8d9;
  }

  .mainmenu-area-blue-border {
    border-bottom: 3px solid #0062a2;
  }
}

.options-margin-sticky-header {
  margin-top: 40px;
}

.options {
  text-align: center;
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 550px;
  background-image: url(../img/pacients/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -200px top;
}

@media (min-width: 600px) {
  .options {
    margin-bottom: calc(55px * 5);
  }
}

@media (min-width: 900px) {
  .options {
    margin-bottom: 250px;
  }
}

@media (min-width: 1024px) {
  .options {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .options:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 162, 0.8);
  }
}

.options .wrapper {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .options .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
}

.options .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 98, 162, 0.8);
}

@media (min-width: 1024px) {
  .options .wrapper:after {
    background-color: rgba(0, 98, 162, 0);
    left: 30px;
    right: 30px;
  }
}

.options h2 {
  /*text-transform: uppercase;*/
  margin-bottom: 10px;
  font-weight: 400;
  z-index: 1;
  width: 220px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 400;
}

@media (min-width: 1024px) {
  .options h2 {
    text-align: right;
    top: 15%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.apartat-pacients-h2 {
  left: 20px !important;
  top: -35px !important;

}

/*.apartat-pacients-h2 {
	text-align:center !important;
	position:inherit !important;
	display: inherit !important;
        display: inherit !important;
        display: inherit !important;
        -webkit-box-pack: inherit !important;
            -ms-flex-pack: inherit !important;
                justify-content: inherit !important;
	
	}*/

.options .options-list {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #e8e8e8;
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  height: 550px;
}

@media (min-width: 600px) {
  .options .options-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(55px * 5);/*height: 250px;*//* A petición de Mnasin tocamos alto de celda para cuadrar 15 cajas de texto 16/12/22022*/
	height: calc(20px * 5);
  }
}

@media (min-width: 900px) {
  .options .options-list {
	/*height: 250px;*//* A petición de Mnasin tocamos alto de celda para cuadrar 15 cajas de texto 16/12/22022*/
    height: 50px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .options .options-list {
    top: 0;
    /*right: 30px;*/
    left: auto;
    width: 70%;
  }
}

.options .options-list .option-btn,
.options .options-list .option-btn-active,
.options .options-list .option-btn-icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-bottom: 0.5px solid #cfcece;
  background-color: #e8e8e8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 600px) {

  .options .options-list .option-btn,
  .options .options-list .option-btn-active,
  .options .options-list .option-btn-icon {
    width: 50%;
    max-height: 55px;
    border-right: 0.25px solid #cfcece;
  }
}

@media (min-width: 900px) {

  .options .options-list .option-btn,
  .options .options-list .option-btn-active,
  .options .options-list .option-btn-icon {
    width: 33.33333333%;
    max-height: calc(250px / 6);
  }
}

.options .options-list .option-btn:hover,
.options .options-list .option-btn-active:hover,
.options .options-list .option-btn-icon:hover {
  background-color: #cfcece;
}

.options .options-list .option-btn img,
.options .options-list .option-btn-active img,
.options .options-list .option-btn-icon img {
  margin-left: 25px;
  margin-right: 20px;
  max-width: 20px;
}

@media (min-width: 1024px) {

  .options .options-list .option-btn img,
  .options .options-list .option-btn-active img,
  .options .options-list .option-btn-icon img {
    margin-left: 25px;
  }
}

.options .options-list .option-btn h4,
.options .options-list .option-btn-active h4,
.options .options-list .option-btn-icon h4 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-right: 10px;
}

.options .options-list .option-btn,
.options .options-list .option-btn-active {
  padding-left: 15px;
}

.options .options-list .option-btn-active {
  color: #FF851B;
  font-weight: 900;
}

.options .options-list .option-btn-active::before {
  content: "> ";
}

.options .options-list .option-btn-active h4 {
  font-weight: 900;
}

.professionals .options {
  margin-bottom: 250px;
}

@media (min-width: 1024px) {
  .professionals .options {
    margin-bottom: 0px;
  }
}

/*
.professionals .options-list {
  max-height: calc(70px * 3); }
  .professionals .options-list .option-btn-active, .professionals .options-list .option-btn {
    width: 100%; }
    @media (min-width: 600px) {
      .professionals .options-list .option-btn-active, .professionals .options-list .option-btn {
        height: calc(250px / 3);
        max-height: none; } }
		*/
/*
.qui-som .options-list .option-btn, .qui-som .options-list .option-btn-active {
	width: 33.33333333% !important;
    max-height: calc(250px / 3) !important;

	}
.qui-som .options-list .option-btn h4, .professionals .options-list .option-btn h4, .rdi .options-list .option-btn h4, .espai-salut .options-list .option-btn h4  {
	font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 20px 0 5px !important;
	}
.qui-som .options-list .option-btn-active h4, .professionals .options-list .option-btn-active h4, .rdi .options-list .option-btn-active h4, .espai-salut .options-list .option-btn-active h4 {
	font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 20px 0 5px !important;
	font-weight: 900 !important;
}
*/

footer {
  background: #00406a;
  color: white;
  font-size: 14px;
  padding-top: 40px;
}

footer ul li {
  margin: 8px 0;
}

footer p a {
  color: white;
}

footer a {
  color: white;
}

footer a:hover {
  color: #f28c00;
  /*font-weight: normal;*/
}

footer .footer-bottom {
  padding: 8px 0;
  font-size: 11px;
  background: #0062a2;
}

footer .footer-bottom p {
  text-align: center;
  line-height: 1.8;
  margin: 0;
}

footer .wrapper {
  margin: 0 auto;
  padding: 0 30px;
}

@media (min-width: 500px) {
  footer .wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 600px) {
  footer .wrapper {
    padding: 0 70px;
  }
}

@media (min-width: 1024px) {
  footer .wrapper {
    padding: 0 30px;
  }
}

/*@media (min-width: 600px) {*/
@media (min-width: 760px) {
  footer .wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

footer .wrapper .content .map-web {
  margin: 40px 0;
}

footer .wrapper .content .accessibility {
  margin-bottom: 40px;
}

footer .wrapper .content .map-web {
  margin-right: 80px;
}

@media (min-width: 500px) {
  footer .wrapper .content .map-web {
    margin-top: 0;
  }
}

footer .wrapper .content .map-web h4 {
  margin-bottom: 25px;
}

footer .wrapper .content i.fa-phone:before {
  font-size: 15px;
}

footer .wrapper .content i.fa-map-marker:before {
  font-size: 15px;
}

footer .wrapper .content i.fa-map-marker span {
  margin-left: 13px;
}

footer .wrapper .content span {
  font-weight: 500;
  margin-left: 10px;
  font-family: 'Hind', sans-serif;
}

footer .wrapper .content img {
  width: 80%;
  max-width: 250px;
  display: block;
  margin-left: 0;
  margin-right: auto;
}

#pre-footer {
  background: #0062a3;
  padding: 30px;
}

#pre-footer p {
  color: #FFF;
}

/*@media (min-width: 600px) {*/
@media (min-width: 760px) {
  #pre-footer .wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.img-and-contact {
  margin: 0 30px 0 0;
}

.contact {
  margin: 0 80px 0 0;
}

.contact li span {
  margin-left: 32px !important;
}

footer .wrapper .content .contact img {
  width: inherit;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.social ul li {
  display: inline-block;
}

@media (min-width: 600px) {
  .colaborem {
    margin-left: 40px;
  }
}

.colaborem {
  margin-right: 80px;
}

@media (min-width: 600px) {
  .colaborem ul li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
  }
}


.wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

main.qui-som .text,
main.pacients .text,
main.professionals .text,
main.rdi .text,
main.espai-salut .text,
main.hospital .text {
  padding: 50px 20px 20px 20px;
}

@media (min-width: 500px) {

  main.qui-som .text,
  main.pacients .text,
  main.professionals .text,
  main.rdi .text,
  main.espai-salut .text,
  main.hospital .text {
    padding: 50px 40px 20px 40px;
  }
}

@media (min-width: 600px) {

  main.qui-som .text,
  main.pacients .text,
  main.professionals .text,
  main.rdi .text,
  main.espai-salut .text,
  main.hospital .text {
    padding: 70px 70px 40px 70px;
  }
}

@media (min-width: 1024px) {

  main.qui-som .text,
  main.pacients .text,
  main.professionals .text,
  main.rdi .text,
  main.espai-salut .text,
  main.hospital .text {
    padding: 70px 30px 40px 30px;
    margin: 0 auto;
  }
}

main.qui-som .text .title-section,
main.pacients .text .title-section,
main.professionals .text .title-section,
main.rdi .text .title-section,
main.espai-salut .text .title-section,
main.hospital .text .title-section {
  margin-bottom: 50px;
}

main.qui-som .text .title-section h2,
main.pacients .text .title-section h2,
main.professionals .text .title-section h2,
main.rdi .text .title-section h2,
main.espai-salut .text .title-section h2,
main.hospital .text .title-section h2 {
  color: #0062a2;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

main.qui-som .text .title-section .underline,
main.pacients .text .title-section .underline,
main.professionals .text .title-section .underline,
main.rdi .text .title-section .underline,
main.espai-salut .text .title-section .underline,
main.hospital .text .title-section .underline {
  width: 70px;
  height: 5px;
  background: #f28c00;
}

main.qui-som .text p,
/*main.pacients .text p,*/
main.professionals .text p,
main.rdi .text p,
main.espai-salut .text p,
main.hospital .text p {
  /* margin-bottom: 30px; */
  color: #666;
  line-height: 1.3;
}

.pacients .options .wrapper .options-list .option-btn-icon,
.hospital .options .wrapper .options-list .option-btn-icon {
  max-height: calc(250px / 6);
}

.more-jornades,
.more-news {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  max-width: 170px;
  margin: 30px auto 0 auto;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 30px;
  border: 2px solid #0062a2;
  font-weight: 500;
  margin-bottom: 4px;
  color: #0062a2;
}

@media (min-width: 730px) {

  .more-jornades,
  .more-news {
    margin-left: auto;
    margin-right: 4px;
  }
}

.more-jornades:hover,
.more-news:hover {
  background: #00436f;
  color: white;
  /*font-weight: normal*/
  ;
}

*:focus {
  outline: 4px solid #f28c00;
  z-index: 300000;
}

.home .banner {
  color: #f28c00;
  font-size: 25px;
  text-align: center;
  line-height: 1.6;
  /*background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/banner.jpg)*/
  ;
  height: 380px;
}

.home .banner::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 400px) {
  .home .banner {
    height: 460px;
  }
}

@media (min-width: 500px) {
  .home .banner {
    height: 520px;
  }
}

@media (min-width: 600px) {
  .home .banner {
    height: 230px;
    font-size: 30px;
    background-position: right bottom;
  }
}

@media (min-width: 730px) {
  .home .banner {
    margin-top: 30px;
  }
}

@media (min-width: 900px) {
  .home .banner {
    font-size: 35px;
  }
}

.home .banner h2 {
  line-height: 1;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 12%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .home .banner h2 {
    text-align: left;
    max-width: 320px;
    margin-left: 15px;
    margin-right: auto;
    float: left;
  }
}

@media (min-width: 900px) {
  .home .banner h2 {
    max-width: 500px;
    line-height: 1.1;
    position: relative;
    bottom: 50px;
    font-size: 1em;
    float: left;
  }
}

@media (min-width: 1024px) {
  .home .banner h2 {
    margin-left: 30px;
    float: left;
  }
}



.home .banner .img-banner {
  margin: 0;
  height: 427px;
  /*float:left;*/
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../img/banner/banner.jpg);
}

@media (min-width: 600px) {
  .home .banner .img-banner {
    max-width: 300px;
    height: 237px;
    margin-left: 10px;
    margin-right: 15px;
    float: left;
  }
}

@media (min-width: 900px) {
  .home .banner .img-banner {
    max-width: 320px;
    float: left;
  }
}

@media (min-width: 1024px) {
  .home .banner .img-banner {
    height: 237px;
    max-width: 405px;
    margin-left: 50px;
    float: left;
  }
}

@media (max-width: 500px) {
  .home .banner .img-banner {
    margin: auto;
  }
}


.home .banner .img-1 {
  background-image: url(../img/banner/banner-1.jpg);
}

.home .banner .img-2 {
  background-image: url(../img/banner/banner-2.jpg);
}

.home .banner .img-3 {
  background-image: url(../img/banner/banner-3.jpg);
}

.home .banner .img-4 {
  background-image: url(../img/banner/banner-4.jpg);
}

.home .banner .img-5 {
  background-image: url(../img/banner/banner-5.jpg);
}

.home .banner .img-6 {
  background-image: url(../img/banner/banner-6.jpg);
}

.home .banner .img-7 {
  background-image: url(../img/banner/banner-7.jpg);
}

.home .pacients {
  text-align: center;
  position: relative;
  width: 100%;
  height: 292px;
  margin-bottom: 550px;
  background-image: url(../img/menus-horizontals/bg_home.jpg);
  background-size: auto;
  background-position-x: 0;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .home .pacients {
    margin-bottom: calc(55px * 5);
  }
}

@media (min-width: 900px) {
  .home .pacients {
    margin-bottom: 250px;
    background-position-x: 12%;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .home .pacients {
    margin-bottom: 0;
    background-position-x: 12%;
    background-size: contain;
  }
}

.home .pacients:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 98, 162, 0.8);
}

@media (min-width: 1024px) {
  .home .pacients .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
}

.home .pacients .info,
.pacients .options .info {
  z-index: 1;
  width: 250px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {

  .home .pacients .info,
  .pacients .options .info {
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home .pacients .info img {
  max-width: 50px;
}

@media (min-width: 1024px) {
  .home .pacients .info img {
    margin-right: 20px;
    display: inline;
  }
}

.home .pacients .info h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.home .pacients .info p,
.pacients .options .info p {
  margin: 0;
}

@media (min-width: 1024px) {

  .home .pacients .info p,
  .pacients .options .info p {
    font-size: 14px;
    max-width: 200px;
  }
}

.home .pacients .info em {
  font-size: 11px;
}

.home .pacients .centres {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  text-align: left;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #e8e8e8;
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  height: 700px;
}

@media (min-width: 600px) {
  .home .pacients .centres {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: calc(55px * 5);
  }
}

@media (min-width: 900px) {
  .home .pacients .centres {
    height: 250px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .home .pacients .centres {
    top: 0;
    right: 0;
    left: auto;
    width: 70%;
  }
}

@media (min-width: 900px) {
  .home .pacients .centres .centre-btn:nth-child(3n) {
    border-right: none;
  }
}

@media (max-width: 900px) {
  .home .pacients .centres .centre-btn:nth-child(2n) {
    border-right: none;
  }
}

.home .pacients .centres .centre-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-bottom: 0.5px solid #cfcece;
  background-color: #e8e8e8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 600px) {
  .home .pacients .centres .centre-btn {
    width: 50%;
    max-height: 50px;
    border-right: 0.25px solid #cfcece;
  }
}

@media (min-width: 900px) {
  .home .pacients .centres .centre-btn {
    width: 33.333333%;
    max-height: calc(250px / 6);
  }
}

.home .pacients .centres .centre-btn:hover {
  background-color: #cfcece;
}

.home .pacients .centres .centre-btn img {
  margin-left: 25px;
  margin-right: 20px;
  max-width: 20px;
}

@media (min-width: 1024px) {
  .home .pacients .centres .centre-btn img {
    margin-left: 25px;
  }
}

.home .pacients .centres .centre-btn h4 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-right: 10px;
}

.home .extras {
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (min-width: 400px) {
  .home .extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 600px) {
  .home .extras {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 900px) {
  .home .extras {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .home .extras {
    padding: 0 30px;
    margin: 70px auto 0 auto;
  }
}

.home .extras .option {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 500px) {
  .home .extras .option {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .home .extras .option {
    width: 30%;
    margin-top: 0;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.home .extras .option img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}

.home .extras .option .title {
  margin: 19px;
  /*color: black;*/
  color: #0062a2;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home .extras .option a:hover .title {
  /*color: #f28c00;*/
  color: #0062a2;
  text-decoration: underline;
}

.home .jornades {
  margin-top: 710px;
}

@media (max-width: 600px) {
  .home .jornades {
    margin-top: calc(39px * 18 + 10px + 245px);
  }
}

@media (min-width: 600px) {
  .home .jornades {
    margin-top: calc(55px * 9 + 10px + 245px);
  }
}

@media (min-width: 900px) {
  .home .jornades {
    margin-top: 260px;
  }
}

@media (min-width: 1024px) {
  .home .jornades {
    margin-top: 10px;
  }
}

.home .jornades .title-section {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .home .jornades .title-section {
    padding-top: 0px;
  }
}

.home .jornades .wrapper:nth-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home .jornades .wrapper:last-child {
  margin-top: 0;
  padding-top: 0;
}

.home .jornades .wrapper {
  margin: 40px 40px;
  padding: 0 10px;
}

@media (min-width: 500px) {
  .home .jornades .wrapper {
    margin: 40px 50px;
  }
}

@media (min-width: 600px) {
  .home .jornades .wrapper {
    margin: 40px 80px;
  }
}

@media (min-width: 1024px) {
  .home .jornades .wrapper {
    padding: 40px 30px;
    margin: 0 40px;
  }
}

@media (min-width: 1124px) {
  .home .jornades .wrapper {
    padding: 40px 30px;
    margin: 0 auto;
  }
}

.home .jornades .title-section h2 {
  text-transform: uppercase;
  color: #0062a2;
}

.home .jornades .title-section .underline {
  width: 70px;
  height: 5px;
  background: #f28c00;
}

.home .jornades .jornada {
  margin-top: 50px;
}

@media (min-width: 730px) {
  .home .jornades .jornada {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .home .jornades .jornada {
    padding-top: 0;
    margin-top: 50px;
  }
}

@media (min-width: 730px) {
  .home .jornades .jornada img {
    max-width: 250px;
  }
}

@media (min-width: 730px) {
  .home .jornades .jornada .text {
    margin-left: 30px;
  }
}

.home .jornades .jornada .text .more-jornades {
  margin-top: 30px;
}

.home .jornades .jornada .text .title {
  margin: 20px 0;
  color: #0062a2;
  font-weight: 300;
  display: inline-block;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media (min-width: 730px) {
  .home .jornades .jornada .text .title {
    margin-top: 0;
  }
}

.home .jornades .jornada .text .title:hover {
  /*color: #001420;*/
  color: #0062a2;
  text-decoration: underline;
}

.home .jornades .jornada .text p {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

.home .jornades .slick-prev {
  right: -10px;
  left: auto;
}

.home .jornades .slick-next {
  right: -35px;
  left: auto;
}

.home .jornades .slick-prev:before {
  content: url(../img/arrow-left-little.svg);
}

.home .jornades .slick-next:before {
  content: url(../img/arrow-right-little.svg);
}

.home .noticies.wrapper,
.home .agenda-de-salut .wrapper {
  max-width: 1050px;
  margin: 70px 40px;
  padding: 0 10px;
}

@media (min-width: 500px) {

  .home .noticies.wrapper,
  .home .agenda-de-salut .wrapper {
    margin: 70px 50px;
  }
}

@media (min-width: 600px) {

  .home .noticies.wrapper,
  .home .agenda-de-salut .wrapper {
    margin: 70px 80px;
  }
}

@media (min-width: 730px) {

  .home .noticies.wrapper,
  .home .agenda-de-salut .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home .noticies.wrapper .container-addtwitter {
    width: calc(70% - 25px);
  }
}

@media (min-width: 1024px) {

  .home .noticies.wrapper,
  .home .agenda-de-salut .wrapper {
    padding: 70px 30px;
    margin: 0 40px;
  }
}

@media (min-width: 1124px) {

  .home .noticies.wrapper,
  .home .agenda-de-salut .wrapper {
    padding: 70px 30px;
    margin: 0 auto;
  }
}

.home .noticies.wrapper .title-section h2,
.home .agenda-de-salut .wrapper .title-section h2 {
  text-transform: uppercase;
  color: #0062a2;
}

.home .noticies.wrapper .title-section .underline,
.home .agenda-de-salut .wrapper .title-section .underline {
  width: 70px;
  height: 5px;
  background: #f28c00;
}

.home .noticies.wrapper .noticia,
.home .noticies.wrapper .esdeveniment,
.home .agenda-de-salut .wrapper .noticia,
.home .agenda-de-salut .wrapper .esdeveniment {
  vertical-align: top;
  margin: 50px 0 0;
}

@media (min-width: 730px) {

  .home .noticies.wrapper .noticia,
  .home .noticies.wrapper .esdeveniment,
  .home .agenda-de-salut .wrapper .noticia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 730px) {
  .home .agenda-de-salut .wrapper .esdeveniment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    width: 290px;
    margin-right: 55px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}


.home .agenda-de-salut .wrapper .esdeveniment.esdeveniment-last {
  margin-right: 0 !important;
}

.esdeveniment-destacat {
  width: 100px;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
  background: #f28c00;
  color: white;
  text-transform: uppercase;
  display: inline;
  position: absolute;
  top: 0;
  left: 45px;
  height: 33px;
  padding-top: 7px;
}

@media (min-width: 730px) {

  .home .noticies.wrapper .noticia img,
  .home .noticies.wrapper .noticia .imgage,
  .home .noticies.wrapper .esdeveniment img,
  .home .noticies.wrapper .esdeveniment .imgage,
  .home .agenda-de-salut .wrapper .noticia img,
  .home .agenda-de-salut .wrapper .noticia .imgage,
  .home .agenda-de-salut .wrapper .esdeveniment img,
  .home .agenda-de-salut .wrapper .esdeveniment .image {
    max-width: 250px;
    /*margin-right: 30px;*/
  }
}

.home .noticies.wrapper .noticia .image,
.home .noticies.wrapper .esdeveniment .image,
.home .agenda-de-salut .wrapper .noticia .image {
  width: 250px;
  height: 250px;
  margin-right: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .agenda-de-salut .wrapper .esdeveniment .image {
  width: 290px;
  height: 150px;
  margin-bottom: 30px;
  /* margin-right: 20px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .noticies.wrapper .noticia .text .title-noticia,
.home .noticies.wrapper .esdeveniment .text .title-noticia,
.home .agenda-de-salut .wrapper .noticia .text .title-noticia,
.home .agenda-de-salut .wrapper .esdeveniment .text .title-noticia {
  font-weight: 300;
  color: #0062a2;
  display: inline-block;
  font-size: 20px;
  margin: 20px 0;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media (min-width: 730px) {

  .home .noticies.wrapper .noticia .text .title-noticia,
  .home .noticies.wrapper .esdeveniment .text .title-noticia,
  .home .agenda-de-salut .wrapper .noticia .text .title-noticia,
  .home .agenda-de-salut .wrapper .esdeveniment .text .title-noticia {
    margin-top: 0;
  }
}

.home .noticies.wrapper .noticia .text .title-noticia:hover,
.home .noticies.wrapper .esdeveniment .text .title-noticia:hover,
.home .agenda-de-salut .wrapper .noticia .text .title-noticia:hover,
.home .agenda-de-salut .wrapper .esdeveniment .text .title-noticia:hover {
  /*color: #001420;*/
  color: #0062a2;
  text-decoration: underline;
}

.home .noticies.wrapper .noticia .text p,
.home .noticies.wrapper .esdeveniment .text p,
.home .agenda-de-salut .wrapper .noticia .text p {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

.home .agenda-de-salut .wrapper .esdeveniment .text p {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  padding-top: 25px;
}

.home .noticies.wrapper .noticia .text .more,
.home .noticies.wrapper .esdeveniment .text .more,
.home .agenda-de-salut .wrapper .noticia .text .more,
.home .agenda-de-salut .wrapper .esdeveniment .text .more {
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
  margin-right: 18px;
  color: #f28c00;
  font-weight: 500;
}

.home .noticies.wrapper .noticia .text .more:hover,
.home .noticies.wrapper .esdeveniment .text .more:hover,
.home .agenda-de-salut .wrapper .noticia .text .more:hover,
.home .agenda-de-salut .wrapper .esdeveniment .text .more:hover {
  color: #bf6e00;
}

.home .noticies.wrapper .primera-noticia .text .title-noticia {}

.noticia.primera-noticia h4 {
  font-size: 30px !important;
}

@media (min-width: 730px) {
  .noticia.primera-noticia img {
    max-width: 495px !important;
  }
}

.noticia.primera-noticia img {
  width: 100% !important;
}

.noticia.primera-noticia {
  width: 100% !important;
}

.noticia.primera-noticia .text {
  width: 60%;
}

.noticia.primera-noticia a {
  margin-right: 30px;
}


.noticia.otras-noticias .text {
  width: 100%;
}

.img-noticia {
  width: 33%;
}


@media (min-width: 730px) {
  .img-noticia {
    /*width:250px !important;*/
    width: 33%;
    /*text-align:right;*/
    margin-right: 30px;
  }
}



.home .jornades {
  background: #e8e8e8;
  padding-bottom: 1px;
}

.home .agenda-de-salut .esdeveniment,
.home .jornades .esdeveniment {
  position: relative;
}

.home .agenda-de-salut .esdeveniment .text .title-esdeveniment {
  font-weight: 800;
  /*color: #000;*/
  color: #0062a2;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media (min-width: 730px) {
  .home .agenda-de-salut .esdeveniment .text .title-esdeveniment {
    margin-top: 0;
  }
}

.home .jornades .esdeveniment .text .title-esdeveniment {
  font-weight: 300;
  color: #0062a2;
  font-size: 19px;
  margin: 20px 0 10px;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media (min-width: 730px) {
  .home .jornades .esdeveniment .text .title-esdeveniment {
    margin-top: 0;
  }
}

.home .agenda-de-salut .esdeveniment .text .title-esdeveniment:hover,
.home .jornades .esdeveniment .text .title-esdeveniment:hover {
  /*color: #001420;*/
  color: #0062a2;
  text-decoration: underline;
}

home .jornades .esdeveniment .text .date {
  width: 45px;
  text-align: center;
  font-size: 10px;
  background: #0062a2;
  color: white;
  text-transform: uppercase;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
}

.home .agenda-de-salut .esdeveniment .text .date {
  width: 45px;
  text-align: center;
  font-size: 10px;
  background: #0062a2;
  color: white;
  text-transform: uppercase;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
}

.home .agenda-de-salut .esdeveniment .text .date .number,
.home .jornades .esdeveniment .text .date .number {
  font-size: 22px;
  color: white;
}

.home .agenda-de-salut .esdeveniment .text .date .month,
.home .jornades .esdeveniment .text .date .month {
  background: #f28c00;
}

.home .agenda-de-salut .esdeveniment .text .hour img,
.home .agenda-de-salut .esdeveniment .text .place img,
.home .jornades .esdeveniment .text .hour img,
.home .jornades .esdeveniment .text .place img {
  display: inline;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.home .agenda-de-salut .esdeveniment .text .hour p,
.home .agenda-de-salut .esdeveniment .text .place p,
.home .jornades .esdeveniment .text .hour p,
.home .jornades .esdeveniment .text .place p {
  display: inline;
  font-size: 12px;
}

.home .agenda-de-salut .esdeveniment .text .hour,
.home .jornades .esdeveniment .text .hour {
  float: left;
  margin-right: 15px;
}

.home .agenda-de-salut .esdeveniment .text .hour,
.home .agenda-de-salut .esdeveniment .text .place {
  font-weight: 500;
}

.home .agenda-de-salut .esdeveniment .text .hour img,
.home .jornades .esdeveniment .text .hour img {
  display: inline;
  max-width: 12px;
}

.home .agenda-de-salut .esdeveniment .text .place::after,
.home .jornades .esdeveniment .text .place::after {
  clear: both;
  content: "";
  display: block;
}

.home .agenda-de-salut .esdeveniment .text .place img,
.home .jornades .esdeveniment .text .place img {
  max-width: 9px;
}

.home .agenda-de-salut .esdeveniment .text .more,
.home .jornades .esdeveniment .text .more {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .home .agenda-de-salut .wrapper {
    padding-top: 0;
  }
}

.home .agenda-de-salut .wrapper h2 {
  padding-top: 70px;
}

.home .agenda-de-salut .wrapper:first-child {
  padding-bottom: 0;
}

.home .extras .wrapper {
  margin-bottom: 30px;
}

.qui-som .options {
  background-image: url(../img/menus-horizontals/bg_qui_som.jpg);
  background-size: auto;
  background-position: 0;
}

@media (min-width: 900px) {
  .qui-som .options {
    margin-bottom: 250px;
    background-position-x: 12%;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .qui-som .options {
    margin-bottom: 0;
    background-position-x: 12%;
    background-size: contain;
  }
}

.pacients .options {
  background-image: url(../img/menus-horizontals/bg_home.jpg);
  background-size: auto;
  background-position: 0;
}

@media (min-width: 900px) {
  .pacients .options {
    margin-bottom: 250px;
    background-position-x: 12%;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .pacients .options {
    margin-bottom: 0;
    background-position-x: 12%;
    background-size: contain;
  }
}

main.rdi .options {
  background-image: url(../img/menus-horizontals/bg_RDI.jpg);
  background-size: auto;
  background-position: 0;
  margin-bottom: 280px;
}

@media (min-width: 900px) {
  main.rdi .options {
    margin-bottom: 250px;
    background-size: contain;
    background-position: 12%;
  }
}

@media (min-width: 1024px) {
  main.rdi .options {
    margin-bottom: 0;
    background-size: contain;
    background-position: 12%;
  }
}

main.rdi .options .wrapper .options-list {
  height: 280px;
}

@media (min-width: 600px) {
  main.rdi .options .wrapper .options-list {
    height: 250px;
  }
}

/*		 
    main.rdi .options .wrapper .options-list .option-btn, main.rdi .options .wrapper .options-list .option-btn-active {
      height: calc(280px/5); }
      @media (min-width: 600px) {
        main.rdi .options .wrapper .options-list .option-btn, main.rdi .options .wrapper .options-list .option-btn-active {
          height: calc(250px/5);
          max-height: none; } }
      @media (min-width: 600px) {
        main.rdi .options .wrapper .options-list .option-btn, main.rdi .options .wrapper .options-list .option-btn-active {
          width: 100%; } }
*/

main.rdi .content-rdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 900px) {
  main.rdi .content-rdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

main.rdi .content-rdi .twitter-timeline {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 40px;
  max-width: 270px;
}

main.rdi .noticies {
  max-width: 1050px;
  margin: 50px 20px;
}

@media (min-width: 500px) {
  main.rdi .noticies {
    margin: 50px 40px;
  }
}

@media (min-width: 600px) {
  main.rdi .noticies {
    margin: 70px;
  }
}

@media (min-width: 730px) {
  main.rdi .noticies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  main.rdi .noticies {
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}

main.rdi .noticies .graphic {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

main.rdi .noticies .graphic .title {
  color: #0062a2;
  margin-top: 20px;
}

main.rdi .noticies .graphic .title:hover {
  color: #0062a2;
  text-decoration: underline;
}

main.rdi .noticies .title-section h2 {
  text-transform: uppercase;
  color: #0062a2;
}

main.rdi .noticies .title-section .underline {
  width: 70px;
  height: 5px;
  background: #f28c00;
}

main.rdi .noticies .noticia,
main.rdi .noticies .esdeveniment {
  margin: 50px 0 0;
}

@media (min-width: 730px) {

  main.rdi .noticies .noticia,
  main.rdi .noticies .esdeveniment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 730px) {

  main.rdi .noticies .noticia img,
  main.rdi .noticies .esdeveniment img {
    /*max-width: 250px;*/
    margin-right: 30px;
  }
}

main.rdi .noticies .noticia .text,
main.rdi .noticies .esdeveniment .text {
  padding: 0;
}

main.rdi .noticies .noticia .text .title-noticia,
main.rdi .noticies .esdeveniment .text .title-noticia {
  font-weight: 300;
  color: #0062a2;
  display: inline-block;
  font-size: 20px;
  margin: 20px 0;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media (min-width: 730px) {

  main.rdi .noticies .noticia .text .title-noticia,
  main.rdi .noticies .esdeveniment .text .title-noticia {
    margin-top: 0;
  }
}

main.rdi .noticies .noticia .text .title-noticia:hover,
main.rdi .noticies .esdeveniment .text .title-noticia:hover {
  /*color: #003151;*/
  color: #0062a2;
  text-decoration: underline;
}

main.rdi .noticies .noticia .text p,
main.rdi .noticies .esdeveniment .text p {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

main.rdi .noticies .noticia .text .more,
main.rdi .noticies .esdeveniment .text .more {
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
  margin-right: 18px;
  color: #f28c00;
  font-weight: 500;
}

main.rdi .noticies .noticia .text .more:hover,
main.rdi .noticies .esdeveniment .text .more:hover {
  color: #bf6e00;
}

main.rdi .graphic img {
  margin: 0 auto;
  display: block;
  max-height: 80px;
}

main.rdi .graphic a:hover {
  color: #f28c00;
}

main.rdi .presentacion-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 900px) {
  main.rdi .presentacion-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

main.rdi .presentacion-content .paragraphs {
  max-width: 700px;
  margin-right: 25px;
}

main.rdi .presentacion-content .paragraphs img {
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
}

main.rdi .presentacion-content #twitter-widget-0 {
  max-width: 300px !important;
}

main.hospital .text {
  position: relative;
}

@media (min-width: 1024px) {
  main.hospital .text {
    padding: 70px 30px;
  }
}

main.hospital .text .banner {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

@media (min-width: 730px) {
  main.hospital .text .banner {
    position: absolute;
    right: 70px;
  }
}

@media (min-width: 1024px) {
  main.hospital .text .banner {
    right: 30px;
  }
}

main.hospital .text .direction-1,
main.hospital .text .direction-2 {
  margin-top: 30px;
  line-height: 1.7;
}

@media (min-width: 730px) {
  main.hospital .text .direction-1 {
    margin-top: 0;
  }
}

main.hospital .text .appointment span {
  color: #0062a2;
  font-weight: 600;
}

main.hospital .text .horary img,
main.hospital .text .horary-transports img {
  max-width: 17px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

main.hospital .text .horary p:first-child,
main.hospital .text .horary-transports p:first-child {
  margin-bottom: 0;
}

main.hospital .options {
  margin-bottom: 800px;
}

@media (min-width: 600px) {
  main.hospital .options {
    margin-bottom: 500px;
  }
}

@media (min-width: 900px) {
  main.hospital .options {
    margin-bottom: 375px;
  }
}

@media (min-width: 1024px) {
  main.hospital .options {
    margin-bottom: 0px;
  }
}

main.hospital .options .wrapper .options-list {
  height: 800px;
}

@media (min-width: 600px) {
  main.hospital .options .wrapper .options-list {
    height: 500px;
  }
}

@media (min-width: 900px) {
  main.hospital .options .wrapper .options-list {
    height: 375px;
  }
}

@media (min-width: 1024px) {
  main.hospital .options .wrapper .options-list {
    height: 250px;
  }
}

@media (min-width: 1024px) {
  main.hospital .options .wrapper .options-list .option-btn-icon {
    width: 33.3%;
    max-height: 41.6px;
  }
}

@media (min-width: 1024px) {
  main.hospital .options .wrapper .options-list .option-btn-icon h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px 0 15px;
  }
}

main.hospital .options .wrapper .options-list .option-btn-icon img {
  margin-left: 15px;
  margin-right: 10px;
  max-width: 20px;
}

@media (min-width: 1024px) {
  main.hospital .options .wrapper .options-list .option-btn-icon img {
    margin-left: 15px;
  }
}

main.hospital .option-btn,
main.hospital .option-btn-active,
main.hospital .option-btn-icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-bottom: 0.5px solid #cfcece;
  background-color: #e8e8e8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 600px) {

  main.hospital .option-btn,
  main.hospital .option-btn-active,
  main.hospital .option-btn-icon {
    width: 50%;
    max-height: 55px;
    border-right: 0.5px solid #cfcece;
  }
}

@media (min-width: 900px) {

  main.hospital .option-btn,
  main.hospital .option-btn-active,
  main.hospital .option-btn-icon {
    width: 33.3%;
    max-height: calc(250px / 3);
  }
}

main.hospital .option-btn:hover,
main.hospital .option-btn-active:hover,
main.hospital .option-btn-icon:hover {
  background-color: #cfcece;
}

main.hospital .option-btn img,
main.hospital .option-btn-active img,
main.hospital .option-btn-icon img {
  margin-left: 40px;
  margin-right: 20px;
  max-width: 20px;
}

@media (min-width: 1024px) {

  main.hospital .option-btn img,
  main.hospital .option-btn-active img,
  main.hospital .option-btn-icon img {
    margin-left: 25px;
  }
}

.espai-salut .options {
  background-image: url(../img/menus-horizontals/bg_espai_salut.jpg);
  background-size: auto;
  background-position: 0;
  margin-bottom: 280px;
}

@media (min-width: 600px) {
  .espai-salut .options {
    margin-bottom: 250px;
    background-position-x: 12%;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .espai-salut .options {
    margin-bottom: 0;
    background-position-x: 12%;
    background-size: contain;
  }
}

/*
  .espai-salut .options .wrapper .options-list {
    height: 280px; }
    @media (min-width: 600px) {
      .espai-salut .options .wrapper .options-list {
        height: 250px; } }
    .espai-salut .options .wrapper .options-list .option-btn, .espai-salut .options .wrapper .options-list .option-btn-active {
      height: calc(280px/4); }
      @media (min-width: 600px) {
        .espai-salut .options .wrapper .options-list .option-btn, .espai-salut .options .wrapper .options-list .option-btn-active {
          height: calc(250px/4);
          max-height: none; } }
      @media (min-width: 600px) {
        .espai-salut .options .wrapper .options-list .option-btn, .espai-salut .options .wrapper .options-list .option-btn-active {
          width: 100%; } }
*/

.professionals .options {
  background-image: url(../img/menus-horizontals/bg_professionals.jpg);
  background-size: auto;
  background-position: 0;
}

@media (min-width: 900px) {
  .professionals .options {
    margin-bottom: 250px;
    background-position-x: 12%;
    background-size: contain;
  }
}

@media (min-width: 1024px) {
  .professionals .options {
    margin-bottom: 0;
    background-position-x: 12%;
    background-size: contain;
  }
}

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


/* AViS COOKIES */

#avis-cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;  
  background-color: rgba(0, 98, 162, 0.9);

}

#info-cookies {
  margin: auto;
  position: relative;
  top: 30%;
  max-width: 850px;
  padding: 0 10px 30px 10px;

}

#text-cookies p {
  font-size: 12px;
  color: #FFF;
  display: block;
  max-width: 645px;
  float: left;
}
/*
#bt-accepta-cookies {
  display: block;
  float: center;
}
*/
#bt-accepta-cookies a {
  font-size: 14px;
  text-align: center;
  max-width: 140px;
  margin-left: 35%;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  font-weight: 500;
  color: #0062a2;
  background: #FFF;
  font-weight:bold;
}

#bt-accepta-cookies a:hover {
  font-size: 14px;
  text-align: center;
  max-width: 140px;
  margin-left: 35%x;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  font-weight: 500;
  color: #FFF;
  background: #0062a2;
  font-weight:bold;
}
.cookie-consent-container {                
	margin-bottom: 20px;  
	z-index: 1000;
	color:#FFFFFF;
	font-size: 17px;	
	border:solid 3px;
	padding:25px;
	border-radius: 10px;
	background:#2c5488;	
}
.cookie-consent-container p {                
	margin-bottom: 10px;  
	
}

.cookie-consent-container p input{                
	margin-left: 20px;  	
}



a.mes-info-cookies {
  color: #f28c00;
}

a:hover.mes-info-cookies {
  text-decoration: underline;
}

@media (max-width: 900px) {
  #text-cookies p {
    text-align: center;
    float: none;
    max-width: 100% !important;
  }

  #info-cookies {
    max-width: 100%;
    text-align: center;
  }

  #bt-accepta-cookies {
    display: block;
    float: none;
    margin: auto;
    max-width: 100%;
  }

  #bt-accepta-cookies a,
  #bt-accepta-cookies a:hover {
    margin: auto;
  }
}

@media (max-width: 730px) {
  #text-cookies p {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  #info-cookies {
    max-width: 100%;
    text-align: center;
  }

  #bt-accepta-cookies {
    display: block;
    float: none;
    margin: auto;
    max-width: 100%;
  }

  #bt-accepta-cookies a,
  #bt-accepta-cookies a:hover {
    margin: auto;
  }
}


h2.blue-back {
  margin-top: 88px;
  text-transform: uppercase;
}
/* añado-back6 para el submenú de 2 filas 27/03/2024*/
h2.blue-back6 {
  margin-top: 34px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  h2.blue-back {
    margin-top: initial;
    text-transform: uppercase;
  }
    h2.blue-back6 {
    margin-top: initial;
    text-transform: uppercase;
  }
}

div.rdi-tuits {
  margin-top: -94px;
  margin-left: 690px;
  position: absolute;
  width: 300px;
}

h2 a {
  color: #0062a2;
}

div.body-section {
  float: left;
  position: relative;
  width: 100%;
}

div.blockmem-doc {
  float: left;
  min-height: 100px;
  line-height: 16px;
  margin: 20px 0px 10px 0px;
  padding: 0;
  position: relative;
  width: 160px;
}

div.blockmem-doc img {
  margin-right: 5px;
  max-height: 40px;
}

div.blockmem-doc span {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

div.list-block {
  clear: both;
  float: left;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

div.list-head {
  float: left;
  height: 60px;
  position: relative;
  width: 7%;
}

div.list-head-part {
  float: left;
  height: 60px;
  position: relative;
  width: 13%;
}

div.list-head-day {
  background-color: #0061a1;
  clear: both;
  color: #ffffff;
  float: left;
  font-family: Hind, sans-serif;
  font-size: 18px;
  height: 30px;
  line-height: 18px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  width: 40px;
}

div.list-head-month {
  background-color: #f08a00;
  clear: both;
  color: #ffffff;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 8px;
  line-height: 8px;
  height: 12px;
  padding: 1px 0px 1px 0px;
  position: relative;
  text-align: center;
  width: 40px;
}

div.list-body {
  float: left;
  font-size: 14px;
  position: relative;
  width: 93%;
}

div.list-body-part {
  float: left;
  font-size: 14px;
  position: relative;
  width: 87%;
}

div.list-title {
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
  width: 100%;
}

div.list-subtitle {
  color: #666666;
  float: left;
  margin-top: 18px;
  position: relative;
  width: 100%;
}

div.list-timeplace {
  color: #666666;
  float: left;
  font-weight: bold;
  margin-right: 30px;
  position: relative;
}

div.list-timeplace img {
  vertical-align: middle;
}

div.list-text {
  color: #666666;
  float: left;
  margin-top: 24px;
  position: relative;
  width: 100%;
}

div.list-butts {
  float: left;
  position: relative;
  width: 100%;
}

div.pacientsv2 {

  position: relative;
  width: 100%;
}
div.pacientsv2img {
  width: 100%;    
}

.pacientsv2imgmapa {  
  border-radius: 10px; 
  background-color: #f5f5f5;  
}
div.pacients-listv2 {
  border-radius: 10px;  
  background-color: #f5f5f5;
  float: left;  
  position: relative;
  padding:20px;   
  
}
div.pacients-rowv2{  
  padding-bottom: 8px;
  float: left;

}

div.pacients-txtv2 {
  color: #0062a2;
  float: left;
  line-height: 14px;
  font-size: 13px;
  padding-top: 2px;
  position: relative;
  width: 200px;
}
div.pacients {
  background-color: #f5f5f5;
  background-image: url(../../assets/img/mapa.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  float: left;
  position: relative;
  width: 100%;
}
div.pacients-list {
  background-color: #f5f5f5;
  float: left;
  padding: 10px;
  position: relative;
  width: 356px;
}

div.pacients-row {
  clear: both;
  float: left;
  padding-bottom: 8px;
  position: relative;
  width: 100%;
}

div.pacients-num {
  background-color: #0063a7;
  border-radius: 7px;
  color: #ffffff;
  float: left;
  font-size: 12px;
  height: 16px;
  line-height: 12px;
  margin-right: 8px;
  position: relative;
  padding: 3px 0px 0px 0px;
  text-align: center;
  width: 16px;
}

div.pacients-txt {
  color: #0062a2;
  float: left;
  line-height: 14px;
  font-size: 13px;
  padding-top: 2px;
  position: relative;
  width: 312px;
}

div.pacients-txt:hover {
  color: #0062a2;
  text-decoration: underline;
}

a.block-doc {
  color: #666666;
  display: block;
  height: 64px;
  line-height: 17px;
  margin: 40px 0px 40px 0px;
  width: 200px;
}

a.block-doc img {
  display: block;
  float: left;
  margin-right: 13px;
  position: relative;
}

a.block-doc span {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

a.button-salut-act {
  /*
   background-color: #b5b5b5;
   border: 2px solid #b5b5b5;
   */
  background-color: #00416d;
  border: 2px solid #00416d;
  border-radius: 15px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 12px;
  margin: 0px 15px 20px 0px;
  padding: 8px 0px 10px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 140px;
  z-index: 0;
}

a.button-salut {
  background-color: #ffffff;
  border: 2px solid #00416d;
  border-radius: 15px;
  color: #00416d;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 12px;
  margin: 0px 15px 20px 0px;
  padding: 8px 0px 10px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 140px;
  z-index: 0;
}

a.button-salut:hover {
  background-color: #00416d;
  border: 2px solid #00416d;
  color: #ffffff;
}

a.button-free {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 15px;
  /*color: #000000;*/
  color: #f28c00;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 20px 20px 0px;
  padding: 2px 15px 2px 15px;
  position: relative;
}

a.button-info {
  background-color: #ffffff;
  border: 2px solid #00416d;
  border-radius: 15px;
  color: #00416d;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 20px 20px 0px;
  padding: 2px 15px 2px 15px;
  position: relative;
}

a.button-org {
  display: block;
  float: right;
  max-width: initial;
  width: 240px;
  margin: 0px 0px 20px 0px;
}

a.button-sal {
  display: block;
  float: right;
  max-width: initial;
  width: 200px;
  margin: 0px 0px 20px 0px;
}

a.button-more {
  background-color: #ffffff;
  border: 2px solid #00416d;
  border-radius: 15px;
  clear: both;
  color: #00416d;
  display: block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 12px;
  margin: 0px 15px 20px 0px;
  padding: 8px 0px 10px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

img.simplePlusImage {
  position: absolute;
  left: 50%;
  margin-left: 295px;
  max-width: 279px;
}

a.simplePlusImage {
  color: #0062a2;
  position: absolute;
  left: 50%;
  margin-left: 295px;
  text-align: center;
  text-decoration: none;
}

div.simplePlusImage-title {
  color: #00436f;
  color: #0063a7;
  font-weight: bold;
  width: 70%;
}

div.simplePlusImage {
  color: #666666;
  min-height: 340px;
  width: 70%;
}

div.simplePlusImage p strong {
  color: #000000;
}

/*
table.calendari {
   border-collapse: initial;
   background-color: #abacad;
   border: 0;
   border-spacing: 1px;
   margin: initial;
   padding: 0;
   width: 100%;
}

td.calendari-none {
   background-color: #ebebec;
   border: 0;
   height: 60px;
   padding: 0;
}

td.calendari {
   background-color: #ffffff;
   border: 0;
   padding: 0;
   font-family: Hind, sans-serif;
}

td.calendari-head {
   background-color: #f08a00;
   border: 0;
   color: #ffffff;
   font-size: 10px;
   font-weight: 600;
   height: 40px;
   line-height: 10px;
   text-align: center;
}

td.calendari-head a {
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;
}

td.calendari-head a:hover {
   color: #dddddd;
}

th.calendari {
   background-color: #d7d9da;
   border: 0;
   color: #f08a00;
   font-size: 10px;
   font-weight: 600;
   line-height: 9px;
   height: 30px;
   text-align: center;
}

table.calendari-inner {
   border-spacing: 0;
   margin: 3%; 
   width: 94%;
}

td.calendari-innertop {
   border: 0;
   color: #000000;
   font-size: 14px;
   line-height: 14px;
   height: 22px;
   padding: 4px;
   text-align: right;
}

td.calendari-innerbot {
   background-color: #0063a7;
   border: 0;
   border-radius: 6px;
   color: #ffffff;
   cursor: pointer;
   height: 44px;
   line-height: 16px;
   font-size: 14px;
   padding: 3px 8px 3px 8px;
   text-align: right;
   text-align: left;
}

td.calendari-innernon {
   border: 0;
   height: 44px;
   line-height: 16px;
   font-size: 14px;
   padding: 3px 8px 3px 8px;
   text-align: right;
   text-align: left;
}
*/

div.organs-bloc {
  background-color: #dddddd;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 50px;
  min-height: 184px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

div.organs-bloc span {
  color: #0062a2;
}

div.organs-bloc span:hover {
  color: #0062a2;
  text-decoration: underline;
}

div#organs01 {
  background-image: url(../img/organs-01.jpg);
}

div#organs02 {
  background-image: url(../img/organs-02.jpg);
}

a.organs-bloc-inner {
  display: block;
  float: left;
  margin: 60px;
  position: relative;
  text-decoration: none;
  max-width: 46%;
}

a.organs-bloc-inner2 {
  clear: both;
  display: block;
  float: left;
  margin: 14px 0px 14px 60px;
  position: relative;
  text-decoration: none;
  max-width: 46%;
}

div.organs-bloc-innerLeft {
  float: left;
  position: relative;
}

div.organs-bloc-innerLeft img {
  display: block;
  float: left;
  margin-right: 13px;
  position: relative;
}

div.organs-bloc-innerRight {
  color: #9d9d9d;
  float: left;
  padding-top: 18px;
  position: relative;
}

div.vel {
  background: rgba(255, 255, 255, 0.85);
  left: 0;
  height: 350px;
  position: absolute;
  top: 0;
  width: 50%;
}

img.contractant {
  position: absolute;
  left: 50%;
  margin-left: 250px;
}

div.contractant {
  float: left;
  position: relative;
  width: 70%;
}

div.contractant b {
  color: #000000;
}

div.prof-bloc {
  float: left;
  position: relative;
  width: 100%;
}

div#prof-bloc-1 {
  display: none;
}

div#prof-bloc-2 {
  display: none;
}

div#prof-bloc-3 {
  display: none;
}

div.professionals-bloc {
  background-color: #dddddd;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 50px;
  min-height: 184px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

div#professionals01 {
  background-image: url(../img/treballeu-01.jpg);
}

div#professionals02 {
  background-image: url(../img/organs-02.jpg);
}

a.professionals-bloc-inner {
  display: block;
  float: left;
  margin: 37px;
  position: relative;
  text-decoration: none;
  max-width: 46%;
}

div.professionals-bloc-innerLeft {
  float: left;
  position: relative;
}

div.professionals-bloc-innerLeft img {
  display: block;
  float: left;
  margin-right: 13px;
  position: relative;
}

div.professionals-bloc-innerRight {
  color: #0062a2;
  float: left;
  padding-top: 43px;
  position: relative;
  /*text-decoration: underline;*/
}

div.professionals-bloc-innerRight:hover {
  text-decoration: underline;
}

div.prof-oferta {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

div.prof-oferta-head {
  color: #0062a2;
  float: left;
  font-weight: bold;
  position: relative;
  /*text-decoration: underline;*/
  width: 100%;
}

div.prof-oferta-head a {
  color: #0062a2;
}

div.prof-oferta-head a:hover {
  text-decoration: underline;
}

div.prof-oferta-text {
  color: #666666;
  float: left;
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

div.prof-oferta-text ul {
  margin-top: 20px;
  list-style-type: inherit;
  list-style-position: inside;
}

div.prof-oferta-data {
  color: #000000;
  float: left;
  font-size: 12px;
  margin-top: 15px;
  position: relative;
  width: 100%;
}

div.prof-oferta-nets {
  clear: both;
  color: #666666;
  float: right;
  margin-top: 15px;
  position: relative;
}

div.prof-oferta-nets img {
  margin: 0px 0px 2px 8px;
  vertical-align: middle;
}

#borsaTreball {
  display: block;
  float: left;
  margin: 0;
  padding: 50px 0 50px 0;
  position: relative;
  width: 100%;
}

div.borsa-treball-row {
  float: left;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

div.borsa-treball-row a {
  color: #0062a2;
}

div.borsa-treball-row a:hover {
  color: #0062a2;
  text-decoration: underline;
}

div.borsa-treball-text {
  float: left;
  position: relative;
  width: 25%;
}

div.borsa-treball-text a {
  background-color: #00406a;
  border-radius: 10px;
  color: #ffffff;
  display: block;
  height: 20px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0px;
  text-decoration: none;
  width: 20px;
}

div.borsa-treball-text img {
  display: none;
  position: absolute;
  z-index: 1;
}

div.borsa-treball-field {
  float: left;
  font-size: 14px;
  font-style: italic;
  position: relative;
  width: 70%;
}

div.borsa-treball-field input {
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  width: 100%;
}

div.borsa-treball-field select {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  padding: 4px;
  width: 50%;
}

div.borsa-treball-field textarea {
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  height: 200px;
  width: 100%;
}

div.borsa-treball-field2 {
  float: left;
  font-size: 14px;
  font-style: italic;
  position: relative;
  width: 70%;
}

div.borsa-treball-field2 input {
  border-radius: 4px;
  color: #666666;
  width: 340px;
}

div.borsa-treball-checkbox {
  float: left;
  position: relative;
  width: 70%;
}

div.borsa-treball-checkbox input {
  border: 0;
  margin-bottom: 4px;
  vertical-align: middle;
}

div.borsa-treball-checkbox a {
  color: #0062a2;
}

div.borsa-treball-checkbox a:hover {
  color: #0062a2;
  text-decoration: underline;
}

div.borsa-treball-text2 {
  float: left;
  position: relative;
  width: 45%;
}

div.borsa-treball-field2 {
  float: left;
  position: relative;
  width: 45%;
}

div.borsa-treball-field3 {
  float: left;
  position: relative;
  width: 90%;
}



/* links */
.linkOrange {
  border: 1px solid #f28c00;
  border-radius: 8px;
  color: #f28c00;
  display: block;
  float: left;
  line-height: 18px;
  margin: 0 10% 0 10%;
  padding: 5px 1% 3px 1%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 78%;
}

.linkBlue {
  color: #0063a7;
  font-weight: normal;
  text-decoration: none;
}

.linkBlue:hover {
  /*color: #0098f3;*/
  text-decoration: underline;
}

p a {
  color: #0063a7;
  font-weight: bold;
  text-decoration: none;
}

p a:hover {
  text-decoration: underline;
}

.footnote {
  display: block;
  float: left;
  font-style: italic;
  margin: 0 10% 0 10%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80%;
}

div.butlletins {
  float: left;
  position: relative;
  width: 1100px;
}

a.butlleti {
  /*color: #9d9d9d;*/
  color: #0062a2;
  display: block;
  float: left;
  font-weight: normal;
  height: 345px;
  margin: 0 19px 19px 0px;
  position: relative;
  text-decoration: none;
  width: 150px;
}

a.butlleti:hover {
  text-decoration: underline;
}

a.butlleti img {
  max-width: 150px;
}

a.button-but {
  clear: both;
  float: right;
  display: block;
}

a.canal-salut {
  color: #0063a7;
  font-weight: bold;
  text-decoration: underline;
}

a.canal-salut-nounderline {
  text-decoration: none;
}

a.canal-salut-nounderline:hover {
  text-decoration: underline;
}

a.salut-img {
  color: #0063a7;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 295px;
  text-align: center;
  text-decoration: none;
}

p.filler {
  height: 100px;
}

div#rs-bloc-0 {
  float: left;
  position: relative;
  width: 100%;
}

div#rs-bloc-1 {
  float: left;
  position: relative;
  width: 100%;
}

div#rs-bloc-3 {
  float: left;
  position: relative;
  width: 100%;
}

div#rs-bloc-n {
  float: left;
  position: relative;
  width: 100%;
}

img.responsabilitat-social {
  display: block;
  float: left;
  position: relative;
  max-width: 100%;
}

a.rs-arees {
  color: #0062a2;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 30px 0px 30px 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

a.rs-arees:hover {
  text-decoration: underline;
}

a.rs-arees img {
  margin-bottom: 12px;
}

a#rs-arees {
  width: 50%;
}

/*
a#rs-parti {
   width: 40%;
}
*/

a#rs-pmonu {
  width: 50%;
}

.rs-bloc-1-title {
  color: #000000;
  font-size: 20px;
}

div#rs-bloc-1 a {
  color: #0063a7;
}

div#rs-bloc-1 a:hover {
  color: #0063a7;
  text-decoration: underline;
}

div#rs-bloc-1 ul {
  list-style-type: disc;
  margin: 14px 0px 0px 40px;
}

div#rs-bloc-1 ul li {}

div#rs-bloc-1 ul li b {
  color: #000000;
}

div#rs-bloc-1 ul li span {
  color: #0063a7;
}

div#rs-bloc-3 img {
  max-width: 50%;
}

div#rs-bloc-3 ul {
  list-style-type: disc;
  margin: 14px 0px 0px 40px;
}

div#rs-bloc-3 ul li b {
  color: #000000;
}

div#rs-bloc-3 ul li a {
  color: #0063a7;
}

div#rs-bloc-3 ul li a:hover {
  color: #0063a7;
  text-decoration: underline;
}

div#noticies-last {
  display: none;
}

div.title-nofull {
  clear: initial;
  width: 50%;
}

img.organitzacio {
  position: absolute;
  left: 50%;
  margin-left: 295px;
}

a.participacio {
  color: #0063a7;
  text-decoration: underline;
}

div.participacio-actes {
  width: 70%;
}

div.participacio-calendari {
  float: left;
  margin-top: -30px;
  position: relative;
  width: 30%;
}

div.participacio-llista {
  float: left;
  margin-top: 28px;
  margin-left: 7%;
  position: relative;
  width: 63%;
}

div.comissions-bloc {
  float: left;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

div.comissions-title {
  float: left;
  color: #0063a7;
  font-weight: bold;
  position: relative;
  width: 100%;
}

div.comissions {
  float: left;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  width: 1002px;
}

a.comissio {
  background-color: #eeeeee;
  background-image: url(..//img/comi.png);
  background-position: 93% 90%;
  background-repeat: no-repeat;
  color: #0062a2;
  display: block;
  float: left;
  height: 90px;
  margin: 0px 16px 16px 0px;
  padding: 9px;
  position: relative;
  text-decoration: none;
  width: 151px;
}

a.comissio:hover {
  text-decoration: underline;
}

div.jb-noticies {
  float: left;
  position: relative;
  width: 100%;
}

div.jb-noticies-cercador {
  float: right;
  height: 40px;
  margin-top: -95px;
  position: relative;
}

div.jb-noticies-cercador-caption {
  color: #000000;
  float: right;
  padding: 4px 10px 0px 0px;
  position: relative;
}

div.jb-noticies-cercador-input {
  background-image: url(../img/fons_cercador.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  padding-top: 3px;
  position: relative;
  width: 200px;
}

input#cercador-lupa {
  background: rgba(255, 255, 255, 0);
  border: 0;
  display: block;
  float: left;
  height: 26px;
  margin-right: 6px;
  position: relative;
  width: 26px;
}

input#cercador-input {
  background: rgba(255, 255, 255, 0);
  border: 0;
  display: block;
  float: left;
  height: 26px;
  position: relative;
  width: 168px;
}

div.jb-noticies-bloc {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

div.jb-noticies-titol {
  color: #0062a2;
  font-size: 20px;
  font-weight: bold;
  float: left;
  /*padding-bottom: 10px;*/
  position: relative;
  width: 100%;
}

div.jb-noticies-titol a {
  color: #0062a2;
  font-weight: normal;
  text-decoration: none;
}

div.jb-noticies-titol a:hover {
  /*color: #0098f3;*/
  text-decoration: underline;
}

div.jb-noticies-text {
  float: left;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

div.jb-noticies-data {
  color: #000000;
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}

a.button-not {
  clear: both;
  float: right;
  /*width: 200px;*/
}

div.jb-noticia {
  color: #666666;
  float: left;
  position: relative;
  width: 100%;
}

div.jb-noticia-titol {
  color: #0062a2;
  float: left;
  font-size: 24px;
  position: relative;
  width: 93%;
}

div.jb-noticia-subtitol {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  width: 93%;
}

div.jb-noticia-data {
  color: #000000;
  float: left;
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  width: 93%;
}

div.jb-noticia-text {
  float: left;
  font-size: 16px;
  margin-top: 15px;
  position: relative;
  width: 93%;
}

div.jb-noticia-text img {
  display: block;
  float: left;
  margin: 0px 20px 10px 0px;
  max-width: 33%;
}

div.jb-noticia-peu {
  float: left;
  margin-top: 5px;
  position: relative;
  width: 100%;
}

div.jb-noticia-peufoto {
  float: left;
  position: relative;
  width: 95%;
  margin-bottom: 10px;
}

a.jb-noticia-peufoto-foto {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
  width: 100px;
}

.jb-noticia-peufoto-foto img {
  max-width: auto;
  max-height: 125px;
}

div.jb-noticia-peulinks {
  float: left;
  margin-top: 25px;
  position: relative;
  width: 100%;
}

a.jb-noticia-pdf {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  max-width: 200px;
}

a.jb-noticia-pdf i {
  font-size: 35px;
  color: #f28c00;
}

a.jb-noticia-pdf img {
  margin-bottom: 10px;
  width: 50%;
}

div.jb-noticia-xarxes {
  float: right;
  margin: 15px 0px 15px 0px;
  position: relative;
}

div.st-custom-button {
  cursor: pointer;
  float: right;
  margin-left: 5px;
  position: relative;
}

div.printer-button {
  float: left;
  position: relative;

}

div.jb-noticia-xarxes-com {
  display: block;
  float: left;
  position: relative;
}

div.jb-noticia-xarxes-sep {
  display: block;
  float: left;
  padding: 0px 15px 0px 15px;
  position: relative;
}

div.sharethis {
  float: right;
  line-height: 32px;
  margin-top: 15px;
  position: relative;
}

div.sharethis-inline-share-buttons {
  float: right;
  position: relative;
  width: 180px;
}

div.jb-noticia-relacionades {
  float: left;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

div.jb-noticia-relacionades h3 {
  color: #0062a2;
  font-size: 16px;
  font-weight: bold;
}

div.jb-noticia-relacionades ul {
  font-size: 14px;
  line-height: 14px;
  list-style: none;
}

div.jb-noticia-relacionades ul li {
  padding-bottom: 8px;
}

a.button-ton {
  /* clear: both; */
  float: right;
  margin-top: 0;
  width: 120px;
}


div.jb-noticia-relacionades ul li a {
  /* color: ? */
}

div.jb-noticia-relacionades ul li span {
  font-size: 12px;
}

div.general-bloc {
  float: left;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

div.general-titol {
  color: #0062a2;
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

div.general-text {
  /*color: #666666;*/
  float: left;
  font-size: 14px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}

div.general-data {
  color: #000000;
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
}

div.proj-body-section {
  border-bottom: 1px solid #bbbbbb;
  float: left;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

div.proj-bloc {
  border-top: 1px solid #bbbbbb;
  float: left;
  position: relative;
  width: 100%;
}

div.proj-logo {
  background-image: url(../img/proj_logo_fons.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 130px;
  position: relative;
  width: 130px;
}

div.proj-logo img {
  display: block;
  float: left;
  margin: 20%;
  position: relative;
  max-width: 64%;
}

div.proj-titu {
  color: #0062a2;
  float: left;
  font-weight: bold;
  padding: 20px 50px 15px 50px;
  position: relative;
  width: 860px;
}

div.proj-text {
  color: #666666;
  float: left;
  padding: 0px 50px 20px 50px;
  position: relative;
  width: 860px;
}

.active {
  color: #f28c00 !important;
}

@media only screen and (max-width: 1050px) {
  div.pacients-list {
    width: 40%;
  }

  div.pacients-txt {
    width: initial;
    max-width: 89%;
  }

  div.rdi-tuits {
    margin-left: 0;
    left: initial;
    right: 0;
    margin-right: 30px;
  }

  div.butlletins {
    width: 103%;
  }

  a.butlleti {
    height: 332px;
    margin: 0 16px 16px 0;
    width: 144px
  }

  a.butlleti img {
    max-width: 100%;
  }

  div.comissions-bloc {
    overflow: hidden;
  }

  div.comissions {
    width: 100%;
  }

  div.participacio-actes {
    width: 100%;
  }

  div.proj-logo {
    height: initial;
    width: 13%;
  }

  div.proj-logo img {}

  div.proj-titu {
    padding: 20px 2% 15px 2%;
    width: 87%;
  }

  div.proj-text {
    padding: 0px 2% 20px 2%;
    width: 87%;
  }

}


@media only screen and (max-width: 1020px) {
  img.organitzacio {
    margin-left: 22%;
    max-width: 25%;
  }

  img.simplePlusImage {
    margin-left: 22%;
    max-width: 25%;
  }

  a.simplePlusImage {
    margin-left: 22%;
    max-width: 25%;
  }

  img.contractant {
    margin-left: 22%;
    max-width: 25%;
  }

  td.calendari-innerbot {
    height: 56px;
  }

  td.calendari-innernon {
    height: 56px;
  }

  div.pacients {
    background-position: 140% top;
  }

  div.pacients-list {
    width: 40%;
  }

  div.rdi-tuits {
    margin-right: 70px;
  }

  div.butlletins {
    width: 106%;
  }

  a.butlleti {
    height: 300px;
    margin: 0 14px 14px 0;
    width: 130px
  }

  a.salut-img {
    margin-left: 22%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 990px) {
  div.pacients {
    background-position: 195% top;
  }

  div.pacients-list {
    width: 50%;
  }

  div.butlletins {
    width: 109%;
  }

  a.butlleti {
    height: 283px;
    margin: 0 11px 11px 0;
    width: 123px
  }

  p.filler {
    height: 60px;
  }

  a.rs-arees {
    font-size: 16px;
  }

  a.rs-arees img {
    margin-bottom: 12px;
    height: 70px;
  }
}

@media only screen and (max-width: 900px) {
  td.calendari-innerbot {
    height: 70px;
  }

  td.calendari-innernon {
    height: 70px;
  }

  div.list-head {
    width: 9%;
  }

  div.list-body {
    width: 91%;
  }

  div.blockmem-doc {
    font-size: 14px;
    width: 130px;
  }

  div.pacients-list {
    width: 50%;
  }

  div.pacients {
    background-position: 210% top;
  }

  div.rdi-tuits {
    float: left;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    margin: 0;
  }

  div.butlletins {
    width: 109%;
  }

  a.butlleti {
    height: 258px;
    margin: 0 11px 11px 0;
    width: 112px;
  }

  a.button-ton {
    margin-top: 20px;
  }

  div.jb-noticia-titol {
    width: 100%;
  }

  div.jb-noticia-subtitol {
    width: 100%;
  }

  div.jb-noticia-data {
    width: 100%;
  }

  div.jb-noticia-text {
    width: 100%;
  }

  div.jb-noticia-peufoto {
    width: 100%;
  }

  div.jb-noticia-peufoto-foto {
    height: 80px;
    margin-right: 4px;
  }

  div.participacio-calendari {
    width: 40%;
  }

  div.participacio-llista {
    width: 53%;
  }
}

@media (max-width: 800px) {
  div.participacio-calendari {
    margin-top: 0;
  }
}

@media only screen and (max-width: 840px) {
  div.pacients-list {
    width: 100%;
  }

  div.pacients {
    border-bottom-left-radius: 10px;
    border-top-right-radius: initial;
    background-position: left bottom;
    padding-bottom: 50%;
  }

  div.simplePlusImage a {
    margin: 0;
    width: 98%;
  }

  div.butlletins {
    width: 110%;
  }

  a.butlleti {
    height: 244px;
    margin: 0 11px 11px 0;
    width: 106px;
  }

  a.rs-arees img {
    margin-bottom: 10px;
    height: 60px;
  }

  p.filler {
    height: 40px;
  }

  div.proj-logo {
    height: 80px;
    width: 80px;
  }

  div.proj-titu {
    padding: 30px 0 0 20px;
    width: initial;
  }

  div.proj-text {
    padding: 0px 0px 20px 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 805px) {
  div.butlletins {
    width: 110%;
  }

  a.butlleti {
    height: 253px;
    margin: 0 15px 15px 0;
    width: 110px;
  }

  p.filler {
    height: 20px;
  }

  a.organs-bloc-inner {
    margin: 2%;
  }

  a.organs-bloc-inner2 {
    margin: 2%;
  }

  a.professionals-bloc-inner {
    margin: 2%;
  }
}

@media only screen and (max-width: 730px) {
  div.list-head {
    width: 10%;
  }

  div.list-body {
    width: 90%;
  }

  div.butlletins {
    width: 111%;
  }

  a.butlleti {
    height: 230px;
    margin: 0 13px 13px 0;
    width: 100px;
  }

  p.filler {
    display: none;
  }

  div.jb-noticia-peufoto-foto {
    height: 100px;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 30%;
  }
}

@media only screen and (max-width: 680px) {
  td.calendari-innerbot {
    height: 84px;
  }

  td.calendari-innernon {
    height: 84px;
  }

  div.list-head {
    width: 11%;
  }

  div.list-body {
    width: 89%;
  }

  div.butlletins {
    width: 100%;
  }

  a.butlleti {
    height: 253px;
    margin: 0 15px 15px 0;
    width: 110px;
  }

  a.rs-arees {
    font-size: 14px;
  }

  div.participacio-calendari {
    margin-top: 30px;
    width: 100%;
  }

  div.participacio-llista {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {

  img.simplePlusImage {
    position: initial;
    left: initial;
    margin-left: initial;
    margin-bottom: 20px;
    max-width: 90%;
  }

  a.simplePlusImage {
    position: initial;
    left: initial;
    margin-left: initial;
    margin-bottom: 20px;
    max-width: 90%;
  }

  div.simplePlusImage {
    width: 100%;
  }

  img.contractant {
    position: initial;
    left: initial;
    margin-left: initial;
    margin-bottom: 20px;
    max-width: 90%;
  }

  div.contractant {
    width: 100%;
  }

  td.calendari-head {
    font-size: 9px;
    height: initial;
    line-height: 9px;
  }

  th.calendari {
    font-size: 9px;
    height: initial;
    line-height: 9px;
  }

  td.calendari-innertop {
    font-size: 11px;
    height: 15px;
    line-height: 11px;
  }

  td.calendari-innerbot {
    font-size: 10px;
    height: 30px;
    line-height: 10px;
  }

  td.calendari-innernon {
    font-size: 10px;
    height: 56px;
    line-height: 10px;
  }

  div.list-head {
    width: 14%;
  }

  div.list-body {
    width: 86%;
  }

  div.butlletins {
    width: 100%;
  }

  a.butlleti {
    height: 253px;
    margin: 0 13px 13px 0;
    width: 110px;
  }

  a.salut-img {
    position: initial;
    left: initial;
    margin-left: initial;
    margin-bottom: 20px;
    max-width: 90%;
  }

  div.jb-noticies-cercador {
    float: left;
    margin-top: -20px;
    margin-bottom: 20px;
  }

  div.jb-noticia-xarxes {
    float: left;
  }

  div.list-head-part {
    width: 20%;
  }

  div.list-body-part {
    width: 80%;
  }
}


@media only screen and (max-width: 400px) {
  div.list-head {
    width: 18%;
  }

  div.list-body {
    width: 82%;
  }

  div.butlletins {
    width: 100%;
    width: 350px;
  }

  a.butlleti {
    height: 253px;
    margin: 0 13px 13px 0;
    width: 110px;
  }

  a.rs-arees {
    padding: 30px 0px 10px 0px;
    text-align: left;
  }

  a#rs-arees {
    width: 100%;
  }

  a#rs-parti {
    width: 100%;
  }

  a#rs-pmonu {
    width: 100%;
  }

  a.rs-arees img {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: -20px;
    position: relative;
  }

  a.rs-arees span {
    display: none;
  }

  div#rs-bloc-3 img {
    max-width: 100%;
  }

  div.jb-noticies-cercador-caption {
    font-size: 14px;
    padding: 6px 5px 0px 0px;
  }

  div.jb-noticia-peufoto-foto {
    height: 80px;
  }
}

@media only screen and (max-width: 320px) {
  div.blockmem-doc {
    width: 120px;
  }

  /*
   a.rs-arees {
      padding: 10px 0px 0px 0px;
   }
   a.rs-arees img {
      margin-top: -10px;
   }
   */
  a#rs-arees {
    padding: 10px 0px 0px 0px;
  }

  a#rs-arees img {
    margin-top: -10px;
  }

  a#rs-pmonu {
    padding: 10px 0px 0px 0px;
  }

  a#rs-pmonu img {
    margin-top: -10px;
  }

  div.jb-noticies-cercador-caption {
    display: none;
  }
}

.gray {
  background: #e8e8e8;
  padding-bottom: 1px;
}

/* fullcalender */
.fc-widget-header {
  background-color: #d7d9da;
  color: #f08a00;
}

.fc-other-month {
  background-color: #ebebec;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #abacad;
}

/* iframe */
iframe.videoSmall {
  width: 30%;
  float: left;
  margin: 0;
  border: none;
  margin-right: 30px;
}

@media (max-width: 720px) {
  .img-noticia {
    width: 50%;
  }

  iframe.videoSmall {
    width: 50%;
  }
}

@media (max-width: 460px) {
  .img-noticia {
    width: 100%;
  }

  iframe.videoSmall {
    width: 100%;
  }
}


iframe.videoBig {
  width: 100%;
  height: 27vh;
  float: left;
  margin: 0;
  border: none;
  margin-right: 30px;
  max-width: 495px;
}



.languages {
  display: none;
}

a.blue-link {
  color: #0062a2;
  text-decoration: underline;
}

div.acces {
  float: left;
  position: relative;
  width: 100%;
}

div#acces {
  float: left;
  position: relative;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

div#accesLeft {
  float: left;
  position: relative;
  width: 80px;
}

div#accesRight {
  float: left;
  position: relative;
  width: 220px;
}

div#accesRightReset {
  float: left;
  padding-top: 20px;
  position: relative;
  width: 220px;
}

div#falseName {
  color: #bbbbbb;
  left: 10px;
  position: absolute;
  top: 5px;
}

div#falsePswd {
  color: #bbbbbb;
  left: 10px;
  position: absolute;
  top: 45px;
}

input.acces {
  background: transparent;
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
  padding: 6px 8px 6px 8px;
  width: 98%;
}

input.accesButton {
  border: 1px solid #bbbbbb;
  color: #bbbbbb;
  cursor: pointer;
  padding: 6px 16px 6px 16px;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 100%;
  clear: both;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}



.menu0opcions .options-list .option-btn,
.menu0opcions .options-list .option-btn-active {
  width: 33.33333333% !important;
  max-height: calc(250px / 3) !important;

}

.menu0opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu0opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}

.menu1opcions .options-list {
  max-height: calc(70px * 2);
}

.menu1opcions .options-list .option-btn-active,
.menu1opcions .options-list .option-btn {
  width: 100%;
}

@media (min-width: 600px) {

  .menu1opcions .options-list .option-btn-active,
  .menu1opcions .options-list .option-btn {
    height: calc(250px / 2);
    max-height: none;
  }
}

.menu2opcions .options-list {
  max-height: calc(70px * 2);
}

.menu2opcions .options-list .option-btn-active,
.menu2opcions .options-list .option-btn {
  width: 100%;
}

@media (min-width: 600px) {

  .menu2opcions .options-list .option-btn-active,
  .menu2opcions .options-list .option-btn {
    height: calc(250px / 2);
    max-height: none;
  }
}

.menu3opcions .options-list {
  max-height: calc(70px * 3);
}

.menu3opcions .options-list .option-btn-active,
.menu3opcions .options-list .option-btn {
  width: 100%;
}

@media (min-width: 600px) {

  .menu3opcions .options-list .option-btn-active,
  .menu3opcions .options-list .option-btn {
    height: calc(250px / 3);
    max-height: none;
  }
}

.menu3opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu3opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}

.menu4opcions .options-list {
  max-height: calc(70px * 4);
}

.menu4opcions .options-list .option-btn-active,
.menu4opcions .options-list .option-btn {
  width: 100%;
}

@media (min-width: 600px) {

  .menu4opcions .options-list .option-btn-active,
  .menu4opcions .options-list .option-btn {
    height: calc(250px / 4);
    max-height: none;
  }
}

.menu4opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu4opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}


.menu5opcions .options-list {
  max-height: calc(70px * 5);
}

.menu5opcions .options-list .option-btn-active,
.menu5opcions .options-list .option-btn {
  width: 100%;
}

@media (min-width: 600px) {

  .menu5opcions .options-list .option-btn-active,
  .menu5opcions .options-list .option-btn {
    height: calc(250px / 5);
    max-height: none;
  }
}

.menu5opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu5opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}

.menu10opcions .options-list .option-btn,
.menu10opcions .options-list .option-btn-active {
  width: 33.33333333% !important;
  max-height: calc(250px / 4) !important;
}

.menu10opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu10opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}

.menu13opcions .options-list .option-btn,
.menu13opcions .options-list .option-btn-active {
  width: 33.33333333% !important;
  max-height: calc(250px / 5) !important;
}

.menu13opcions .options-list .option-btn h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 400 !important;
}

.menu13opcions .options-list .option-btn-active h4 {
  font-size: 14px !important;
  margin: 0 20px 0 5px !important;
  font-weight: 900 !important;
}

@media (max-width: 599px) {
  div.menu0opcions+div.wrapper {
    padding-top: 350px;
  }
}



div.centre-blocs {
  color: #000000;
  float: left;
  position: relative;
  width: 100%;
}

div.centre-bloc {
  float: left;
  position: relative;
  text-align: center;
  width: 28%;
}

div.centre-bloc-sup {
  float: left;
  height: 110px;
  position: relative;
  width: 100%;
}

div.centre-bloc-inf {
  background-color: #f5f5f5;
  float: left;
  min-height: 110px;
  position: relative;
  width: 100%;
}

div#centreBloc0 {
  float: left;
  min-height: 220px;
  position: relative;
  width: 7%;
}

div#centreBloc1 {
  margin: 1% 0 1% 0;
}

div#centreBloc1 .centre-bloc-inf {
  font-size: 15px;
  padding-top: 30px;
}

div#centreBloc1 .centre-bloc-inf span {
  font-size: 19px;
}

div#centreBloc2 {
  margin: 1%;
}

div#centreBloc2 .centre-bloc-inf {
  font-size: 15px;
  padding-top: 20px;
}

div#centreBloc2 .centre-bloc-inf span {
  font-size: 30px;
}

div#centreBloc3 {
  margin: 1% 0% 1% 0;
}

div#centreBloc3 .centre-bloc-inf {
  font-size: 13px;
  padding-top: 6px;
}

div#centreBloc3 .centre-bloc-inf span {
  font-size: 12px;
}

div.centre-info {
  color: #000000;
  float: left;
  margin-top: 30px;
  position: relative;
  width: 100%;
}

div.centre-mapa {
  border-top: 1px solid #00619d;
  border-bottom: 1px solid #00619d;
  float: left;
  min-height: 130px;
  padding: 5px 0 5px 0;
  position: relative;
  width: 64%;
}

div.centre-mapa-text {
  float: left;
  font-weight: bold;
  padding-top: 23px;
  position: relative;
  width: 56%;
}

div.centre-mapa-mapa {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 118px;
  position: relative;
  width: 44%;
}

div.centre-guia {
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  float: left;
  height: 130px;
  margin-left: 1%;
  padding: 5px 0 5px 0;
  position: relative;
  width: 35%;
}

div.centre-guia-text {
  float: left;
  font-size: 14px;
  height: 120px;
  margin-left: 17%;
  padding-top: 45px;
  position: relative;
  width: 33%;
}

div.centre-guia-text a {
  color: #0062a2;
}

div.centre-guia-text a:hover {
  color: #0062a2;
  text-decoration: underline;
}

div.centre-guia-guia {
  float: left;
  height: 120px;
  position: relative;
  text-align: right;
  width: 33%;
}

div.centre-guia-guia img {
  max-height: 120px;
}

.options .options-list .option-nobefore::before {
  content: "";
}

.free-inscription {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 20px 20px 0px;
  padding: 2px 15px 2px 15px;
  position: relative;
}

.links-interes p img {
  vertical-align: top;
}

h3.textos {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
  margin: 12px 0px 8px 0px;
  padding: 0;
}

ul.textos {
  color: #666666;
  list-style-type: disc;
  margin-left: 20px;
}

@media only screen and (max-width: 1020px) {
  div.centre-mapa-text {
    padding-top: 0;
  }

  div.centre-guia-text {
    margin-left: 10%;
    width: 40%;
  }

  div.centre-guia-guia {
    width: 40%;
  }
}

@media only screen and (max-width: 840px) {
  div#centreBloc0 {
    display: none;
  }

  div.centre-bloc {
    width: 32%;
  }

  div#centreBloc3 .centre-bloc-inf {
    font-size: 12px;
    padding-top: 8px;
  }

  div#centreBloc3 .centre-bloc-inf span {
    font-size: 11px;
  }

  div.centre-info {
    width: 99%;
  }

  div.centre-mapa {
    width: 100%;
  }

  div.centre-guia {
    clear: both;
    left: 50%;
    margin-top: 30px;
    margin-left: -16%;
    width: 32%;
  }

  div.centre-guia {
    padding: 1%;
  }

  div.centre-guia-text {
    margin-left: 0;
    width: 50%;
  }

  div.centre-guia-guia {
    width: 50%;
  }
}


@media only screen and (max-width: 720px) {
  div.centre-bloc {
    clear: both;
    left: 50%;
    width: 50%;
  }

  div#centreBloc1 {
    margin: 0 0 1% -25%;
  }

  div#centreBloc2 {
    margin: 0 0 1% -25%;
  }

  div#centreBloc3 {
    margin: 0 0 1% -25%;
  }

  div.centre-guia {
    left: 50%;
    margin-left: -25%;
    width: 50%;
  }

  div.centre-guia-text {
    text-align: center;
  }
}

@media only screen and (max-width: 420px) {
  div.centre-bloc {
    left: initial;
    width: 100%;
  }

  div#centreBloc1 {
    margin: 0 0 2% 0;
  }

  div#centreBloc2 {
    margin: 0 0 2% 0;
  }

  div#centreBloc3 {
    margin: 0 0 2% 0;
  }

  div.centre-mapa {
    height: initial;
  }

  div.centre-mapa-text {
    width: 100%;
  }

  div.centre-mapa-mapa {
    width: 100%;
  }

  div.centre-guia {
    left: initial;
    margin-left: 0;
    width: 100%;
  }
}

#extras-home div.option {
  width: 25%;
}

@media only screen and (max-width: 600px) {
  #extras-home div.option {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  #extras-home div.option {
    width: 100%;
  }
}

@media only print {
  header {
    display: none;
  }

  .mainmenu-area {
    display: none;
  }

  #pre-footer {
    display: none;
  }

  footer {
    display: none;
  }

  #avis-cookies {
    display: none;
  }

  .slideshow-banner {
    display: none;
  }

  .options {
    display: none;
  }
}

td {
  border-bottom: none;
}

table.cookies {
  background-color: #000000;
  border-collapse: initial;
  table-layout: initial;
  width: initial;
}

td.cookies {
  background-color: #ffffff;
  padding: 2px 4px 2px 4px;
  vertical-align: top;
}

td.cookies a {
  color: #0062a2;
  text-decoration: none;
}

td.cookies a:hover {
  text-decoration: underline;
}

th.cookies {
  background-color: #0062a2;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  vertical-align: top;
}

i.simple {
  font-size: 14px;
}

main.qui-som ul {
  list-style-type: disc;
  padding-left: 20px;
}

.anchor {
  display: block;
  position: relative;
  top: -72px;
  visibility: hidden;
}

footer .wrapper .content {
  padding-bottom: 40px;
  width: 100%;
}

footer .wrapper .content .map-web {
  margin: 0px;
}

.img-and-contact {
  margin: 0;
}

div.img-and-contact {
  float: left;
  margin-right: 3%;
  position: relative;
  width: 26%;
}

div.contact {
  float: right;
  margin: 0;
  position: relative;
}

@media (max-width: 1040px) {
  div.contact {
    padding-right: 0;
  }
}

div.map-web {
  float: left;
  margin: 0;
  position: relative;
  width: 17%;
}

div.social {
  float: left;
  margin: 0;
  position: relative;
  width: 27%;
}

div.contact-elem {
  float: left;
  padding-top: 6px;
  position: relative;
  width: 100%;
}

@media (max-width: 1040px) {
  div.contact {
    margin-right: 3%;
  }

  div.map-web {
    margin-right: 2%;
    width: 15%;
  }

  div.social {
    width: 30%;
  }

  footer ul li {
    margin: 8px -5px 8px 0;
  }
}

@media (max-width: 900px) {
  div.map-web {
    margin-right: 0;
    width: 23%;
  }

  div.social {
    width: 23%;
  }

  footer ul li {
    margin: 8px 0 8px 0;
  }
}

@media (max-width: 760px) {
  footer .wrapper .content {
    min-height: 465px;
  }

  div.img-and-contact {
    width: 100%;
  }

  div.contact {
    margin-top: 15px;
    width: 100%;
  }

  div.map-web {
    width: 100%;
  }

  div.social {
    width: 100%;
  }
}

@media (max-width: 600px) {
  footer ul li {
    margin: 8px -5px 8px 0;
  }
}

@media (max-width: 600px) {

  .menu10opcions .options-list .option-btn,
  .menu10opcions .options-list .option-btn-active {
    width: 100% !important;
  }

  .menu0opcions .options-list .option-btn,
  .menu0opcions .options-list .option-btn-active {
    width: 100% !important;
  }
}

#translationDetector {
  margin-right: 20px;
  line-height: 26px;
}

#search_lists {
  margin-top: 20px;
}

.section-title {
  font-size: 28px;
}

.search-block:not(:first-child) {
  margin-top: 25px;
}

.text.wrapper ul {
  list-style-type: disc;
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.text.wrapper ul a {
  color: #0063a7;
  font-weight: normal;
  text-decoration: none;
}

.text.wrapper ul a {
  color: #0063a7;
  font-weight: normal;
  text-decoration: none;
}

.text.wrapper ul a:hover {
  text-decoration: underline;
}