/*RESET CSS*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.icon, header .ico-social .facebook, header .ico-social .twitter, header .ico-social .youtube, header .ico-social .social-1, .propostes-widget .menu-prop a span {
  background-image: url("../img/sprite.png"); }

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url(overlays/02.png) center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*************************
    Transitions
 *************************/
/* fade */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/* blur */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/* flash */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/* negative */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* burn */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/* slideLeft */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

/* slideRight */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

/* slideUp */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

/* slideDown */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/* zoomIn */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/* zoomOut */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/* swirlLeft */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/* swirlRight */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  -ms-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  -ms-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*************************
    Animations
 *************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Bootsrap and Bourbon */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before,
.container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

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

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

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

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

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

* {
  outline-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

@media screen and (max-width: 767px) {
  html, body {
    background-size: auto 100%; } }

a {
  color: #000;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0; }

.clear {
  clear: both; }

header {
  background: rgba(255, 255, 255, 0.86);
  position: relative; }

header .social.absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  z-index: 999; }

@media screen and (max-width: 992px) {
  header .social.absolute {
    display: none; } }

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

header .social li {
  display: inline-block !important; }

header .social .langs {
  padding-left: 17px;
  display: inline-block;
  font-size: 10px; }

header .social .langs a {
  color: #b2b2b2;
  text-decoration: none; }

header .social .langs li:after {
  content: "/";
  color: #7a7b7a;
  padding-left: 2px;
  padding-right: 2px; }

header .social .langs li:last-child:after {
  content: none; }

header .social .langs a:hover,
header .social .langs a.active {
  color: #7a7b7a; }

header .ico-social {
  display: inline-block;
  position: relative;
  padding-right: 17px; }

header .ico-social .facebook {
  background-position: -4px -25px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 9px;
  height: 13px; }

header .ico-social .twitter {
  background-position: -4px -67px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 13px;
  height: 13px; }

header .ico-social .youtube {
  background-position: -4px -4px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 16px;
  height: 13px;
  padding-right: 20px !important; }

header .ico-social .social-1 {
  background-position: -4px -46px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 14px;
  height: 13px; }

header .ico-social li {
  display: inline-block; }

header .ico-social li a {
  display: block;
  width: 30px;
  height: 13px; }

header .ico-social li {
  display: inline-block !important;
  padding-right: 17px; }

header .ico-social:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  bottom: auto;
  left: auto;
  height: 20px;
  width: 1px;
  border-right: 1px solid #7a7b7a; }

header .logos {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px; }

@media (min-width: 992px) {
  header .logos {
    float: left;
    width: 50%; } }

header .logos .logo {
  float: left;
  max-width: 139px;
  width: 33%; }

header .logos .logo img {
  display: block;
  width: 100%;
  height: auto; }

header .logos h2 {
  width: 33%;
  padding-left: 22px;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-right: 3px solid #000;
  height: 140px;
  position: relative;
  padding-top: 4px; }

@media screen and (min-width: 992px) {
  header .logos h2 {
    max-width: 148px; } }

header .logos h2 img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 22px; }

@media screen and (max-width: 992px) {
  header .logos h2 {
    border-right: 0;
    height: auto;
    width: 66%;
    padding-bottom: 10px; }
  header .logos h2 img {
    display: none; } }

header .equacio {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  padding-top: 65px; }

@media (min-width: 992px) {
  header .equacio {
    float: left;
    width: 50%; } }

@media screen and (max-width: 992px) {
  header .equacio {
    display: none; } }

header .equacio .temes span {
  background-position: -4px -218px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 23px;
  height: 42px; }

header .equacio .complices span {
  background-position: -4px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 42px; }

header .equacio .llocs span {
  background-position: -4px -318px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 42px; }

header .equacio .propostes span {
  background-position: -4px -368px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 42px; }

header .equacio a {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  padding: 0 15px;
  position: relative; }

header .equacio a span {
  margin: auto;
  margin-bottom: 20px; }

header .equacio a:before {
  content: "";
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  margin-top: -20px; }

header .equacio a:after {
  content: "";
  height: 2px;
  width: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -4px;
  bottom: auto;
  left: auto;
  margin-top: -16px; }

header .equacio a:nth-last-child(2):before {
  width: 10px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -4px;
  bottom: auto;
  left: auto;
  margin-top: -12px; }

header .equacio a:nth-last-child(2):after {
  margin-top: -16px; }

header .equacio a:last-child {
  padding-right: 0; }

header .equacio a:last-child:before,
header .equacio a:last-child:after {
  content: none; }

header .equacio a:hover span {
  opacity: 0.5; }

header nav {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 768px) {
  header nav {
    float: left;
    width: 100%; } }

header nav a {
  display: inline-block;
  color: #7a7979;
  padding: 0 16px; }

header nav a.active,
header nav a:hover {
  color: #000; }

header nav a:first-child {
  padding-left: 0; }

@media screen and (max-width: 992px) {
  header nav a {
    display: none; } }

.menu-mobile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  background: #eaeaea;
  text-align: right; }

@media screen and (max-width: 992px) {
  .menu-mobile {
    display: block; } }

.menu-mobile .bt-mobile {
  border: 0;
  background: none;
  width: 35px;
  margin-top: 10px; }

.menu-mobile .bt-mobile span {
  width: 100%;
  display: block;
  border-radius: 2px;
  height: 5px;
  background: #000;
  margin-bottom: 5px; }

.menu-mobile .content-menu {
  display: none;
  text-align: left; }

.menu-mobile .equacio {
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
  display: block !important;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.menu-mobile .equacio a {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  padding: 0 5px; }

.menu-mobile .ico-social {
  width: 100%;
  border-top: 1px solid #000;
  padding: 10px 0; }

.menu-mobile .ico-social li {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  margin-right: 10px; }

.menu-mobile .ico-social:after {
  content: none; }

.menu-mobile .langs {
  display: inline-block;
  font-size: 12px;
  border-top: 1px solid #000;
  padding: 10px 0;
  width: 100%; }

.menu-mobile .langs a {
  color: #000;
  text-decoration: none; }

.menu-mobile .langs li {
  list-style: none;
  display: inline-block; }

.menu-mobile .langs li:after {
  content: "/";
  color: #000;
  padding-left: 4px;
  padding-right: 4px; }

.menu-mobile .langs li:last-child:after {
  content: none; }

.menu-mobile .langs a:hover,
.menu-mobile .langs a.active {
  color: #7a7b7a; }

.menu-mobile .menu-items {
  width: 100%; }

.menu-mobile .menu-items li {
  padding: 10px 0;
  border-top: 1px solid #000;
  list-style: none; }

footer .menu {
  background: #333333;
  display: none; }

@media screen and (min-width: 993px) {
  footer .menu {
    display: block; } }

footer .column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

footer .column a {
  display: inline-block;
  color: #fff;
  padding: 0 16px; }

footer .column a.active,
footer .column a:hover {
  text-decoration: underline; }

footer .column a:first-child {
  padding-left: 0; }

footer .logos {
  background: #000;
  padding-top: 26px;
  padding-bottom: 60px; }

footer .logos .column1 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  footer .logos .column1 {
    float: left;
    width: 41.66667%; } }

footer .logos .column1 a:first-child {
  float: left; }

footer .logos .column1 a:last-child {
  float: right;
  padding-right: 30px; }

@media screen and (max-width: 992px) {
  footer .logos .column1 a {
    float: none !important;
    padding-bottom: 20px;
    padding-right: 20px; } }

footer .logos .column2 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }

@media (min-width: 992px) {
  footer .logos .column2 {
    float: left;
    width: 25%; } }

@media screen and (max-width: 992px) {
  footer .logos .column2 {
    text-align: left; } }

footer .logos .column3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }

@media (min-width: 992px) {
  footer .logos .column3 {
    float: left;
    width: 33.33333%; } }

footer .logos .column3 a {
  padding-left: 15px; }

@media screen and (max-width: 992px) {
  footer .logos .column3 {
    text-align: left;
    padding-top: 20px; }
  footer .logos .column3 a {
    padding-left: 0;
    padding-right: 15px; } }

.banners-home {
  padding-top: 74px;
  padding-bottom: 74px; }

.banners-home .banner {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .banners-home .banner {
    float: left;
    width: 33.33333%; } }

.banners-home .banner img {
  max-width: 340px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto; }

.banners-home .banner:first-child {
  text-align: left; }

.banners-home .banner:first-child img {
  display: inline-block; }

.banners-home .banner:last-child {
  text-align: right; }

.banners-home .banner:last-child img {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .banners-home .banner img {
    display: block !important;
    margin: auto !important;
    margin-bottom: 20px !important; } }

.posts {
  background: rgba(255, 255, 255, 0.9);
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }

.posts:before,
.posts:after {
  content: " ";
  display: table; }

.posts:after {
  clear: both; }

.posts .row {
  margin-left: -25px;
  margin-right: -25px; }

.posts .row:before,
.posts .row:after {
  content: " ";
  display: table; }

.posts .row:after {
  clear: both; }

.posts .post {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .posts .post {
    float: left;
    width: 33.33333%; } }

.posts .post img {
  display: block;
  width: 100%;
  height: auto; }

.posts .post h3 {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 15px 0; }

.posts .post h3 a {
  color: #a7a7a7; }

.posts .post h3 span {
  float: right; }

.posts .post h2 {
  font-size: 24px;
  padding-bottom: 15px; }

.posts .post p {
  font-size: 11px; }

.posts .post:hover {
  opacity: 0.7; }

.posts h2.titular {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding-top: 25px;
  padding-bottom: 25px; }

.posts h2.titular ul {
  float: right;
  text-align: right; }

.posts h2.titular ul li {
  list-style: none;
  display: inline-block;
  font-size: 11px;
  color: #a7a7a7;
  padding-left: 17px; }

.posts .icon, .posts header .ico-social .facebook, header .ico-social .posts .facebook, .posts header .ico-social .twitter, header .ico-social .posts .twitter, .posts header .ico-social .youtube, header .ico-social .posts .youtube, .posts header .ico-social .social-1, header .ico-social .posts .social-1, .posts .propostes-widget .menu-prop a span, .propostes-widget .menu-prop a .posts span {
  display: inline-block !important;
  margin-right: 7px;
  vertical-align: middle; }

.posts .icon.articulos, .posts header .ico-social .articulos.facebook, header .ico-social .posts .articulos.facebook, .posts header .ico-social .articulos.twitter, header .ico-social .posts .articulos.twitter, .posts header .ico-social .articulos.youtube, header .ico-social .posts .articulos.youtube, .posts header .ico-social .articulos.social-1, header .ico-social .posts .articulos.social-1, .posts .propostes-widget .menu-prop a span.articulos, .propostes-widget .menu-prop a .posts span.articulos {
  background-position: -4px -88px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px; }

.posts .icon.proyectos, .posts header .ico-social .proyectos.facebook, header .ico-social .posts .proyectos.facebook, .posts header .ico-social .proyectos.twitter, header .ico-social .posts .proyectos.twitter, .posts header .ico-social .proyectos.youtube, header .ico-social .posts .proyectos.youtube, .posts header .ico-social .proyectos.social-1, header .ico-social .posts .proyectos.social-1, .posts .propostes-widget .menu-prop a span.proyectos, .propostes-widget .menu-prop a .posts span.proyectos {
  background-position: -4px -120px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 25px;
  height: 24px; }

.posts .icon.videos, .posts header .ico-social .videos.facebook, header .ico-social .posts .videos.facebook, .posts header .ico-social .videos.twitter, header .ico-social .posts .videos.twitter, .posts header .ico-social .videos.youtube, header .ico-social .posts .videos.youtube, .posts header .ico-social .videos.social-1, header .ico-social .posts .videos.social-1, .posts .propostes-widget .menu-prop a span.videos, .propostes-widget .menu-prop a .posts span.videos {
  background-position: -4px -152px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px; }

.container-prehome {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 20px;
  width: 100%; }

.container-prehome > img {
  max-width: 100%;
  width: auto;
  float: left;
  padding-right: 35px; }

@media screen and (min-width: 680px) {
  .container-prehome {
    width: 680px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .container-prehome > img {
    max-width: 50%;
    width: auto;
    float: left;
    padding-right: 35px; } }

.container-prehome .content {
  width: 100%;
  float: left;
  padding-left: 0; }

.container-prehome .content h2 {
  padding: 20px 8px;
  font-size: 18px;
  color: #fff;
  float: left;
  width: 50%;
  font-weight: 400;
  margin-bottom: 20px; }

.container-prehome .content h2:first-child {
  border-right: 2px solid #fff; }

.container-prehome .content a {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 30px;
  margin-top: 20px; }

@media screen and (min-width: 680px) {
  .container-prehome .content {
    width: 50%;
    padding-left: 35px; } }

section.complices {
  position: relative; }

@media screen and (min-width: 992px) {
  section.complices {
    margin-top: 70px; } }

section.complices .column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: none !important;
  display: table-cell !important;
  vertical-align: top;
  padding-top: 40px;
  padding-bottom: 40px; }

@media (min-width: 768px) {
  section.complices .column {
    float: left;
    width: 83.33333%; } }

section.complices .column .item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  section.complices .column .item {
    float: left;
    width: 33.33333%; } }

section.complices .column .item:hover {
  opacity: 0.8; }

section.complices .column img {
  float: left;
  padding-bottom: 12px; }

section.complices .column .info {
  float: left;
  padding-left: 8px;
  width: calc(100% - 70px); }

section.complices .column:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 0; }

@media screen and (max-width: 767px) {
  section.complices .column {
    display: block !important;
    background: rgba(255, 255, 255, 0.9); }
  section.complices .column:before {
    content: none; } }

section.complices .sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  float: none !important;
  display: table-cell !important;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  min-height: 100%; }

@media (min-width: 768px) {
  section.complices .sidebar {
    float: left;
    width: 16.66667%; } }

@media screen and (max-width: 767px) {
  section.complices .sidebar {
    display: none !important; } }

.box-titular {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #000;
  color: #fff;
  z-index: 1;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 992px) {
  .box-titular {
    float: left;
    width: 50%; } }

@media screen and (min-width: 992px) {
  .box-titular {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0; } }

.box-titular h2 {
  font-size: 22px;
  padding-bottom: 12px; }

.hash-cate {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  background: url("../img/ico-hash.png") no-repeat top left;
  padding-top: 6px;
  padding-bottom: 20px;
  padding-left: 32px; }

@media (min-width: 768px) {
  .hash-cate {
    float: left;
    width: 33.33333%; } }

.hash-cate:hover {
  opacity: 0.8; }

.hash-cate p {
  font-style: italic;
  padding: 0;
  padding-bottom: 7px;
  font-size: 13px; }

.hash-cate p strong {
  font-style: normal;
  font-weight: 700; }

.text-post {
  position: relative;
  z-index: 1;
  padding-right: 15px; }

@media screen and (min-width: 992px) {
  .text-post {
    padding-left: 50px;
    padding-right: 50px; } }

.text-post img {
  float: none !important;
  max-width: 100%;
  width: auto;
  height: auto; }

.text-post p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px; }

.text-post a {
  color: #00deff;
  text-decoration: underline; }

.text-post a:hover {
  text-decoration: none; }

.text-post h1 {
  font-size: 50px; }

.text-post h2 {
  font-size: 35px; }

.text-post h3 {
  font-size: 28px; }

.text-post h4 {
  font-size: 22px; }

.text-post h4 {
  font-size: 16px; }

.youtube_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube_video iframe,
.youtube_video object,
.youtube_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.supertitle {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 100; }

.supertitle span {
  text-decoration: underline; }

.titular_seccio {
  font-size: 50px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

section.activitats {
  margin-top: 60px; }

.activitat-item {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .activitat-item {
    padding-left: 35px; } }

.activitat-item img {
  max-width: 146px;
  width: 100%;
  height: auto;
  display: none; }

@media screen and (min-width: 768px) {
  .activitat-item img {
    display: block; } }

.activitat-item .text-activitat {
  float: left;
  width: 100%;
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .activitat-item .text-activitat {
    max-width: 60%;
    padding-left: 20px; } }

.activitat-item .text-activitat h2 {
  font-size: 22px;
  padding-bottom: 10px; }

.activitat-item .text-activitat h3 {
  font-size: 16px;
  font-weight: 400; }

.activitat-item .text-activitat h3 a {
  color: #a7a7a7; }

.activitat-item .text-activitat h4 {
  font-weight: 400;
  font-size: 16px; }

.activitat-item .text-activitat p {
  font-weight: 400;
  font-size: 11px; }

.activitat-item .text-activitat a:hover {
  text-decoration: underline; }

#map-canvas {
  height: 400px;
  margin-right: 15px;
  margin-left: 30px; }

.menu-lugares {
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-left: 30px;
  margin-bottom: 60px; }

.menu-lugares li {
  list-style: none; }

.menu-lugares span svg {
  width: 16px;
  height: 24px; }

.menu-lugares ul.menu > li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px 8px 20px;
  border: 2px solid #fff;
  margin-right: 30px; }

.menu-lugares ul.menu > li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  background: #fff;
  width: 300px;
  max-height: 300px;
  overflow-y: auto; }

.menu-lugares ul.menu > li li {
  font-size: 13px;
  padding: 15px 20px;
  padding-left: 44px;
  position: relative; }

.menu-lugares ul.menu > li li span {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px; }

.menu-lugares ul.menu > li li a:hover {
  color: #00deff; }

.menu-lugares ul.menu > li:hover ul {
  display: block; }

.proposta-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (min-width: 992px) {
  .proposta-item {
    float: left;
    width: 33.33333%; } }

.proposta-item .background {
  background: #fff;
  padding: 15px 10px; }

.proposta-item h2 span svg {
  width: 48px;
  height: 57px;
  float: left; }

.proposta-item h2 span.propia svg polyline {
  stroke: #36deff !important; }

.proposta-item h2 a {
  float: right;
  width: calc(100% - 60px);
  font-size: 16px; }

.proposta-item p {
  clear: both;
  padding-top: 16px;
  padding-bottom: 10px; }

.proposta-item .circle {
  width: 50%;
  float: left;
  padding-top: 22px; }

.proposta-item .circle svg {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px; }

.proposta-item img {
  width: 50%;
  float: left;
  padding-bottom: 0 !important; }

.propostes-pagination {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.proposta-fitxa {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .proposta-fitxa {
    float: left;
    width: 66.66667%; } }

.proposta-fitxa h2.titular {
  padding-top: 23px;
  padding-bottom: 38px;
  font-size: 22px; }

.proposta-fitxa span.ico {
  display: block;
  width: 46px; }

.proposta-fitxa span.ico svg {
  display: block;
  margin: auto;
  width: 46px;
  height: 46px; }

.proposta-fitxa span.ico.propia svg polyline {
  stroke: #36deff !important; }

.proposta-fitxa img {
  float: none !important;
  max-width: 100%;
  width: auto;
  height: auto; }

.proposta-fitxa p {
  padding-top: 20px;
  font-size: 11px; }

.proposta-fitxa a {
  color: #00deff;
  text-decoration: underline; }

.proposta-fitxa a:hover {
  text-decoration: none; }

.proposta-fitxa h1 {
  font-size: 50px; }

.proposta-fitxa h2 {
  font-size: 35px; }

.proposta-fitxa h3 {
  font-size: 28px; }

.proposta-fitxa h4 {
  font-size: 22px; }

.proposta-fitxa h4 {
  font-size: 16px; }

.proposta-fitxa .info-proposta {
  background: #e9e9e9;
  padding: 20px 10px;
  max-width: 280px;
  width: auto;
  margin-top: 20px; }

.proposta-fitxa .info-proposta .complice,
.proposta-fitxa .info-proposta .complice svg {
  width: 25px;
  height: 27px; }

.proposta-fitxa .info-proposta .complice {
  float: left; }

.proposta-fitxa .info-proposta .tema,
.proposta-fitxa .info-proposta .tema svg {
  width: 18px;
  height: 29px; }

.proposta-fitxa .info-proposta .tema {
  float: left; }

.proposta-fitxa .info-proposta .lloc,
.proposta-fitxa .info-proposta .lloc svg {
  width: 18px;
  height: 29px; }

.proposta-fitxa .info-proposta .lloc {
  float: left; }

.proposta-fitxa .info-proposta h2 {
  font-size: 11px;
  float: left;
  padding-left: 20px;
  padding-bottom: 30px;
  font-size: 12px;
  width: calc( 100% - 25px); }

.proposta-fitxa .info-proposta h2 strong {
  color: #979797;
  font-weight: 300; }

.proposta-fitxa .messages {
  margin-bottom: 20px; }

.proposta-fitxa .messages li {
  list-style: none;
  background: red;
  width: 100%;
  color: #fff;
  padding: 5px;
  font-size: 16px; }

.proposta-fitxa .messages li.success {
  background: #36deff;
  color: #000; }

.proposta_images {
  padding-top: 26px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .proposta_images {
    float: left;
    width: 33.33333%; } }

.proposta_images img {
  display: block;
  width: 100%;
  height: auto; }

.proposta_form select,
.proposta_form textarea,
.proposta_form input {
  width: 100%;
  padding: 4px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  line-height: 25px;
  background: #fff; }

.proposta_form textarea {
  line-height: 16px; }

.proposta_form label {
  display: block;
  width: 100%;
  padding: 4px;
  clear: both; }

.proposta_form ul li {
  float: left;
  width: 50%;
  list-style: none; }

.proposta_form ul li input {
  width: auto;
  display: inline;
  margin-bottom: 10px; }

@media screen and (min-width: 993px) {
  .proposta_form ul li {
    width: 33%; } }

.proposta_form .helptext {
  display: none; }

.proposta_form input[type="submit"] {
  width: 120px;
  background: #000;
  color: #fff; }

.proposta_form .errorlist {
  width: 100%; }

.proposta_form .errorlist li {
  display: block;
  color: red;
  width: 100%; }

.propostes-widget {
  width: calc(100% - 15px);
  background: #f0f0f0;
  position: relative;
  z-index: 100;
  margin-top: 20px; }

.propostes-widget .menu-prop {
  width: 150px; }

.propostes-widget .menu-prop a {
  padding: 20px 10px;
  display: block;
  color: #000;
  text-align: center;
  background: #dcdcdc;
  border-bottom: 1px solid #a0a0a0; }

.propostes-widget .menu-prop a.active {
  background: #f0f0f0; }

.propostes-widget .menu-prop a:last-child {
  border-bottom: 0; }

.propostes-widget .menu-prop a span {
  display: block;
  margin: auto; }

.propostes-widget .menu-prop a.propuestas span {
  background-position: -4px -368px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 42px; }

.propostes-widget .menu-prop a.complices span {
  background-position: -4px -268px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 42px; }

.propostes-widget .menu-prop a.lugares span {
  background-position: -4px -318px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 22px;
  height: 42px; }

.propostes-widget .menu-prop a.temas span {
  background-position: -4px -218px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  width: 23px;
  height: 42px; }

.propostes-widget .info-prop {
  width: calc( 100% - 150px); }
