html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/* 
=======================
RESETS
======================= 
*/
/* 
$ 1.1 Reset 1 --- html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark
----------------------
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

textarea { overflow: auto; }

/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

.ie6 input { vertical-align: text-bottom; }

input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

/* Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button { width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after 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, 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/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
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; }

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 { -moz-box-sizing: content-box; 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 (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** 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; }

/* 
$ 1.2 Reset 2 --- others
----------------------
*/
* { margin: 0; padding: 0; }

:focus { outline: 0; }

a img, iframe { border: none; }

ol, ul { list-style: none; }

select { margin: inherit; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

a:link, a:hover, a:visited, a:active { text-decoration: none; }

div, nav, span, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* 
=======================
END RESET
======================= 
*/
/* 
=======================
PROJECT STYLES
======================= 
*/
/*COLORS*/
/*shape colors*/
/*VARIABLES*/
/*MIXINS*/
/*Flex mixins*/
/*end Flex mixins*/
/*MAIN FONT SETTINGS*/
html { font-size: 62.5%; }

strong { font-weight: 700; }

/*FONT SIZE*/
h1 { font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; font-weight: 700; margin: 0 0 20px 0; }

h2 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; font-weight: 700; margin: 0 0 20px 0; }

h3 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; margin: 0 0 15px 0; }

h4 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; font-weight: 700; margin: 0 0 15px 0; }

h5 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; margin: 0 0 15px 0; }

h6 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; font-weight: 700; margin: 0 0 15px 0; }

p, li { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }

p { margin: 0 0 15px 0; }

li { margin: 0 0 10px 0; }

/*GRID*/
html, body { height: 100%; }

.push-content { min-height: 100%; height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ height: 100%; margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */ padding: 0 0 130px 0; }

.footer, .push { height: 130px; /* .push must be the same height as .footer */ }

header, div, nav, span, section, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

#fancybox-inner, #fancybox-wrap { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; font-weight: normal; font-style: normal; }

.center-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; }

.row { width: 100%; display: block; clear: both; vertical-align: top; padding: 5px 0; }

.one-third-column { width: 33%; display: inline-block; vertical-align: top; }
.one-third-column + .two-third-column { width: 66%; display: inline-block; float: right; }

.two-third-column { width: 66%; display: inline-block; vertical-align: top; }
.two-third-column + .one-third-column { width: 33%; display: inline-block; float: right; }

.one-fourth-column { width: 22%; display: inline-block; vertical-align: top; }
.one-fourth-column:last-child { float: right; }

.three-fourth-column { width: 75%; display: inline-block; vertical-align: top; }
.three-fourth-column:last-child { float: right; }

.half-column { width: 47%; display: inline-block; vertical-align: top; }
.half-column + .half-column { float: right; }

.flex-content { width: 100%; display: -webkit-box; /*iOS6, Safari 3.1-6*/ display: -ms-flexbox; /*IE10*/ -ms-flex-direction: row; /*IE10*/ -ms-flex-wrap: wrap; /*IE10*/ -ms-align-items: stretch; display: -webkit-flex; /*android 4.3, IE mobile, Safari*/ -webkit-flex-direction: row; /*iOS6, Safari 3.1-6*/ -webkit-flex-wrap: wrap; /*iOS6, Safari 3.1-6*/ -webkit-align-items: stretch; display: flex; flex-direction: row; flex-wrap: wrap; align-items: stretch; align-content: stretch; }
.flex-content .flex-column-first { -webkit-box-flex: 0 0 30%; /*iOS6, Safari 3.1-6*/ -ms-flex: 0 0 30%; /*IE10*/ -webkit-flex: 0 0 30%; /*android 4.3, IE mobile, Safari*/ flex: 0 0 30%; }
.flex-content .flex-column-second { -webkit-box-flex: 1 0; /*iOS6, Safari 3.1-6*/ -ms-flex: 1 0; /*IE10*/ -webkit-flex: 1 0; /*android 4.3, IE mobile, Safari*/ flex: 1 0; }
.flex-content .flex-column-first { padding: 0 40px 0 0; }

.no-flexbox .flex-content { display: table !important; width: 100%; }
.no-flexbox .flex-column-first, .no-flexbox .flex-column-second { display: table-cell !important; vertical-align: top; }

/*GLOBAL STYLES*/
body { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; color: #1a1a1a; }

a:link, a:hover, a:visited, a:active { color: #1a1a1a; }

a { cursor: pointer; }

.float-right { float: right; }

.only-print { display: none; }

.main-content { clear: both; }

nav ul { margin: 0; padding: 0; list-style: none; }
nav li { display: inline-block; vertical-align: top; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] { padding: 5px 10px; border: 1px solid #1a1a1a; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; width: 100%; box-sizing: border-box; }

input[type="checkbox"], input[type="radio"] { vertical-align: middle; display: inline-block; float: left; margin: 5px 5px 0 0; }

input[type="checkbox"] + label { display: inline-block; }

input[type="submit"] { background: #1a1a1a; border: none; color: white; padding: 5px 10px; border-radius: 4px; margin: 5px 0; }

textarea { padding: 5px 10px; border: 1px solid #1a1a1a; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; width: 100%; box-sizing: border-box; min-height: 100px; }

.style-select { background: url(../img/arrow-down.png) no-repeat 95% center white; background: none\0; width: 100%; border: 1px solid black; border: none\0; border-radius: 4px; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: window; }
.style-select select { background: transparent; background: white\0; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: window; width: 100% !important; padding: 3px 10px; border: none; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE10+ specific styles go here */
  .style-select { background: none; border: none; }
  .style-select select { background: white; } }
/* thanks to http://codepen.io/geoffyuen/pen/FCBEg --> this bite of code is copied from this URL, but slightly customized. */
.rwd-table { margin: 10px 0; min-width: 300px; width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.rwd-table tr:hover { background: #f7f5f3; }
.rwd-table th { display: none; font-weight: bold; background: #f4daab; }
.rwd-table td { display: block; }
.rwd-table td:first-child { padding-top: 9px; }
.rwd-table td:last-child { padding-bottom: 9px; }
.rwd-table td a { border: none; font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }
.rwd-table td a:hover { cursor: pointer; }
.rwd-table td:before { content: attr(data-th) ": "; font-weight: bold; width: 6.5em; display: block; }
@media (min-width: 600px) { .rwd-table td:before { display: none; } }
.rwd-table th, .rwd-table td { text-align: left; }
@media (min-width: 600px) { .rwd-table th, .rwd-table td { display: table-cell; padding: 0px 4px; }
  .rwd-table th:last-child, .rwd-table td:last-child { padding-right: 0; } }

/*end thanks http://codepen.io/geoffyuen/pen/FCBEg*/
/*PROJECT CUSTOM STYLES*/
.center-wrapper { padding: 10px; }

a { color: #a30030; }

h1 { display: none; }

h2 { color: #a30030; margin: 5px 0 10px 0; }

ul { margin: 10px 0; }

li { background: url(../img/point.png) no-repeat left 10px; padding: 0 0 0 15px; margin: 0 0 5px 0; }

div#brcm-cms-admin-capcalera *, .brcm-element-menu * { box-sizing: content-box; }

/*end PROJECT CUSTOM STYLES*/
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
/* 
=======================
PROJECT STYLES
======================= 
*/
/* 
=======================
MEDIA QUERIES
======================= 
*/
/* 
=======================
END MEDIA QUERIES
======================= 
*/
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
