@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-left: 1px solid #EDEDED;
}

nav.menu .left:last-child a {border-left: 0;}

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: #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;
}

nav.menu .left a.select img {
	margin-right: 1px;
}

.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: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 50%, #ffffff 80%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 50%,#ffffff 80%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 50%,#ffffff 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', 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;
	font-family: Arial, Helvetica, 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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box .search button:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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;
	font-family: Arial, Helvetica, 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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search_box_phone .search_phone button:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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;
}

.content_benefits div.benefits:last-child {padding-bottom: 0;}

.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: #40a52b;
	font-size: 16px;
	margin: 10px 0 5px 0;
}

.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: 14px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.city_search ul li {
	float: left;
	margin-bottom: 8px;
	width: 48.571429%;
}

.city_search ul li:nth-child(2n) {
	margin-left: 2.5%;
}

.city_search ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.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;
}

section.wrapper2 {
	width: 100%;
	padding: 0 20px 0 20px;
}

.content_wrapper_index {
	padding: 20px 10px;
	background: #F6F6F6;
}

.title_offer_box {width: 100%; float: left; margin-top: 35px;}
.offer_box {width: 100%; float: left; margin-top: 35px;}

.title_wrapper {
	width: 100%;
	height: 30px;
}

.txt_title {
	float: left;
	height: 30px;
	color: #d9e5b0;
	padding: 0 10px;
	line-height: 30px;
	font-family: 'MontserratBoldItalic';
	font-size: 14px;
	text-transform: uppercase;

	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 );
}

.content_wrapper {
	width: 100%;

	-webkit-box-shadow: 0 0 10px 1px #CCC;
	-moz-box-shadow: 0 0 10px 1px #CCC;
	box-shadow: 0 0 10px 1px #CCC;
}

div section.wrapper:first-child .content_wrapper {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.img_wrapper {
	width: 100%;
}

.img_wrapper a{
	display: block;
}

.img_wrapper a > img {
	width: 100%;
}

.img_wrapper > p {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #706F6F;
	line-height: 1.2;
	padding: 0 5px 7px 10px;
}

.img_wrapper a.offer_title {
	display: block;
	color: #40a52b;
	font-family: 'MontserratBoldItalic';
	font-size: 16px;
	padding: 5px 10px 7px 10px;
	text-transform: uppercase;
	height: 60px;
	overflow-y: hidden;
	line-height: 1.2;
}

.img_wrapper a.offer_title:hover {
	color: #666;
}

.h80 {height: 80px; overflow-y: hidden;}

.img_wrapper p.price_offer {
	float: left;
	color: #be1622;
	font-family: 'MontserratBoldItalic';
	font-size: 14px;
	width: 70%;
	height: 24px;
}

.img_wrapper p.stars_offer {
	float: right;
	height: 24px;
}

/*.img_wrapper p > img {
    margin-right: 3px;
}*/


/* Patrocinadors
--------------------------------------------------------- */

#wrapper_partner {
	width: 100%;
	border-bottom: 1px solid #96be16;
	padding-bottom: 70px;
}

#content_partner {
	width: 100%;
}


/* Footer
--------------------------------------------------------- */


footer#wrapper_footer {
	width: 100%;
	background: #d9e5b0;
	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: #40a52b;
	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: #40a52b;
	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: #40a52b;
}

.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: #00632e;
	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: #00632e;
	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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.btn_footer:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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 #96be16;
	border-bottom: 1px solid #FFF;
}

.footer_block p {
	font-family: 'MontserratRegular';
	color: #40a52b;
	font-size: 12px;
	text-align: center;
}

.footer_block p:first-child  {
	font-family: 'MontserratBoldItalic';
	color: #00632e;
	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, Helvetica, 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: #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 );

	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
}

button.btn_news:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=0 );

}

.footer_block3 .ribbon {
	width: 26px;
	height: 60px;
	float: left;
	margin-right: 7px;
}

.fl {float: left;}


/* Pag. resultats
--------------------------------------------------------- */

nav.menu .left a.back {
	display: block;
	width: 70px;
	height: 65px;
	text-align: center;
	border: none;

	background: #96bd0d;
	background: -moz-linear-gradient(left,  #96bd0d 0%, #00632e 100%);
	background: -webkit-linear-gradient(left,  #96bd0d 0%,#00632e 100%);
	background: linear-gradient(to right,  #96bd0d 0%,#00632e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96bd0d', endColorstr='#00632e',GradientType=1 );
}

nav.menu .left a.back:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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;
}

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: 50%;
	padding: 18px 0;
	text-transform: uppercase;
	float: left;
	text-align: center;
}

.sub_nav nav a:nth-child(1) {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=0 );
}

.sub_nav nav a:nth-child(2) {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=0 );
}

.sub_nav nav a:nth-child(2):hover {
	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 );
}

/*.sub_nav nav a:nth-child(3) {
    background: #9D9D9C;
}*/

.sub_nav nav a.nav_select {
	background: #dadada !important;
	color: #999;
	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: #40a52b;
	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: #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 );
}

.numbers_results button:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=0 );
}

.box_result {
	margin-bottom: 10px;
	padding: 0;
	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: 10px;
	text-align: center;
	line-height: 2.6;
}

.data_workshop {
	float: left;
	padding: 10px;
	width: 100%;
}

.box_result img {float: left; width: 100%;}

.name_workshop {
	text-transform: uppercase;
	color: #40a52b;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.name_workshop a {
	color: #40a52b;
	text-decoration: none;
	float: left;
}

.name_workshop a:hover {
	color: #666;
}

.address_workshop {
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #706f6f;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.address_workshop span {
	font-family: 'MontserratBold';
	color: #00632E;
}

.price_workshop {
	font-family: 'MontserratBoldItalic';
	font-size: 20px;
	color: #be1622;
}

.description_workshop {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #706f6f;
	line-height: 1.2;
	margin-top: 10px;
}

.stars_offer_index {
	float: right;
	padding-left: 5px !important;
	padding-right: 10px !important;
}

.stars_offer_index a {
	display: block;
}

.stars_offer_index a > img.star {
	margin-right: 3px;
	width: auto;
}

.stars_offer {
	width: 100%;
}

.stars_offer a {
	display: block;
}

.stars_offer a > img.star {
	margin-right: 3px;
	width: auto;
}

.stars_offer2 {
	width: 100%;
	float: left;
}

.stars_offer2 a {
	display: block;
}

.stars_offer2 a > img.star {
	margin-right: 3px;
	width: auto;
}

.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 a {
	display: block;
	font-family: 'MontserratBold';
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	border: 1px solid #878787;
	background: #FFF;
	color: #878787;
	float: left;
	line-height: 2;
	margin-right: 10px;
}

.pager_results ul li a:hover {
	border: 1px solid #40a52b;
	background: #FFF;
	color: #40a52b;
}

.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: #00632e !important;
	background: -moz-linear-gradient(left,  #00632e 0%, #96bd0d 100%) !important;
	background: -webkit-linear-gradient(left,  #00632e 0%,#96bd0d 100%) !important;
	background: linear-gradient(to right,  #00632e 0%,#96bd0d 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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, Helvetica, 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 p {
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #40a52b;
	margin: 15px 0 10px 0;
}

.box_filters p.title_filters {
	font-family: 'MontserratBoldItalic';
	font-size: 16px;
	color: #00632e;
	text-transform: uppercase;
}

.box_filters label {
	font-family: 'MontserratRegular';
	font-size: 14px;
	color: #575756;
	margin-left: 5px;
	cursor: pointer;
}

.box_filters label span {
	color: #40a52b;
}

.box_filters ul {
	margin-top: 15px;
}

.box_filters ul li {
	margin-bottom: 15px;
}

.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%;
}

.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: #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 );
}

.btns_filters_search button:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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_offer.svg') no-repeat;
	background-size: contain;
	box-shadow: none;
	color: #FFF;
	cursor: pointer;
	font-family: 'MontserratBold';
	font-size: 14px;
	text-align: center;
	width: 39px;
	height: 39px;
	line-height: 39px;
}

.item-list {
	border-bottom: 1px solid black;
}

.button {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	color: #f5f5f5;
	text-align: center;
	text-decoration: none;
	background: #969ca8;
	box-shadow: 0 0 3px gray;
	font-size: 20px;
	font-weight: bold;
}

.button:hover {
	background: #538de9;
}

.hidden {
	display: none;
}

.selected {
	background-color: #d0e1e9;
}


/* 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: #40a52b;
	display: inline-block;
	/*width: 1em;
    margin-bottom: 3px;*/
}

.mt10 {
	margin-top: 10px;
}

.txt_wrapper p.title_txt2 {
	color: #40a52b;
	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: #40a52b;
}

.txt_wrapper p a:hover {
	text-decoration: underline;
	color: #00632e;
}


.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: #40a52b;
	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;
}

.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_offer.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: #40a52b !important;
	margin-top: 15px;
}

.form {
	margin-bottom: 15px;
}

div.form:nth-of-type(1) {
}

.form label {
	display: block;
	color: #40a52b;
	font-family: 'MontserratBold';
	font-size: 14px;
}

.form input, textarea {
	width: 100%;
	height: 35px;
	margin-top: 5px;
	border: 1px solid #B2B2B2;
	font-family: Arial, Helvetica, 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: rgb(0,99,46);
	background: -moz-linear-gradient(left,  rgba(0,99,46,1) 0%, rgba(150,189,13,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,99,46,1) 0%,rgba(150,189,13,1) 100%);
	background: linear-gradient(to right,  rgba(0,99,46,1) 0%,rgba(150,189,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form button:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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: rgb(0,99,46);
	background: -moz-linear-gradient(left,  rgba(0,99,46,1) 0%, rgba(150,189,13,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,99,46,1) 0%,rgba(150,189,13,1) 100%);
	background: linear-gradient(to right,  rgba(0,99,46,1) 0%,rgba(150,189,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=1 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.form a:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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: #40a52b;
	text-decoration: underline;
}

.checkbox label.checkbox a.checkbox:hover {
	text-decoration: none;
}

.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: #40a52b;
	width: 68%;
	display: table-cell;
	vertical-align: middle;
}

.txt_browser {
	font-family: 'MontserratBold';
	color: #00632e;
	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: #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 );

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn_error a:hover {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',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: #00632E;
}


/* Detall oferta 1
--------------------------------------------------------- */

.wrapper_offer {
	width: 100%;
	background: #EDEDED;
	padding: 10px;
}

.img_offer_tab {

}

.img_offer_tab img {
	width: 100%;
	float: left;
	margin-bottom: 10px;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.banner_downloadpdf {
	width: 100%;
	height: 250px;
	float: left;
	background: url('/images/img_offer_tab.png') #96bd0d 100% 0 no-repeat;
	margin-bottom: 10px;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.banner_downloadpdf p.first_txt {
	font-family: 'MontserratBoldItalic';
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	margin: 40px 0 0 20px;
	background: rgba(150, 189, 13, 0.6);
	padding: 5px;
	float: left;
}

.banner_downloadpdf p.second_txt {
	font-family: 'MontserratBlackItalic';
	font-size: 45px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: 20px;
	float: left;
	width: 90%;
}

.banner_downloadpdf p.third_txt {
	font-family: 'MontserratBoldItalic';
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin-left: 20px;
	background: rgba(150, 189, 13, 0.6);
	padding: 5px;
	float: left;
}

.btn_pdf {
	width: 52%;
	height: 31px;
	color: #000;
	float: left;
	background: url('/images/svg/pdf.svg') transparent 0 0 no-repeat;
	font-size: 12px;
	padding: 9px 0 0 34px;
	font-family: 'MontserratBold';
	margin: 10px 0 0 70px;
}

.txt_offer_tab {
	float: left;
	background: #FFF;
	padding: 10px;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.txt_offer_tab > p {font-family: 'MontserratBoldItalic';}
.txt_offer_tab h1 > p {font-family: 'MontserratBoldItalic';}
.txt_offer_tab > p:nth-child(2) {font-family: 'MontserratRegular';}
.txt_offer_tab > p:nth-child(6) {font-family: Verdana, Arial, sans-serif;}
.col01_txt_tab {margin-top: 20px;}
.col01_txt_tab p.title_tab {font-family: 'MontserratBoldItalic'; color: #c6c6c6; border-bottom: 1px solid #c6c6c6; margin-bottom: 15px;}
.col01_txt_tab p.txt_tab {color: #706f6f; font-family: 'MontserratRegular'; margin-bottom: 10px; line-height: 1.2; font-size: 14px;}
.col02_txt_tab {margin-top: 20px;}
.col02_txt_tab p.title_tab {font-family: 'MontserratBoldItalic'; color: #c6c6c6; border-bottom: 1px solid #c6c6c6; margin-bottom: 15px;}
.col02_txt_tab ul.txt_tab {list-style: decimal; padding-left: 20px; font-size: 14px;}
.col02_txt_tab ul.txt_tab li {color: #40a52b; font-family: 'MontserratBoldItalic'; margin-bottom: 10px;}
.col02_txt_tab ul.txt_tab li span {color: #706f6f; font-family: 'MontserratRegular'; margin-bottom: 10px; line-height: 1.2;}
p.col03_txt_tab {font-size: 12px; color: #40a52b; text-align: center; width: 100%; margin-top: 50px; float: left;}

nav.submenu {width: 100%; margin: 0 auto;}
nav.submenu a {
	display: block;
	width: 33.333333%;
	padding: 18px 0;
	float: left;
	text-align: center;
	color: #FFF;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	font-size: 14px;
	z-index: 998;
	position: relative;
}

nav.submenu a {
	background: #00632e;
	background: -moz-linear-gradient(top,  #00632e 0%, #96bd0d 100%);
	background: -webkit-linear-gradient(top,  #00632e 0%,#96bd0d 100%);
	background: linear-gradient(to bottom,  #00632e 0%,#96bd0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#96bd0d',GradientType=0 );
}

nav.submenu a:hover {
	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.submenu a.select {
	color: #999;
	background: #EDEDED;
	pointer-events: none;
}

.numbers_results_o {
	width: 100%;
	font-family: 'MontserratBold';
	font-size: 14px;
	color: #40a52b;
	text-align: center;
	margin: 10px 0;
	float: left;
}

.numbers_results_o span {
	font-family: 'MontserratRegular';
	color: #575756;
}

.content_box_result {width: 100%; float: left;}

.box_result_o {
	margin-bottom: 10px;
	background: #FFF;
	float: left;
	width: 100%;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.number_offer {
	float: left;
	margin: 5px 5px 0 5px;
	background: url('/images/svg/number_offer.svg') no-repeat;
	width: 25px;
	height: 25px;
	color: #FFF;
	font-family: 'MontserratBold';
	font-size: 9px;
	text-align: center;
	line-height: 2.6;
}

.data_offer {
	float: left;
	margin-top: 8px;
	width: 61%;
}

.box_result img {float: left; width: 100%;}

.name_offer {
	text-transform: uppercase;
	color: #40a52b;
	font-size: 14px;
	line-height: 1.2;
	float: left;
	width: 100%;
}

.name_offer a {
	color: #40a52b;
	text-decoration: none;
	float: left;
}

.name_offer a:hover {
	color: #666;
}

.address_offer {
	font-family: 'MontserratRegular';
	font-size: 12px;
	color: #706f6f;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.address_offer span {
	font-family: 'MontserratBold';
	color: #00632E;
}

.cupon_pdf {
	display: block;
	float: right;
	width: 78px;
	height: 70px;
	padding: 5px;

	background: #e3211f;
	background: -moz-linear-gradient(-45deg,  #e3211f 0%, #891519 100%);
	background: -webkit-linear-gradient(-45deg,  #e3211f 0%,#891519 100%);
	background: linear-gradient(135deg,  #e3211f 0%,#891519 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3211f', endColorstr='#891519',GradientType=1 );
}

.tape_cupon_pdf {
	width: 100%;
	height: 60px;
	padding: 6px 0;

	background: #e3211f;
	background: -moz-linear-gradient(45deg,  #e3211f 0%, #a52121 100%);
	background: -webkit-linear-gradient(45deg,  #e3211f 0%,#a52121 100%);
	background: linear-gradient(45deg,  #e3211f 0%,#a52121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3211f', endColorstr='#a52121',GradientType=1 );
}

.tape_cupon_pdf p {
	font-size: 9px;
	font-family: 'MontserratBoldItalic';
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 3px;
}

.tape_cupon_pdf p:last-child {
	font-size: 24px;
	font-family: 'MontserratBold';
	margin-top: 3px;
}

.box_maps {
	width: 100%;
	background: #DADADA;
	display: block;
}

.box_maps2 {
	width: 100%;
	background: #DADADA;
	display: none;
}


/* Pdf oferta
--------------------------------------------------------- */

.wrapper_offer_pdf {
	width: 970px;
	background: #EDEDED;
	padding: 10px;
}

.content_result_pdf {
	width: 970px;
	margin: 0 auto;
}

.headboard_pdf {
	width: 690px;
	height: 250px;
	overflow-y: hidden;
	float: right;
	margin-bottom: 10px;
	padding: 10px 20px;
	display: table;

	background: #00632e;
	background: -moz-linear-gradient(left,  #00632e 0%, #40a52b 100%);
	background: -webkit-linear-gradient(left,  #00632e 0%,#40a52b 100%);
	background: linear-gradient(to right,  #00632e 0%,#40a52b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00632e', endColorstr='#40a52b',GradientType=1 );

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.headboard_pdf p.headboard_txt {
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	font-size: 38px;
	color: #DDFF80;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

.headboard_pdf p.headboard_txt span {
	text-transform: lowercase;
}

.headboard_pdf p.headboard_txt span:last-child {
	text-transform: uppercase;
	color: #FFF;
}

.title_pdf_box {width: 49.5%; float: left;}

section.wrapper_offer_pdf div.title_pdf_box:nth-of-type(4) {float: right;}

.title_wrapper_pdf {
	width: 100%;
	height: 30px;
}

.txt_title_pdf {
	float: left;
	height: 30px;
	color: #d9e5b0;
	padding: 0 10px;
	line-height: 30px;
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;

	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 );
}

.content_wrapper_pdf {
	width: 100%;
	background: #F6F6F6;
	padding: 10px;

	-webkit-box-shadow: 0 0 10px 1px #CCC;
	-moz-box-shadow: 0 0 10px 1px #CCC;
	box-shadow: 0 0 10px 1px #CCC;
}

.content_wrapper_pdf ul {
	list-style-image: url('/images/svg/arrow.svg');
	list-style-position: outside;
	padding: 0 25px;
}

.content_wrapper_pdf ul.col_left:first-child {margin-bottom: 24px;}

.content_wrapper_pdf ul.col_left:first-child p {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #706F6F;
	font-weight: normal;
}

.content_wrapper_pdf ul.col_left:last-child p {font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif; color: #40a52b; font-size: 24px; font-weight: bold; font-style: italic;}

.content_wrapper_pdf ul.col_left li {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #706F6F;
}

.content_wrapper_pdf ul.col_left li:first-child {
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #575756;
	font-weight: bold;
	font-style: italic;
}

.content_wrapper_pdf ul.col_left li:first-child p, .content_wrapper_pdf ul.col_left li:first-child a {
	text-transform: none;
	margin-top: 10px;
	line-height: 1.2;
}

.content_wrapper_pdf ul.col_left li a {
	display: block;
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #40a52b;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.content_wrapper_pdf ul.col_right li {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #706F6F;
	line-height: 1.2;
	margin-bottom: 16px;
}

.content_wrapper_pdf ul.col_right li span {
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	color: #575756;
	font-weight: bold;
	font-style: italic;
}

.img_offer_tab_pdf img {
	width: 250px;
	height: 250px;
	float: left;
	margin-bottom: 10px;

	-webkit-box-shadow: 0 0 5px 1px #999;
	-moz-box-shadow: 0 0 5px 1px #999;
	box-shadow: 0 0 5px 1px #999;
}

.title_pdf_box2 {width: 65%; float: left;}
.title_pdf_box3 {width: 34%; float: right;}

.content_wrapper_pdf ul.col_left_2 {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #706F6F;
	width: 100%;
	float: left;
}

.content_wrapper_pdf ul.col_left_2 li {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #706F6F;
}

.content_wrapper_pdf ul.col_left_2 li:first-child {
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #575756;
	font-weight: bold;
	font-style: italic;
}

.content_wrapper_pdf ul.col_left_2 p {
	margin-bottom: 10px;
	font-family: 'MontserratRegular', Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #706F6F;
	text-transform: none;
	font-weight: normal;
}

.content_wrapper_pdf ul.col_left_2 li:first-child p {
	text-transform: none;
	margin-top: 10px;
	line-height: 1.2;
}

.content_wrapper_pdf ul.col_left_2 li p:last-child span {
	font-family: 'MontserratBoldItalic', Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #40a52b;
	font-weight: bold;
	font-style: italic;
}

.content_wrapper_pdf ul.col_left_2 {
	padding: 0 20px 0 0;
	list-style: none;
}



/* 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;
}

a.special-link {text-decoration: none; color: #40a52b;}
a.special-link:hover {text-decoration: underline; color: #00632e;}

/* GDPR
--------------------------------------------------------- */
.mt30 {margin-top: 30px;}

/* 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: 95%; 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;
	}

	/* Cookies
    --------------------------------------------------------- */

	.cookies a.closecookies {
		display: inline;
	}

}

@media screen and (min-width: 520px) {

	.title_offer_box {width: 49%;}
	.offer_box {max-width: 49%; margin-top: 65px;}
	section.wrapper2 div:nth-child(2n) {margin-left: 9px;}

	/* 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%;
	}

	.city_search ul li:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	.box_result img {width: 30%; max-width: 250px;}
	.data_workshop {width: 70%;}


}


@media screen and (min-width: 530px) {

	.img_offer_tab {
		max-width: 250px;
	}

	.banner_downloadpdf p.first_txt {
		font-size: 18px;
	}

	.banner_downloadpdf p.second_txt {
		font-size: 36px;
	}

	.banner_downloadpdf p.third_txt {
		font-size: 14px;
	}

	.banner_downloadpdf {
		width: calc(100% - 260px);
		margin-left: 10px;
	}

}

@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;
	}

	.search_box .search {
	}

	.search_box .search input {
		width: 285px;
		float: left;
	}

	.search_box .search button {
		margin-top: 0;

		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;
	}

	.search_box_phone .search_phone {
	}

	.search_box_phone .search_phone input {
		width: 285px;
		float: left;
	}

	.search_box_phone .search_phone button {
		margin-top: 0;
		height: 33px;
		width: 100px;

		border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
	}


	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {
		background: none;
	}

	.banner_offers p, .banner_offers a {
		font-size: 24px;
		text-align: left;
	}

	.banner_offers a {
		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 input {
		height: 25px;
		width: 55%;
	}

	.banner_review .form_element button {
		height: 25px;
		margin: 0;
		width: 40%;
	}


	/* Footer
    --------------------------------------------------------- */

	.col_footer_block1, .col_footer_block2 {
		width: 50%;
		float: left;
	}

	.two_lines2 {
		float: left;
	}

	.footer_block {
		float: left;
	}


	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	.content_services_search {width: 100%;}
	.btns_filters_search {width: 95%;}


	/* 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%;
	}

	.content_wrapper ul.list_result_next_revision {
		float: left;
		width: 50%;
	}

	.content_wrapper ul.list_result_next_revision li {
		font-size: 16px;
	}

	.banner_downloadpdf p.first_txt {
		font-size: 24px;
	}

	.banner_downloadpdf p.second_txt {
		font-size: 45px;
	}

	.banner_downloadpdf p.third_txt {
		font-size: 16px;
	}

}

@media screen and (min-width: 620px) {

	.socialnetworks {
		display: block;
	}
}

@media screen and (min-width: 700px) {

	.content_box_result {float: left; width: 49%;}

	.box_result_o {
		clear: both;
	}

	nav.submenu a:nth-child(3) {
		display: none;
	}

	.box_maps2 {
		display: block;
		float: right;
		width: 50%;
	}

	nav.submenu a {width: 24.5%;}

	/* Footer
    --------------------------------------------------------- */

	.footer_block5 input {width: 65%;}
}


@media screen and (min-width: 750px) {

	/* Beneficis i Video
    --------------------------------------------------------- */

	.content_benefits {
		width: 100%;
		float: left;
	}

	.two_lines, .city_search {
		float: left;
	}

	.content_benefits {
		padding-right: 20px;
	}

	.title_offer_box {width: 32%;}
	.offer_box {max-width: 32%;}
	section.wrapper2 div:nth-child(2n) {margin-left: 0;}
	section.wrapper2 div:nth-child(3n+2) {margin-left: 14px; margin-right: 14px;}

	.benefits .txt_benefits {
		text-align: left;
		float: left;
	}

	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {font-size: 34px;}
	.banner_offers a {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;}

	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	section.wrapper_results {
		width: 60%;
		float: left;
		display: block;
	}

	section.wrapper_filtres {
		width: 40%;
		float: left;
		display: block;
		background: #EDEDED;
	}

	.sub_nav {display: none;}


	/* 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;
	}

	.col01_txt_tab {width: 45%; float: left;}

	.col02_txt_tab {width: 45%; float: right;}

	.col02_txt_tab ul.txt_tab li {margin-bottom: 30px;}

}

@media screen and (min-width: 840px) {

	.content_benefits {padding-right: 0;}

	.benefits {width: 24%; float: left; margin-right: 10px;}
	.benefits:last-child {margin-right: 0;}

	.benefits .ico_benefits {
		text-align: center;
		float: none;
	}

	.benefits .txt_benefits {
		text-align: center;
		float: none;
		margin: 0;
		width: 100%;
		padding: 0 10px;
	}

	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	section.wrapper_results {
		width: 69%;
	}

	section.wrapper_filtres {
		width: 31%;
	}

	.btn_pdf {width: 85%;}
}


@media screen and (min-width: 970px) {

	#content_header, #content_banner, #content_video, .title_wrapper, .img_wrapper, #content_partner, #content_footer, .content_wrapper, section.wrapper, section.wrapper2, .content_result, nav.submenu {
		max-width: 970px;
		margin: 0 auto;
		padding: 0;
	}

	/* Content
    --------------------------------------------------------- */

	.title_wrapper, .content_wrapper {
		padding: 0;
	}

	/* 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%;
		margin-bottom: 0;
	}

	.city_search ul li:nth-child(2n) {
		margin-left: 1.65%;
	}

	section.wrapper2 div:nth-child(3n+2) {margin-left: 0; margin-right: 0;}
	.title_offer_box {width: 24%; margin-right: 12px !important;}
	.offer_box {max-width: 24%; margin-right: 12px !important;}
	section.wrapper2 div:nth-child(2n) {margin-left: 0; margin-right: 12px;}
	section.wrapper2 div:nth-child(4n) {margin-right: 0 !important;}

	section.wrapper {padding: 35px 0 0 0 !important;}

	/* Banner ofertes i promocions
    --------------------------------------------------------- */

	.banner_offers p {font-size: 43px;}
	.banner_offers a {font-size: 35px; width: 400px;}
	.banner_offers img {bottom: 28px; left: 442px;}

	/* Banner la meva proxima revisio
    --------------------------------------------------------- */

	.banner_review p {font-size: 39px;}
	.banner_review p:nth-of-type(2) {font-size: 49px;}
	.banner_review .form_element button {width: 42%;}
	.banner_review .content_elements { margin-top: 0;}

	/* Resultats, Filtres i mapa
    --------------------------------------------------------- */

	section.wrapper_filtres {
		width: 30%;
		float: left;
		display: block;
	}

	section.wrapper_results {
		width: 70%;
		float: left;
		display: block;
	}

	.box_result img {width: 100%; max-width: 175px;}
	.data_workshop {width: calc(100% - 175px);}

	/* 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;
	}

	.banner_downloadpdf p.first_txt {background: none;}
	.banner_downloadpdf p.third_txt {background: none;}

}