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

label, 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
======================= 
*/
/* 
=======================
LAYOUT
======================= 
*/
/*COLORS*/
/*shape colors*/
/*MIXINS*/
/*VARIABLES*/
/*MAIN FONT SETTINGS*/
html { font-size: 62.5%; }

strong { font-weight: 900; }

/*FONT SIZE*/
h1 { font-size: 28px; font-size: 2.8rem; line-height: 35px; line-height: 4.2rem; font-weight: 900; color: #4f4f4f; font-weight: 900; }

h2 { font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; font-weight: 900; }

h3 { font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; }

h4 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; font-weight: 900; }

h5 { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; }

h6 { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; font-weight: 900; }

p, li { font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; }

p { padding: 0 0 15px 0; }

strong { font-weight: 900; }

html, body { height: 100%; }

body { font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; font-size: 1.6rem; line-height: 20px; line-height: 2.4rem; color: #4f4f4f; }

header, div, nav, span, section, article, aside, h1, h2, h3, h4, h5, h6, p, ul, ol, li { -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; }

a:link, a:hover, a:visited, a:active { color: #4f4f4f; }

.center-wrapper { width: 100%; max-width: 1000px; margin: 0 auto; }

.main-content { clear: both; background: white; }

.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 -75px; /* the bottom margin is the negative value of the footer's height */ padding: 0 0 100px 0; }

.footer, .push { height: 75px; /* .push must be the same height as .footer */ }

nav ul { margin: 0; padding: 0; list-style: none; }
nav li { display: inline-block; }

.row { width: 100%; display: block; clear: both; vertical-align: top; padding: 5px 0; }

.half-column { width: 47%; display: inline-block; vertical-align: top; }
.half-column + .half-column { 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-third-column { width: 33%; display: inline-block; vertical-align: top; }
.one-third-column + .two-third-column { width: 66%; 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; }

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] { padding: 5px 10px; border: 1px solid #1c1c1c; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; }

input[type="checkbox"], input[type="radio"] { vertical-align: middle; }

input[type="submit"] { background: #4f4f4f; border: none; color: white; padding: 5px 10px; border-radius: 4px; margin: 5px 0; }

textarea { padding: 5px 10px; border: 1px solid #1c1c1c; border-radius: 4px; font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; width: 90%; min-height: 100px; }

.float-right { float: right; }

.only-print { display: none; }

/* 
=======================
END LAYOUT
======================= 
*/
/* 
=======================
PROJECT STYLES
======================= 
*/
.header { position: relative; }

.sport-header { background: #e00707; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMDcwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMzA2MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #e00707 0%, #c30605 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e00707), color-stop(100%, #c30605)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e00707 0%, #c30605 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e00707 0%, #c30605 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e00707 0%, #c30605 100%); /* IE10+ */ background: linear-gradient(to bottom, #e00707 0%, #c30605 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e00707', endColorstr='#c30605',GradientType=0 ); /* IE6-8 */ border-bottom: 10px solid #3b3b3d; padding: 5px 5px 5px 10px; }

.ictiva-header { position: absolute; right: 10px; top: 0; }

h1 { text-align: center; color: #ec7f13; padding: 10px 0 5px 0; }

.benefits { background: #f1eae3; padding: 10px 20px; margin: 5px 0; border-radius: 4px; }
.benefits ul { display: table; width: 80%; margin: 0 auto; }
.benefits li { display: table-cell; text-align: center; width: 33%; color: #ec7f13; }
.benefits li.home { background: url(../img/icon-house.png) no-repeat top center; padding: 75px 0 0 0; }
.benefits li.all-year { background: url(../img/icon-all-year.png) no-repeat top center; padding: 75px 0 0 0; }
.benefits li.hour { background: url(../img/icon-clock.png) no-repeat top center; padding: 75px 0 0 0; }
.benefits li p { font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; width: 70%; margin: 0 auto; font-weight: 900; line-height: 2.2rem; }

.videos { margin: 15px 0; }
.videos li { display: inline-block; width: 32.5%; vertical-align: top; text-align: center; }
.videos li iframe { width: 100%; }
.videos li:nth-child(2) { margin: 0 0 0 8px; }
.videos li:last-child { float: right; }
.videos li img { width: 100%; }

.register-area { margin: 20px 0; position: relative; }
.register-area .link { background: url(../img/link.png) no-repeat; position: absolute; width: 118px; height: 65px; left: 50%; margin-left: -59px; top: 100px; }
.register-area .half-column { background: #f1eae3; padding: 20px; height: 850px; border-radius: 4px; }
.register-area .half-column.column-free-register { background: url(../img/hombre-mujer.png) no-repeat center bottom #f1eae3; }
.register-area ul { margin: 20px 0; }

a.button { background: #00aeef; display: block; padding: 20px; color: white; margin: 10px auto; width: auto; text-align: center; cursor: pointer; font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; font-weight: 900; border-radius: 7px; box-shadow: 0px 3px 3px #4f4f4f; }
a.button:hover { background: #0089bc; box-shadow: 0px 3px 3px #4f4f4f inset; }

.payment-benefits li, .free-benefits li { padding: 5px 4px 10px 45px; font-weight: 900; text-transform: uppercase; }
.payment-benefits li .explanation, .free-benefits li .explanation { display: block; font-weight: normal; text-transform: none; }
.payment-benefits li.disciplinas, .free-benefits li.disciplinas { background: url(../img/icon-list-21-disciplina.png) no-repeat left 3px; }
.payment-benefits li.sesiones, .free-benefits li.sesiones { background: url(../img/icon-list-500-video.png) no-repeat left 3px; }
.payment-benefits li.motivador, .free-benefits li.motivador { background: url(../img/icon-list-motivator.png) no-repeat left 3px; }
.payment-benefits li.premios, .free-benefits li.premios { background: url(../img/icon-list-puntuacio.png) no-repeat left 3px; }
.payment-benefits li.todoano, .free-benefits li.todoano { background: url(../img/icon-list-clock.png) no-repeat left 3px; }
.payment-benefits li.estadisticas, .free-benefits li.estadisticas { background: url(../img/icon-list-graficos-estadisticas.png) no-repeat left 3px; }
.payment-benefits li.planesentrenamiento, .free-benefits li.planesentrenamiento { background: url(../img/icon-list-magazine.png) no-repeat left 3px; }
.payment-benefits li.planesnutricionales, .free-benefits li.planesnutricionales { background: url(../img/icon-list-planes-nutricionales.png) no-repeat left 3px; }
.payment-benefits li.intensidad, .free-benefits li.intensidad { background: url(../img/icon-list-niveles-intensidad.png) no-repeat left 3px; }

.discount { text-align: center; }
.discount .offer { display: block; background: #ec7f13; padding: 5px; text-align: center; color: white; font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; text-transform: uppercase; width: 150px; border-radius: 30px; margin: -25px auto 0 auto; }
.discount .from-price { font-weight: 900; font-size: 20px; font-size: 2rem; line-height: 25px; line-height: 3rem; }
.discount .discount-amount { text-align: center; padding: 0; font-weight: 900; background: #b60202; color: white; position: relative; margin: 0 0 25px 0; padding: 5px 10px 5px 55px; }
.discount .discount-amount .percentage { background: #3b3b3d; position: absolute; left: 15px; top: -10px; padding: 35px 15px; font-size: 28px; font-size: 2.8rem; line-height: 35px; line-height: 4.2rem; font-weight: 900; line-height: 1rem; border-radius: 100px; box-shadow: 0px 3px 5px #444; }
.discount .discount-amount .cupon-code { display: block; font-weight: normal; margin: -8px 0 0 0; }
.discount .discount-amount .code-name { font-size: 24px; font-size: 2.4rem; line-height: 30px; line-height: 3.6rem; font-weight: 900; }
.discount p { padding: 0 0 5px 0; }

.footer { margin: 20px 0; }
.footer p { font-size: 14px; font-size: 1.4rem; line-height: 17.5px; line-height: 2.1rem; padding: 2px 0; }
.footer a { color: #ec7f13; }

/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
/* 
=======================
END PROJECT STYLES
======================= 
*/
/* 
=======================
MEDIA QUERIES
======================= 
*/
@media screen and (max-width: 1000px) { .center-wrapper { padding: 0 10px; } }
@media screen and (max-width: 978px) { .benefits ul { width: 100%; }
  .register-area .half-column { height: 1100px; } }
@media screen and (max-width: 817px) { .videos li { width: 32%; } }
@media screen and (max-width: 768px) { .videos li { width: 100%; }
  register-area .half-column { height: 1500px; } }
@media screen and (max-width: 600px) { .benefits ul { width: 100%; display: block; }
  .benefits li { display: block; width: 100%; text-align: left; height: 110px; }
  .benefits li p { padding: 20px 0 0 0; }
  .benefits li.home, .benefits li.all-year, .benefits li.hour { padding: 0 0 0 100px; background-position: left center; }
  .benefits li.home p, .benefits li.hour p { padding: 40px 0 0 0; }
  .half-column { width: 100%; display: block; }
  .half-column + .half-column { float: none; }
  .link { display: none; }
  .register-area .half-column { height: auto; margin: 0 0 20px 0; }
  .register-area .half-column.column-free-register { background: #f1eae3; } }
@media screen and (max-width: 501px) { h1 { font-size: 22px; font-size: 2.2rem; line-height: 27.5px; line-height: 3.3rem; margin: 20px 0; padding: 10px 0 0 0; } }
@media screen and (max-width: 440px) { .sport-header { height: 53px; }
  .sport-header img { width: 30%; }
  .ictiva-header { width: 45%; }
  .ictiva-header img { width: 100%; } }
/* 
=======================
END MEDIA QUERIES
======================= 
*/
/**************************** NO AFEGIR O MODIFICAR ESTILS A SCREEN.CSS --> FER-HO SEMPRE A AUXILIAR.CSS si cal, sobreescrivint ************************/
