@charset "UTF-8";

/* Reset
--------------------------------------------------------- */

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Clearfix
--------------------------------------------------------- */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-table; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }


/* Font face
--------------------------------------------------------- */

@font-face {
	font-family: 'MontserratRegular';
	src: url('/fonts/montserrat_regular/Montserrat-Regular.eot');
	src: url('/fonts/montserrat_regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
	url('/fonts/montserrat_regular/Montserrat-Regular.woff2') format('woff2'),
	url('/fonts/montserrat_regular/Montserrat-Regular.woff') format('woff'),
	url('/fonts/montserrat_regular/Montserrat-Regular.ttf') format('truetype'),
	url('/fonts/montserrat_regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MontserratBold';
	src: url('/fonts/montserrat_bold/Montserrat-Bold.eot');
	src: url('/fonts/montserrat_bold/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/montserrat_bold/Montserrat-Bold.woff2') format('woff2'),
	url('/fonts/montserrat_bold/Montserrat-Bold.woff') format('woff'),
	url('/fonts/montserrat_bold/Montserrat-Bold.ttf') format('truetype'),
	url('/fonts/montserrat_bold/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MontserratBoldItalic';
	src: url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.eot');
	src: url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
	url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.woff2') format('woff2'),
	url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.woff') format('woff'),
	url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.ttf') format('truetype'),
	url('/fonts/montserrat_bolditalic/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'MontserratBlack';
	src: url('/fonts/montserrat_black/Montserrat-Black.eot');
	src: url('/fonts/montserrat_black/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
	url('/fonts/montserrat_black/Montserrat-Black.woff2') format('woff2'),
	url('/fonts/montserrat_black/Montserrat-Black.woff') format('woff'),
	url('/fonts/montserrat_black/Montserrat-Black.ttf') format('truetype'),
	url('/fonts/montserrat_black/Montserrat-Black.svg#Montserrat-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MontserratBlackItalic';
	src: url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.eot');
	src: url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
	url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.woff2') format('woff2'),
	url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.woff') format('woff'),
	url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.ttf') format('truetype'),
	url('/fonts/montserrat_blackitalic/Montserrat-BlackItalic.svg#Montserrat-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}


/* Box-sizing
--------------------------------------------------------- */

/* apply a natural box layout model to all elements
(if supporting <IE8, use a pollyfill: https://github.com/Schepp/box-sizing-polyfill ) */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Inicialitzem
--------------------------------------------------------- */

:root {
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
}


body {
	font-size: 16px;
	min-width: 320px;
}

a {
	text-decoration: none;
}

b, strong {font-family: 'MontserratBoldItalic';}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{}


/* Header i navegació
--------------------------------------------------------- */

#wrapper_header {
	width: 100%;
	height: 65px;
	background: #FFF;
	position: relative;
	z-index: 999;

	-webkit-box-shadow: 1px 1px 10px 1px #333;
	-moz-box-shadow: 1px 1px 10px 1px #333;
	box-shadow: 1px 1px 10px 1px #333;
}

header#content_header {
	height: 65px;
}

nav.menu {
	float: left;
}

nav.menu .left {
	float: left;
}

nav.menu .left a {
	display: block;
	width: 160px;
	height: 65px;
	text-align: center;
	border-right: 1px solid #EDEDED;
}

nav.menu .left a:hover {
	background: #FFF;
}

nav.menu .left a.select {
	background: #EDEDED;
	pointer-events: none;
	border-right: none;
}

.colorsquare {
	width: 100%;
	height: 4px;
	background: #FFF;
}

.colorsquareselect_bdt {
	width: 100%;
	height: 4px;
	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );
}

.colorsquareselect_bdo {
	width: 100%;
	height: 4px;
	background: #00632e;
	background: -moz-linear-gradient(left,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(left,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to right,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=1 );
}

nav.menu .left a img {
	margin-top: 2px;
}

.socialnetworks {
	float: right;
	display: none;
	margin-top: 25px;
}

.socialnetworks ul li {
	float: left;
	margin-left: 5px;
}

.socialnetworks ul li a {
	display: block;
	font-family: 'MontserratRegular';
	font-size: 10px;
	color: #1D71B8;
	text-align: right;
	line-height: 4;
	padding-right: 6px;
}

.socialnetworks ul li a.facebook {
	width: 65px;
	height: 39px;
	background: url('/images/svg/facebook.svg') no-repeat;
}

.socialnetworks ul li a.twitter {
	width: 65px;
	height: 39px;
	background: url('/images/svg/twitter.svg') no-repeat;
}

.socialnetworks ul li a.google {
	width: 65px;
	height: 39px;
	background: url('/images/svg/google.svg') no-repeat;
}

.socialnetworks ul li a.instagram {
	width: 65px;
	height: 39px;
	background: url('/images/svg/instagram.svg') no-repeat;
}



/* Caixa search i Dibuix
--------------------------------------------------------- */

#wrapper_banner {
	width: 100%;
	min-height: 64px;

	background: #152e80;
	background: -moz-linear-gradient(top,  #152e80 0%, #239ad1 50%, #ffffff 80%);
	background: -webkit-linear-gradient(top,  #152e80 0%,#239ad1 50%,#ffffff 80%);
	background: linear-gradient(to bottom,  #152e80 0%,#239ad1 50%,#ffffff 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152e80', endColorstr='#ffffff',GradientType=0 );
}

#content_banner {
	width: 100%;
}

#content_banner .important_title {
	width: 100%;
	color: #FFF;
	font-family: 'MontserratBlack';
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 6px;
}

.search_box {
	width: 295px;
	height: 79px;
	background: #C6C6C6;
	margin: 0 auto;
	padding: 4px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search_box .search {
}

.search_box .search input {
	width: 100%;
	height: 33px;
	background: #FFF;
	border: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #B2B2B2;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box .search button {
	padding: 0 20px;
	font-family: 'MontserratBold';
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-top: 4px;
	border: none;
	cursor: pointer;
	height: 33px;
	width: 100px;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box .search button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

div.search button:last-child {
	margin-left: 4px;
	padding: 0 21px;
	width: 182px;
}

.search_box_phone {
	width: 295px;
	height: 79px;
	background: #C6C6C6;
	margin: 0 auto;
	padding: 4px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search_box_phone .search_phone {
}

.search_box_phone .search_phone input {
	width: 100%;
	height: 33px;
	background: #FFF;
	border: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #B2B2B2;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box_phone .search_phone button {
	padding: 0 20px;
	font-family: 'MontserratBold';
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-top: 4px;
	border: none;
	cursor: pointer;
	height: 33px;
	width: 100%;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box_phone .search_phone button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.city_draw {
	width: 100%;
}

.city_draw img {
	max-width: 100%;
}

.road {
	width: 100%;
	height: 1.2vw;
	max-height: 6px;
	margin-top: -3px;
	background: url('/images/svg/road.svg') 0 0 repeat-x;
	background-size: contain;
}


/* Beneficis i Video
--------------------------------------------------------- */


#wrapper_video {
	width: 100%;
	background: #F6F6F6;
	border-bottom: 1px solid #FFF;
	padding: 20px;
}

#content_video {
	width: 100%;
}

.content_benefits {
	width: 100%;
}

.benefits {
	padding-bottom: 20px;
}

.benefits .ico_benefits {
	text-align: center;
}

.benefits .txt_benefits {
	text-align: center;
}

.benefits .txt_benefits p {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #706F6F;
	line-height: 1.2;
}

.benefits .txt_benefits div.title_benefits {
	font-family: 'MontserratBoldItalic';
	color: #1172B3;
	font-size: 16px;
	margin: 10px 0 5px 0;
}

.video {
	width: 100%;
	margin-bottom: 20px;
}

.video img {
	width: 100%;
}

.two_lines {
	width: 100%;
	height: 2px;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #FFF;
}

.city_search {
	width: 100%;
	margin-top: 15px;
}

.city_search p {
	font-family: 'MontserratBoldItalic';
	color: #9D9D9C;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.city_search ul li {
	float: left;
	margin-bottom: 10px;
	width: 48.571429%;
}

.city_search ul li:nth-child(2n) {
	margin-left: 2.5%;
}

a.btn_header {
	font-family: 'MontserratBoldItalic' !important;
	font-size: 14px;
	color: #FFF !important;
	padding: 0 7.3529412%;
	width: 100%;
	height: 30px;
	line-height: 2.2;
	display: block;
	float: left;
	border: none;
	text-align: left;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.btn_header:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

button.btn_header {
	font-family: 'MontserratBoldItalic' !important;
	font-size: 14px;
	color: #FFF !important;
	padding: 0 7.3529412%;
	width: 100%;
	height: 30px;
	line-height: 2.2;
	display: block;
	float: left;
	border: none;
	text-align: left;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

button.btn_header:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.city_search ul li a img.ico_btn {
	float: right;
	margin-top: 8px;
}

.city_search ul li button img.ico_btn {
	float: right;
	margin-top: 8px;
}


/* Content
--------------------------------------------------------- */


section.wrapper {
	width: 100%;
	padding: 35px 20px 0 20px;
}

.line_gray {border-top: 1px solid #B2B2B2;}

.title_wrapper {
	width: 100%;
	height: 30px;
}

.txt_title {
	float: left;
	height: 30px;
	color: #D0E7F9;
	padding: 0 10px;
	line-height: 30px;
	font-family: 'MontserratBoldItalic';
	font-size: 14px;
	text-transform: uppercase;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );
}

.content_wrapper {
	width: 100%;
}

.img_wrapper {
	width: 100%;
}


/* Banner ofertes i promocions
--------------------------------------------------------- */

.banner_offers {
	width: 100%;
	height: 200px;
	background: url('/images/banner_offers.jpg') #000 90% 0 no-repeat;
	background-size: cover;
	padding: 0 10px;
	position: relative;
}

.banner_offers p {
	font-family: 'MontserratBlackItalic';
	font-size: 22px;
	color: #5a5a5a;
	text-transform: uppercase;
	line-height: 1.1;
	background: #FFF;
	padding: 15px 3px 7px 3px;
	width: 75.714286%;
}

.banner_offers p.clic {
	display: block;
	font-family: 'MontserratBlackItalic';
	font-size: 22px;
	text-transform: uppercase;
	color: #FFF;
	padding: 7px 3px 4px 3px;
	font-size: 20px;
	background: #6c9d25;
	margin-top: 10px;
	width: 210px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.banner_offers img {
	position: absolute;
	bottom: 10px;
	width: 20%;
}


/* Banner la meva proxima revisio
--------------------------------------------------------- */

.banner_review {
	width: 100%;
	/*height: 200px;*/
	background: url('/images/banner_review.jpg') #000 20% 0 no-repeat;
	background-size: cover;
	padding: 10px 20px;
}

.banner_review p {
	font-family: 'MontserratBoldItalic';
	font-size: 16px;
	color: #1D71B7;
	padding-top: 10px;
	text-align: right;
}

.banner_review p:nth-of-type(2) {
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'MontserratBlackItalic';
	padding-top: 5px;
}

.banner_review .content_elements {
	width: 50%;
	float: right;
}

.content_elements .form_element {
	width: 100%;
	margin-bottom: 5px;
}

.banner_review .form_element:nth-of-type(1) {
	margin-top: 3px;
}

.banner_review .form_element label {
	font-family: 'MontserratBoldItalic';
	font-size: 12px;
	color: #1D71B7;
	width: 100%;
	display: block;
}

.banner_review .form_element select {
	width: 100%;
	height: 20px;
	border: 1px solid #808080;
	padding-left: 10px;
	margin-bottom: 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 0 5px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 5px 1px #BDBDBD;
	box-shadow: inset 0 0 5px 1px #BDBDBD;
}

.banner_review .form_element:nth-of-type(1) select {margin:10px 0;}

.banner_review .form_element input {
	width: 100%;
	height: 20px;
	border: 1px solid #808080;
	padding-left: 10px;
	margin-bottom: 15px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 0 5px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 5px 1px #BDBDBD;
	box-shadow: inset 0 0 5px 1px #BDBDBD;
}

.banner_review .form_element button {
	width: 100%;
	height: 20px;
	float: right;
	font-family: 'MontserratBold';
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding: 2px 10px;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.banner_review .form_element button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}


/* Resultats banner la meva proxima revisio
--------------------------------------------------------- */

.result_next_revision {background: #D0E1E9; padding: 10px;}

.result_next_revision .form_element {margin-bottom: 10px;}

.result_next_revision .form_element label {
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #1D71B7;
	width: 100%;
	display: block;
}

.result_next_revision .form_element select {
	width: 100%;
	height: 28px;
	border: 1px solid #B2B2B2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;
}

.result_next_revision .form_element input {
	width: 100%;
	height: 28px;
	border: 1px solid #B2B2B2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;
}

.result_next_revision .form_element button {
	width: 45%;
	height: 26px;
	line-height: 2;
	float: left;
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
	margin-top: 1px;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.result_next_revision .form_element button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.result_next_revision .form_element a {
	width: 45%;
	height: 26px;
	line-height: 2;
	float: right;
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
	margin-top: 1px;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.result_next_revision .form_element a:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.content_wrapper ul.list_result_next_revision {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 15px 0 25px;
}

.content_wrapper ul.list_result_next_revision li {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.content_wrapper ul.list_result_next_revision li span {
	color: #1172b3;
}

.content_wrapper p.othertxt {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 14px;
	padding: 10px 0 10px 10px;
	line-height: 1.2;
}

.content_wrapper p.title_txt {
	color: #1172B3;
	font-size: 16px;
	padding: 20px 0 10px 10px;
	font-family: 'MontserratRegular';
	line-height: 1.2;
}

.content_wrapper ul.list_result_next_revision:nth-of-type(2) {
	padding-bottom: 15px;
}


/* Entrades blog
--------------------------------------------------------- */

.col_blog_entries {
	width: 100%;
	background: #F6F6F6;
	padding: 15px;
}

.content_blog_entries {
	float: left;
}

.blog_entries {
	width: 100%;
	margin-bottom: 20px;
}

.blog_entries a {
	display: block;
}

.content_blog_entries .blog_entries:last-child {
	margin-bottom: 0;
}

.blog_entries .img_blog_entries {
	float: left;
}

.blog_entries .img_blog_entries img {
	width: 50px;
	height: 50px;

	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.blog_entries .txt_blog_entries {
	float: left;
	width: 76%;
	margin-left: 10px;
}

.blog_entries .txt_blog_entries p {
	color: #1172B3;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.blog_entries .txt_blog_entries p:last-child {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 12px;
}

.img_wrapper .col_blog_entries .content_blog_entries:nth-last-child(1) {
	display: none;
}


/* Comantaris usuari
--------------------------------------------------------- */

.col_user_comments {
	background: #F6F6F6;
	padding: 15px;
	width: 100%;
}

.content_user_comments {
	float: left;
}

.content_user_comments a {
	display: block;
}

.user_comments {
	width: 100%;
	margin-bottom: 20px !important;
}

.content_user_comments .user_comments:last-child {
	margin-bottom: 0;
}

.user_comments p {
	font-family: 'MontserratRegular';
	color: #706F6F;
	font-size: 12px;
	line-height: 1.2;
}

.user_comments p:first-child {
	color: #575756;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}

.user_comments p:last-child {
	color: #3C3C3B;
	margin-top: 10px;
}

.user_comments p:nth-child(2) {
	color: #1172B3;
	margin-bottom: 10px;
}

.user_comments p img:nth-child(2) {
	margin-left: 5px;
}

.img_wrapper .col_user_comments .content_user_comments:nth-last-child(1) {
	display: none;
}


/* Patrocinadors
--------------------------------------------------------- */

#wrapper_partner {
	width: 100%;
	border-bottom: 1px solid #548AA0;
	padding-bottom: 70px;
}

#content_partner {
	width: 100%;
}


/* Footer
--------------------------------------------------------- */


footer#wrapper_footer {
	width: 100%;
	background: #D0E1E9;
	border-top: 1px solid #FFF;
	padding: 20px;
}

#content_footer {
	width: 100%;
}

.col_footer_block1, .col_footer_block2 {
	width: 100%;
}

.footer_block, .footer_block1, .footer_block2, .footer_block3, .footer_block4, .footer_block5 {
	width: 100%;
}

.footer_block ul, .footer_block1 ul, .footer_block2 ul, .footer_block3 ul, .footer_block4 ul {
	margin-bottom: 25px;
}

.footer_block5 ul {margin-bottom: 10px;}

.checkbox_footer {clear: both; margin-bottom: 25px;}

.checkbox_footer input.checkbox {
	font-family: Arial, Verdana, sans-serif;
	float: left;
	cursor: pointer;
}

.checkbox_footer label.checkbox {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #706F6F;
	cursor: pointer;
	margin-left: 5px;
}

.checkbox_footer label.checkbox a.checkbox {
	color: #1172B3;
	text-decoration: underline;
}

.checkbox_footer label.checkbox a.checkbox:hover {
	text-decoration: none;
}

.footer_block ul li, .footer_block1 ul li, .footer_block2 ul li, .footer_block3 ul li, .footer_block4 ul li, .footer_block5 ul li {
	font-family: 'MontserratRegular';
	color: #0A71B3;
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: 14px;
}

.footer_block ul li a, .footer_block1 ul li a, .footer_block2 ul li a, .footer_block3 ul li a, .footer_block4 ul li a, .footer_block5 ul li a {
	font-family: 'MontserratRegular';
	color: #0A71B3;
}

.footer_block ul li a:hover, .footer_block1 ul li a:hover, .footer_block2 ul li a:hover, .footer_block3 ul li a:hover, .footer_block4 ul li a:hover, .footer_block5 ul li a:hover {
	color: #162c80;
	text-decoration: underline;
}

.footer_block ul li:first-child, .footer_block1 ul li:first-child, .footer_block2 ul li:first-child, .footer_block3 ul li:first-child, .footer_block4 ul li:first-child, .footer_block5 ul li:first-child {
	color: #213575;
	margin-bottom: 10px;
	font-size: 16px;
}

.btn_footer {
	font-family: 'MontserratBold' !important;
	font-size: 14px;
	color: #FFF !important;
	padding: 7px 10px;
	width: 165px;
	display: block;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn_footer:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );

	text-decoration: none !important;
}

.footer_block4 ul li a img.ico_btn {
	float: right;
	margin-top: 1px;
}

.two_lines2 {
	width: 100%;
	height: 2px;
	border-top: 1px solid #548AA0;
	border-bottom: 1px solid #FFF;
}

.footer_block p {
	font-family: 'MontserratRegular';
	color: #1172B3;
	font-size: 12px;
	text-align: center;
}

.footer_block p:first-child  {
	font-family: 'MontserratBoldItalic';
	color: #213575;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 20px;
}

.footer_block ul.social_footer {
	text-align: center;
}

.footer_block ul.social_footer li {
	display: inline;
}

.footer_block5 input {
	width: 60%;
	height: 28px;
	border: 1px solid #B2B2B2;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 10px;

	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;
}

.btn_news {
	font-family: 'MontserratBold' !important;
	font-size: 14px;
	color: #FFF !important;
	padding: 0 10px;
	height: 28px;
	float: left;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.btn_news:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.footer_block3 .ribbon {
	width: 26px;
	height: 60px;
	float: left;
	margin-right: 7px;
}

.fl {float: left;}


/* Pag. resultats
--------------------------------------------------------- */

header#content_header2 {
	height: 65px;
}

nav.menu .left a.back {
	display: block;
	width: 70px;
	height: 65px;
	text-align: center;
	border: none;

	background: #229ad2;
	background: -moz-linear-gradient(left,  #229ad2 0%, #162c80 100%);
	background: -webkit-linear-gradient(left,  #229ad2 0%,#162c80 100%);
	background: linear-gradient(to right,  #229ad2 0%,#162c80 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229ad2', endColorstr='#162c80',GradientType=1 );
}

nav.menu .left a.back:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

nav.menu .left a.back img {
	margin-top: 20.5px;
}

nav.menu .left a.result {
	display: block;
	width: 125px;
	height: 65px;
	text-align: center;
	border-right: 1px solid #EDEDED;
}

nav.menu .left a.result:hover {
	background: #FFF;
}

.bn {border-right: none !important;}

.sub_nav {
	width: 100%;
}

.sub_nav nav a {
	display: block;
	color: #FFF;
	font-family: 'MontserratBold';
	font-size: 14px;
	width: 33.333%;
	padding: 18px 0;
	text-transform: uppercase;
	float: left;
	text-align: center;
	z-index: 998;
	position: relative;
}

.sub_nav nav a {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.sub_nav nav a:hover {
	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );
}

.sub_nav nav a.nav_select {
	color: #999;
	background: #DADADA;
	pointer-events: none;
}

.content_result { background: #EDEDED;}

section.wrapper_results {
	width: 100%;
	padding: 10px 20px;
	background: #DADADA;
	display: block;
}

.numbers_results {
	width: 100%;
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #1172B3;
	text-align: center;
	margin-bottom: 10px;
}

.numbers_results h1 p {margin-top: 10px; font-size: 16px;}
.numbers_results p {margin-top: 10px; font-size: 16px;}

.numbers_results span {
	font-family: 'MontserratRegular';
	color: #575756;
	font-size: 14px;
}

.numbers_results button {
	width: 50%;
	display: block;
	padding: 7px 0;
	margin: 16px auto 0 auto;
	text-align: center;
	font-family: 'MontserratBoldItalic';
	font-size: 14px;
	color: #FFF;
	border: none;
	cursor: pointer;
	text-transform: uppercase;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );
}

.numbers_results button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.box_result {
	margin-bottom: 10px;
	padding: 5px 5px 10px 5px;
	background: #FFF;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.number_workshop {
	float: left;
	margin-right: 5px;
	background: url('/images/svg/number_workshop.svg') no-repeat;
	width: 25px;
	height: 25px;
	color: #FFF;
	font-family: 'MontserratBold';
	font-size: 9px;
	text-align: center;
	line-height: 2.6;
}

.data_workshop {
	float: left;
	margin-top: 3px;
	width: 75%;
}

.data_workshop p img:nth-child(2) {
	margin-left: 5px;
}

.box_result ul {
	margin-top: 10px;
}

.box_result ul li {
	margin-right: 10px;
	float: left;
}

.box_result ul li a {
	display: table;
	width: 27px;
	height: 27px;

	border: 1px solid #1D71B8;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: #2698d0;
	background: -moz-linear-gradient(top,  #2698d0 0%, #122f7f 100%);
	background: -webkit-linear-gradient(top,  #2698d0 0%,#122f7f 100%);
	background: linear-gradient(to bottom,  #2698d0 0%,#122f7f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2698d0', endColorstr='#122f7f',GradientType=0 );
}

.box_result ul li a:hover {
	background: #122f7f;
	background: -moz-linear-gradient(top,  #122f7f 0%, #2698d0 100%);
	background: -webkit-linear-gradient(top,  #122f7f 0%,#2698d0 100%);
	background: linear-gradient(to bottom,  #122f7f 0%,#2698d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122f7f', endColorstr='#2698d0',GradientType=0 );
}

.box_result ul li a img {
	display: table-cell;
	vertical-align: middle;
}

.name_workshop {
	text-transform: uppercase;
	color: #575756;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.name_workshop a {
	color: #575756;
	text-decoration: none;
	float: left;
}

.name_workshop a:hover {
	color: #1172B3;
}

.name_workshop a.star {
	margin-left: 5px;
}

.address_workshop {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #1172B3;
	line-height: 1.2;
}

.address_workshop span {
	font-family: 'MontserratBold';
}

.ribbon_results {
	float: right;
	margin-top: -6px;
}

.pager_results {
	margin-bottom: 5px;
	text-align: center;
}

.pager_results ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pager_results ul li {
	display: inline;
}

.pager_results ul li:last-child {
	margin-right: 0;
}

.pager_results ul li a {
	display: block;
	border: 1px solid #878787;
	background: #FFF;
	font-family: 'MontserratBold';
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #878787;
	float: left;
	line-height: 2;
	margin-right: 10px;
}

.pager_results ul li a:hover {
	border: 1px solid #229ad2;
	background: #FFF;
	color: #229ad2;
}

.pager_results ul li:last-child a {margin-right: 0;}

a.pager_select {
	border: none !important;
	width: 30px !important;
	height: 30px !important;
	color: #FFF !important;
	pointer-events: none;
	line-height: 2.2 !important;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%) !important;
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%) !important;
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 ) !important;
}


/* Filtres
--------------------------------------------------------- */

section.wrapper_filtres {
	width: 100%;
	padding: 20px;
	background: #DADADA;
	display: none;
}

.box_filters {width: 100%;}

.search_filters {
	width: 95%;
	padding: 3.5px 4px 4px 3.5px;
	background: #C6C6C6;
	float: left;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search_filters input {
	width: 100%;
	height: 30px;
	float: left;
	background: #FFF;
	border: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	border: 1px solid #B2B2B2;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;

	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}

.search_filters button {
	width: 30%;
	height: 30px;
	font-family: 'MontserratBold';
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	float: right;
	text-align: center;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

.radio_search {width: 95%; margin-bottom: 50px; float: left;}
.services_search {width: 100%;}
.services_search ul li input{float: left; margin-top: 2px; cursor: pointer;}

.content_services_search {width: 100%; margin-top: 10px;}
.box_filters div.content_services_search:nth-child(6) {margin-top: 0;}

.box_filters p {
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #1172B3;
	margin: 15px 0 10px 0;
}

.box_filters p.title_filters {
	font-family: 'MontserratBoldItalic';
	font-size: 16px;
	color: #213575;
	text-transform: uppercase;
}

.box_filters label {
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #575756;
	margin-left: 5px;
	cursor: pointer;
}

.box_filters label span {
	color: #1172B3;
}

.box_filters ul {
	margin-top: 15px;
}

.box_filters ul li {
	margin-bottom: 15px;
}

.box_filters ul li:last-child {margin-bottom: 0;}

.search_filters {
	margin: 5px 0;
}

.radio_search input {
	width: 100%;
	color: #1172B3;
}

.radio_search .radio_labels label {
	font-size: 10px;
	color: #9D9D9C;
	display: block;
}

.radio_search .radio_labels {
	width: 100%;
	background: #F00;
}

.box_filters .radio_search label.select {
	color: #213575;
	font-family: 'MontserratBold';
	text-align: center;
}

.btns_filters_search {
	margin: 10px 0 20px 0;
	width: 95%;
}

.box_filters .btns_filters_search:last-child {margin: 25px 0 20px 0;}


.btns_filters_search button {
	width: 100%;
	display: block;
	padding: 7px 0;
	text-align: center;
	font-family: 'MontserratBoldItalic';
	font-size: 14px;
	color: #FFF;
	float: left;
	border: none;
	cursor: pointer;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );
}

.btns_filters_search button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.btns_filters_search button:nth-of-type(2) {
	float: right;
}


/* Mapa
--------------------------------------------------------- */

section.wrapper_map {
	width: 100%;
	padding: 20px;
	background: #DADADA;
	display: none;
}

#map {
	width: 100%;
	height: 900px;
}

.marker {
	background: url('/images/svg/number_map_workshop.svg') no-repeat;
	background-size: contain;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	font-family: 'MontserratBold';
	font-size: 12px;
	text-align: center;
	width: 39px;
	height: 39px;
	line-height: 39px;
}

.select_workshop {
	background: #DADADA;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Faq
--------------------------------------------------------- */

.content_wrapper {background: #F6F6F6;}

.pt20 {padding-top: 20px;}

.txt_wrapper {
	padding: 10px;
}

.content_wrapper div.txt_wrapper:nth-of-type(1) {
	padding-bottom: 0;
}

.content_wrapper div.txt_wrapper:nth-of-type(2) {
	padding-top: 0;
}

.txt_wrapper p {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.txt_wrapper ul {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 13px;
	margin-bottom: 10px;
}
.txt_wrapper ul li {line-height: 1.2;}

.txt_wrapper ul li::before {
	content: "•";
	color: #1172B3;
	display: inline-block;
	/*width: 1em;
    margin-bottom: 3px;*/
}

.txt_wrapper p.title_txt2 {
	color: #1172B3;
	font-size: 16px;
	margin-top: 25px;
}

.content_wrapper .txt_wrapper:nth-of-type(1) p.title_txt2:nth-of-type(1) {
	margin-top: 0;
}

.txt_wrapper p a {
	text-decoration: none;
	color: #1172B3;
}

.txt_wrapper p a:hover {
	text-decoration: underline;
	color: #162C80;
}


.txt_wrapper p img.smile {
	width: 13px;
	height: 13px;
}

/* Qui som
--------------------------------------------------------- */

.txt_wrapper img.img_about {
	width: 100%;
	margin-bottom: 10px;
}


/* Videos
--------------------------------------------------------- */

.video2 {
	width: 100%;
	margin-bottom: 20px;
}

.video2 img {
	width: 100%;
}


/* Atencio al client
--------------------------------------------------------- */

.txt_wrapper2 {
	width: 100%;
	float: left;
	background: #F6F6F6;
	padding: 10px;
}

.txt_wrapper2 p {
	color: #706F6F;
	font-family: 'MontserratRegular';
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.txt_wrapper2 p.title_txt {
	color: #1172B3;
	font-size: 16px;
	margin-top: 25px;
	clear: both;
	padding: 0 0 10px 0;
}

.txt_wrapper2 p.title_txt:nth-of-type(1) {
	margin-top: 0;
}

.txt_wrapper2 p a {
	text-decoration: underline;
	color: #1172B3;
}

.txt_wrapper2 p a:hover {
	text-decoration: none;
	color: #162C80;
}

.phone_atention {
	margin-bottom: 20px;
}

.phone_atention p {
	margin-bottom: 5px;
}

.enterprise {
	margin-bottom: 20px;
}

.number_enterprise {
	float: left;
	margin-right: 5px;
	background: url('/images/svg/number_workshop.svg') no-repeat;
	width: 25px;
	height: 25px;
	color: #FFF;
	font-family: 'MontserratBold';
	font-size: 10px;
	text-align: center;
	line-height: 2.6;
}

.data_enterprise {
	float: left;
	margin-top: 5px;
}

.data_enterprise p {
	margin-bottom: 5px;
}

.data_enterprise p a {
	text-decoration: none;
	color: #575756;
}


/* Contacte
--------------------------------------------------------- */

.phone_number {
	font-size: 22px !important;
	color: #1172B3 !important;
	margin-top: 15px;
}

.form {
	margin-bottom: 15px;
}

div.form:nth-of-type(1) {
}

.form label {
	display: block;
	color: #1172B3;
	font-family: 'MontserratBold';
	font-size: 14px;
}

.form input, textarea {
	width: 100%;
	height: 35px;
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	padding-left: 10px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-box-shadow: inset 0 0 8px 1px #BDBDBD;
	-moz-box-shadow: inset 0 0 8px 1px #BDBDBD;
	box-shadow: inset 0 0 8px 1px #BDBDBD;
}

.checkbox input.checkbox {
	font-family: Arial, Verdana, sans-serif;
	float: left;
	cursor: pointer;
}

.form textarea {
	height: 135px;
}

div.form:nth-of-type(5) input {
	width: 56%;
}

/*div.form:nth-of-type(8) input {
    width: 56%;
}*/

.form button {
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #FFF;
	padding: 0 10px;
	width: 126px;
	height: 28px;
	line-height: 2;
	text-align: center;
	float: left;
	display: block;
	margin-right: 8px;
	border: none;
	cursor: pointer;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form button:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.form a {
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #FFF;
	padding: 0 10px;
	width: 126px;
	height: 28px;
	line-height: 2.1;
	text-align: center;
	float: left;
	display: block;
	margin-right: 8px;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form a:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.form a:last-child {
	margin-right: 0;
}

.checkbox label.checkbox {
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #706F6F;
	cursor: pointer;
	margin-left: 5px;
}

.checkbox label.checkbox a.checkbox {
	color: #1172B3;
	text-decoration: underline;
}

.checkbox label.checkbox a.checkbox:hover {
	text-decoration: none;
	color: #162C80;
}

.form img {
	width: 105px;
	height: 35px;
	margin-top: 5px;
	float: right;
}

div.form:nth-of-type(7) {
	margin-top: 30px;
}

/*div.form:nth-of-type(10) {
    margin-top: 30px;
}*/


/* Navegador no compatible i pag error 404
--------------------------------------------------------- */

#wrapper_video #content_browsers {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: table;
}

#wrapper_video img.firepc {
	width: 80%;
	max-width: 200px;
	display: table-cell;
	vertical-align: middle;
}


.title_browser {
	font-family: 'MontserratBlack';
	font-size: 7vw;
	color: #1172B3;
	width: 68%;
	display: table-cell;
	vertical-align: middle;
}

.txt_browser {
	font-family: 'MontserratBold';
	color: #213575;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: center;
}

.txt_browser2 {
	font-family: 'MontserratRegular';
	color: #0A71B3;
	font-size: 14px;
	margin-bottom: 10px;
}

ul.browser_list {
	margin-bottom: 40px;
}

ul.browser_list li {
	margin-bottom: 5px;
	line-height: 1.2;
}

ul.browser_list li a {
	display: block;
	width: 100%;
	text-decoration: underline;
	color: #213575;
	font-family: 'MontserratRegular';
}

ul.browser_list li a div.chrome, ul.browser_list li a div.firefox, ul.browser_list li a div.opera, ul.browser_list li a div.safari, ul.browser_list li a div.edge, ul.browser_list li a div.ie11 {
	width: 15px;
	height: 15px;
	float: left;
	background: url('../images/browsers.png') no-repeat;
	background-position: 0 0;
	margin-right: 7px;
}

ul.browser_list li a div.chrome {
	background-position: -15px 0;
}

ul.browser_list li a div.firefox {
	background-position: -30px 0;
}

ul.browser_list li a div.opera {
	background-position: -15px -15px;
}

ul.browser_list li a div.safari {
	background-position: 0 -15px;
}

ul.browser_list li a div.edge {
	background-position: -30px -15px;
}

ul.browser_list li a div.ie11 {
	background-position: 0 0;
}

.btn_error {margin: 0 auto;}

.btn_error a {
	padding: 7px 10px;
	display: block;
	color: #FFF;
	font-family: 'MontserratBold';
	text-align: center;
	margin-bottom: 40px;

	background: #162c80;
	background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn_error a:hover {
	background: #162c80;
	background: -moz-linear-gradient(top,  #162c80 0%, #229ad2 100%);
	background: -webkit-linear-gradient(top,  #162c80 0%,#229ad2 100%);
	background: linear-gradient(to bottom,  #162c80 0%,#229ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=0 );
}

.content_browser_wrapper {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

/* Site map
--------------------------------------------------------- */

.txt_wrapper p a.sitemap {
	text-decoration: none;
	color: #706F6F;
}

.txt_wrapper p a.sitemap:hover {
	text-decoration: underline;
	color: #1172B3;
}

/* Cookies
--------------------------------------------------------- */

.cookies {
	position: fixed;
	_position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding: 0.5em 5%;
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cookies p {
	width: 100%;
	line-height: 1.8;
	text-align: center;
	color: #999;
	padding: 5px 0px;
}

.cookies div.contentbtn {display: block; clear: both; text-align: center; margin: 10px 0;}

.cookies p a.btnmore {
	color: #FFF;
	text-decoration: underline;
	display: block;
}

.cookies p a.btnmore:hover {
	text-decoration: none;
}

.cookies a.closecookies {
	padding: 6px 10px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	margin: 15px 10px 5px 10px;
	display: block;
}

.cookies a.closecookies:hover {
	border: 1px solid #999;
	color: #999;
}

/* Comments
--------------------------------------------------------- */

.form img.comments {width: auto; float: none; margin-right: 15px;}

div.form:nth-of-type(5) input.comments {
	width: 56%;
}

.mt30 {margin-top: 30px;}
.mt10 {margin-top: 10px;}

.pager_results_comments {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	clear: both;
}

.pager_results_comments ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.pager_results_comments ul li {
	display: inline;
}

.pager_results_comments ul li:last-child {
	margin-right: 0;
}

.pager_results_comments ul li a {
	display: block;
	border: 1px solid #878787;
	background: #FFF;
	font-family: 'MontserratBold';
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #878787;
	float: left;
	line-height: 2;
	margin-right: 6px;
}

.pager_results_comments ul li a:hover {
	border: 1px solid #229ad2;
	background: #FFF;
	color: #229ad2;
}

.pager_results_comments ul li:last-child a {margin-right: 0;}
.txt_wrapper p span.upper {text-transform: uppercase;}

a.special-link {text-decoration: underline; color: #1172B3;}
a.special-link:hover {text-decoration: none; color: #162C80;}

/* Media queries
--------------------------------------------------------- */

@media screen and (min-width: 431px) {

	/* Navegador no compatible i pag error 404
    --------------------------------------------------------- */

	.btn_error {width: 65%;}

}

@media screen and (min-width: 500px) {

	/* Filtres
    --------------------------------------------------------- */

	.radio_search {margin-bottom: 0;}
	.content_services_search {width: 50%; float: left;}
	.btns_filters_search {float: left; width: 50%; clear: both;}
	.radio_search input {width: 80%;}


	/* Atencio al client
    --------------------------------------------------------- */

	.phone_atention {
		margin: 0 2.6007802% 20px 0;
		float: left;
	}

	.txt_wrapper2 div.phone_atention:nth-of-type(3) {
		margin: 0 0 20px 0;
	}

	.enterprise {
		margin: 0 2.6007802% 20px 0;
		float: left;
	}

	.txt_wrapper2 div.enterprise:last-child {
		margin: 0 0 20px 0;
	}


	/* Navegador no compatible i pag error 404
    --------------------------------------------------------- */

	ul.browser_list li {
		float: left;
		width: 47%;
		margin-right: 10px;
	}

	/* Comments
    --------------------------------------------------------- */

	.pager_results_comments ul li a {
		margin-right: 10px;
	}


	/* Cookies
    --------------------------------------------------------- */

	.cookies a.closecookies {
		display: inline;
	}
}

@media screen and (min-width: 600px) {

	/* Caixa search i Dibuix
    --------------------------------------------------------- */

	#wrapper_banner, #content_banner {
		max-height: 270px;
	}

	#content_banner .important_title {
		font-size: 24px;
		padding: 22px 0;
		margin-bottom: 0;
	}

	.search_box {
		width: 578px;
		height: 41px;
		background: #C6C6C6;
		margin: 0 auto;
		padding: 4px;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.search_box .search {
	}

	.search_box .search input {
		width: 285px;
		height: 33px;
		float: left;

		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
	}

	.search_box .search button {
		padding: 0 20px;
		font-family: 'MontserratBold';
		font-size: 14px;
		text-transform: uppercase;
		color: #FFF;
		float: left;
		margin-top: 0;
		border: none;
		cursor: pointer;
		height: 33px;
		width: 100px;

		background: #162c80;
		background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
		background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
		background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
	}

	div.search button:last-child {
		padding: 0 14px;
		width: 180px;
		height: 33px;

		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.search_box_phone {
		width: 393px;
		height: 41px;
		background: #C6C6C6;
		margin: 0 auto;
		padding: 4px;

		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

	.search_box_phone .search_phone {
	}

	.search_box_phone .search_phone input {
		width: 285px;
		height: 33px;
		float: left;

		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
	}

	.search_box_phone .search_phone button {
		padding: 0 20px;
		font-family: 'MontserratBold';
		font-size: 14px;
		text-transform: uppercase;
		color: #FFF;
		float: left;
		margin-top: 0;
		border: none;
		cursor: pointer;
		height: 33px;
		width: 100px;

		background: #162c80;
		background: -moz-linear-gradient(left,  #162c80 0%, #229ad2 100%);
		background: -webkit-linear-gradient(left,  #162c80 0%,#229ad2 100%);
		background: linear-gradient(to right,  #162c80 0%,#229ad2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162c80', endColorstr='#229ad2',GradientType=1 );

		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
	}


	/* Beneficis i Video
    --------------------------------------------------------- */

	.benefits .ico_benefits {
		text-align: left;
		float: left;
	}

	.benefits .txt_benefits {
		text-align: left;
		float: left;
		width: calc(100% - 97px);
		margin-left: 20px;
	}

	.city_search p {
		float: left;
	}

	.city_search ul {
		float: right;
		width: 83%;
	}

	.city_search ul li {
		float: left;
		margin-left: 3.0833333%;
		width: 30.25%;
	}

	.city_search ul li:nth-child(2n) {
		margin-left: 3.0833333%;
	}


	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {
		background: none;
	}

	.banner_offers p, .banner_offers p.clic {
		font-size: 24px;
		text-align: left;
	}

	.banner_offers p.clic {
		font-size: 22px;
		width: 260px;
		text-align: center;
	}

	.banner_offers img {
		width: 101px;
		height: auto;
	}


	/* Banner la meva proxima revisio
    --------------------------------------------------------- */

	.banner_review p {
		font-size: 22px;
		text-align: center;
	}

	.banner_review p:nth-of-type(2) {
		font-size: 30px;
		text-align: right;
	}

	.banner_review .content_elements {
		width: 64%;
		margin-top: 20px;
	}

	.content_elements .form_element {
		float: left;
		width: 50%;
		padding-left: 10px;
	}

	.content_elements .form_element:nth-of-type(3) {
		clear: both;
	}

	.banner_review .form_element:nth-of-type(1) {
		margin-top: 0;
	}

	.banner_review .form_element label {
		font-size: 14px;
	}

	.banner_review .form_element select {
		height: 25px;
		width: 100%;
	}

	.banner_review .form_element:nth-of-type(1) select {
		margin-top: 0;
	}

	.banner_review .form_element input {
		height: 25px;
		width: 100%;
	}

	.banner_review .form_element button {
		height: 25px;
		margin: 0;
		width: 100%;
	}


	/* Entrades blog
    --------------------------------------------------------- */

	.blog_entries .txt_blog_entries {
		width: calc(100% - 60px);
	}


	/* Footer
    --------------------------------------------------------- */

	.col_footer_block1, .col_footer_block2 {
		width: 50%;
		float: left;
	}

	.two_lines2 {
		float: left;
	}

	.footer_block {
		float: left;
	}


	/* Resultats banner la meva proxima revisio
    --------------------------------------------------------- */


	.result_next_revision .form_element {width: 48%; float: left;}

	.result_next_revision .form_element:nth-child(2n) {
		float: right;
	}

	.result_next_revision .form_element label {
		width: 100%;
		float: left;
	}

	.result_next_revision .form_element select {
		width: 100%;
		height: 28px;
		float: left;
	}

	.result_next_revision .form_element input {
		width: 100%;
		height: 28px;
		float: left;
	}

	.result_next_revision .form_element button {
		width: 45%;
		float: left;
	}

	.result_next_revision .form_element a {
		width: 45%;
		float: left;
		margin-left: 10%;
	}

}

@media screen and (min-width: 620px) {

	.socialnetworks {
		display: block;
	}
}

@media screen and (min-width: 640px) {

	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	section.wrapper_results {
		width: 60%;
		float: left;
		display: block;
	}

	section.wrapper_filtres {
		width: 40%;
		float: left;
		display: block;
	}

	section.wrapper_map {background: #EDEDED;}

	.sub_nav nav a {
		width: 40%;
	}

	.sub_nav nav a.nav_select {background: #EDEDED;}

	.sub_nav nav a:nth-child(3) {
		display: none;
	}

	.content_services_search {width: 100%;}
	.btns_filters_search {width: 95%;}
	section.wrapper_filtres {background: #EDEDED;}


	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	.content_wrapper ul.list_result_next_revision {
		float: left;
		width: 50%;
	}

	.content_wrapper ul.list_result_next_revision li {
		font-size: 14px;
	}

	/* Footer
    --------------------------------------------------------- */

	.footer_block5 input {width: 65%;}

}

@media screen and (min-width: 750px) {

	/* Beneficis i Video
    --------------------------------------------------------- */

	.content_benefits {
		width: 50%;
		float: left;
	}

	.video {
		width: 50%;
		float: right;
	}

	.video2 {
		width: 100%;
		float: right;
	}

	.two_lines, .city_search {
		float: left;
	}

	.content_benefits {
		padding-right: 20px;
	}


	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {font-size: 34px;}
	.banner_offers p.clic {font-size: 26px; width: 300px;}
	.banner_offers img {bottom: 50px; left: 338px;}

	/* Banner la meva proxima revisio
    --------------------------------------------------------- */

	.banner_review p {font-size: 32px;}
	.banner_review p:nth-of-type(2) {font-size: 40px;}

	/* Entrades blog
    --------------------------------------------------------- */

	.img_wrapper .col_blog_entries .content_blog_entries:nth-last-child(1) {
		display: block;
	}

	.content_blog_entries {
		width: 50%;
		padding-right: 10px;
	}

	.col_blog_entries .content_blog_entries:last-child {
		padding-right: 0;
		padding-left: 10px;
	}


	/* Comantaris usuari
    --------------------------------------------------------- */

	.img_wrapper .col_user_comments .content_user_comments:nth-last-child(1) {
		display: block;
	}

	.content_user_comments {
		width: 50%;
		padding-right: 10px;
	}

	.col_user_comments .content_user_comments:last-child {
		padding-right: 0;
		padding-left: 10px;
	}


	/* Faq
    --------------------------------------------------------- */

	.content_wrapper div.txt_wrapper:nth-of-type(1) {
		padding-bottom: 10px;
	}

	.content_wrapper div.txt_wrapper:nth-of-type(2) {
		padding-top: 10px;
	}

	.txt_wrapper {
		padding: 10px;
		width: 50%;
		float: left;
	}

	.content_wrapper .txt_wrapper:nth-of-type(2) p.title_txt2:nth-of-type(1) {
		margin-top: 0;
	}

}


@media screen and (min-width: 970px) {

	#content_header, #content_banner, #content_video, .title_wrapper, .img_wrapper, #content_partner, #content_footer, .content_wrapper {
		max-width: 970px;
		margin: 0 auto;
		padding: 0;
	}


	/* Content
    --------------------------------------------------------- */

	.title_wrapper, .content_wrapper {
		padding: 0;
	}

	#wrapper_banner, #content_banner {
		max-height: 270px;
	}


	/* Beneficis i Video
    --------------------------------------------------------- */

	.city_search p {
		margin: 7px 0 0;
	}

	.city_search ul {
		float: right;
		width: 90%;
	}

	.city_search ul li {
		float: left;
		margin-left: 1.65%;
		width: 15%;
	}

	.city_search ul li:nth-child(2n) {
		margin-left: 1.65%;
	}


	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {font-size: 43px;}
	.banner_offers p.clic {font-size: 35px; width: 400px;}
	.banner_offers img {bottom: 28px; left: 442px;}


	/* Banner la meva proxima revisio
    --------------------------------------------------------- */

	.banner_review p {font-size: 30px;}
	.banner_review p:nth-of-type(2) {font-size: 49px;}
	.banner_review .form_element button {width: 100%;}
	.banner_review .content_elements { margin-top: 20px;}


	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	.sub_nav {display: none;}

	section.wrapper_filtres {
		width: 30%;
		float: left;
		display: block !important;
	}

	section.wrapper_results {
		width: 35%;
		float: left;
		display: block !important;
	}

	section.wrapper_map {
		width: 35%;
		float: left;
		display: block !important;
		padding: 0;
	}


	/* Footer
    --------------------------------------------------------- */

	.col_footer_block1 {
		width: 45%;
		float: left;
	}

	.col_footer_block2 {
		width: 55%;
		float: right;
	}

	.two_lines2 {
		float: left;
	}

	.footer_block1 {width: 50%; float: left;}
	.footer_block2 {width: 45%; float: right;}
	.footer_block3 {width: 45%; float: left;}
	.footer_block4 {width: 50%; float: right;}
	.footer_block5 {width: 100%; float: left;}


	/* Atencio al client
    --------------------------------------------------------- */

	.phone_atention {
		margin: 0 12.371134% 20px 0;
		float: left;
	}

	.enterprise {
		margin: 0 14.329897% 20px 0;
		float: left;
	}


	/* Navegador no compatible i pag error 404
    --------------------------------------------------------- */

	.title_browser {
		font-size: 66px;
	}

	/* Navegador no compatible i pag error 404
--------------------------------------------------------- */

	.cookies p a.btnmore {
		display: inline;
	}

}

@media screen and (min-width: 1280px) {

	.wrapper_filtres {
		width: 24% !important;
	}

	.wrapper_results {
		width: 38% !important;
	}

	.wrapper_map {
		width: 38% !important;
	}

}

@media screen and (min-width: 1600px) {

	#content_header2, .content_result {
		max-width: 1600px;
		margin: 0 auto;
		padding: 0;
	}

	.wrapper_filtres {
		width: 344px !important;
	}

	.wrapper_results {
		width: 568px !important;
	}

	.wrapper_map {
		width: 672px !important;
	}

}

@media screen and (min-width: 1616px) {
	.wrapper_map {
		width: 688px !important;
	}
}
