/*!
Theme Name: Assemblo
Theme URI: 
Description: Theme para Assemblo
Version: 1.0
Author: MG Comunicació
Text Domain: assemblo
Domain Path: /lang

*/
/*----------------------------------------------------------------------------------------------------
	1. Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com  
----------------------------------------------------------------------------------------------------*/
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,
main,
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 {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
textarea {
  overflow: auto;
}
div.clear,
span.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 0px;
  overflow: hidden;
}
strong {
  font-weight: 900;
}
em,
i {
  font-style: italic;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
}
textarea {
  resize: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
small {
  font-size: 0.75em;
}
/*----------------------------------------------------------------------------------------------------
	Normalitzacio
----------------------------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
body,
input,
textarea,
select {
  font-family: 'Overpass', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 300;
  color: #231f20;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
main li {
  padding: 0;
  margin: 0 0 1.3em 0;
  line-height: 1.3em;
}
a {
  text-decoration: none;
  color: #231f20;
}
a:hover {
  text-decoration: underline;
  color: #92278f;
}
input[type=checkbox] {
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}
sup {
  font-size: 0.6em;
  vertical-align: 0.3em;
}
/* fonts */
/* tamanys fonts */
/* variables maqueta */
/* colors */
/* colors text */
/*---------------------------------------------------------------------------------------------------
	Maqueta
----------------------------------------------------------------------------------------------------*/
body {
  background: #fff;
}
.maq_2_cols,
.maq_3_cols {
  margin-left: -40px;
}
.maq_2_cols .maq_col,
.maq_3_cols .maq_col {
  float: left;
  padding-left: 40px;
  box-sizing: border-box;
  width: 50%;
}
.maq_3_cols .maq_col {
  width: 33.3333%;
}
.maq_3_cols .maq_col.col_doble {
  width: 66.6666%;
}
.maq_cont {
  max-width: 1400px;
  padding: 0 5%;
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .maq_col,
  .maq_3_cols .maq_col,
  .maq_3_cols .maq_col.col_doble {
    width: 50%;
  }
  section.text_que_hacemos .maq_col,
  section.text_que_hacemos .maq_3_cols .maq_col,
  section.text_que_hacemos .maq_3_cols .maq_col.col_doble,
  section.confian_en_nosotros .maq_col,
  section.confian_en_nosotros .maq_3_cols .maq_col,
  section.confian_en_nosotros .maq_3_cols .maq_col.col_doble,
  section.text_home .maq_col,
  section.text_home .maq_3_cols .maq_col,
  section.text_home .maq_3_cols .maq_col.col_doble {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .maq_cont {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media only screen and (max-width: 450px) {
  .maq_col,
  .maq_3_cols .maq_col,
  .maq_3_cols .maq_col.col_doble,
  section.text_home .maq_col,
  section.text_home .maq_3_cols .maq_col.col_doble {
    width: auto;
    float: none;
  }
  .maq_3_cols .maq_col.resum_post {
    padding-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------
	Elements comuns
----------------------------------------------------------------------------------------------------*/
/*
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 0;
       -moz-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}
.fancybox-skin {background: transparent !important}
.fancybox-overlay {background: rgba(255, 255, 255, 0.75) !important }

.fancybox-close {
	top:15px !important;
	right:15px !important;
	background:none !important;
	text-decoration:none !important;
	font-family:'fandb' !important;
}
.fancybox-close:before {
	content:"\e904";
	color:#fff;
	font-size:30px;
}
.fancybox-close:hover:before {
	color:#fbb03b;
}
*/
strong {
  font-weight: 800;
}
.fullwidth {
  width: 100%;
  height: auto;
  display: block;
}
.centrar-verticalment:before {
  content: ' ';
  font-size: 1px;
  width: 1px;
  height: 100%;
  display: inline-block;
  margin-left: -2px;
  vertical-align: middle;
}
.centrat-verticalment {
  vertical-align: middle;
  display: inline-block;
  width: 98%;
}
.centrat-verticalment p:last-child {
  margin-bottom: 0;
}
main a {
  /*color:@colorTaronja;*/
}
.com_titular_1,
.com_titular_3,
.com_titular_4 {
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 0.4em;
  font-weight: 800;
}
.com_titular_1.mes_de_12 {
  font-size: 37px;
}
.com_titular_2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.com_titular_3 {
  font-size: 38px;
}
.com_titular_4 {
  font-size: 21px;
}
@media only screen and (max-width: 1130px) {
  .com_titular_1 {
    font-size: 3vw;
  }
  .com_titular_1.mes_de_12 {
    font-size: 3vw;
  }
  .com_titular_2 {
    font-size: 2.8vw;
  }
  .com_titular_3 {
    font-size: 3.4vw;
  }
  .com_titular_4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 750px) {
  .com_titular_1 {
    font-size: 6vw;
  }
  .com_titular_1.mes_de_12 {
    font-size: 4.8vw;
  }
  .com_titular_2 {
    font-size: 21px;
  }
  .com_titular_3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .com_titular_1 {
    font-size: 8vw;
  }
  .com_titular_1.mes_de_12 {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 420px) {
  .com_titular_1.mes_de_12 {
    font-size: 8vw;
  }
}
.com_link,
.com_bt {
  color: #000;
  border-bottom: #000 1px solid;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 2em;
  display: inline-block;
}
.com_link:hover {
  text-decoration: none;
  color: #92278f;
  border-color: #92278f;
}
.com_bt {
  border: #000 1px solid;
  line-height: 3em;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
.com_bt:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.text_content h1,
.text_content h2,
.text_content h3,
.text_content h4 {
  font-weight: 800;
  font-size: 2em;
  margin-bottom: 1em;
}
.text_content h3,
.text_content h4 {
  font-size: 1.6em;
}
.text_content h4 {
  font-size: 1.4em;
}
.text_content a {
  text-decoration: underline;
}
/*---------------------------------------------------------------------------------------------------
	Header
----------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------
	Header
----------------------------------------------------------------------------------------------------*/
header {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  text-align: right;
  padding-bottom: 28px;
  /*-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;*/
}
body.admin-bar header {
  top: 32px;
}
main {
  padding-top: 155px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
  #wpadminbar {
    position: fixed !important;
  }
}
footer:before,
header:after {
  position: absolute;
  right: 0;
  width: 50%;
  background: url(img/degradat_superior.jpg) no-repeat center center;
  background-size: cover;
  height: 20px;
  content: ' ';
  display: block;
  padding-left: 226.6px;
}
@media screen and (max-width: 1570px) {
  footer:before,
  header:after {
    width: 65%;
    padding-left: 0;
    border-left: #fff 6.5px solid;
    box-sizing: border-box;
  }
}
header .maq_cont {
  position: relative;
}
header .langs {
  position: absolute;
  right: 5%;
  font-size: 0;
  margin-top: 10px;
}
header .langs li {
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
}
header .langs a {
  color: #939598;
}
header #logo {
  position: absolute;
  margin-top: 40px;
}
@media only screen and (max-width: 400px) {
  header #logo img {
    width: 200px;
  }
}
header .menu_principal {
  text-align: right;
  font-size: 0;
  padding-top: 80px;
  margin-right: -40px;
}
header .menu_principal li {
  display: inline-block;
}
header .menu_principal li a {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  text-transform: uppercase;
  font-size: 17px;
}
body.single-work header .menu_principal li.menu-projectes,
header .menu_principal li.current-menu-item,
header .menu_principal li.current-menu-ancestor {
  font-weight: 800;
}
header .menu_principal a:hover {
  text-decoration: none;
}
header .menu_principal li.invers {
  background: #231f20;
  font-weight: 800;
}
header .menu_principal li.invers:hover {
  background: #92278f;
}
header .menu_principal li.invers a {
  color: #fff;
}
header .menu_principal li.invers a:hover,
header .menu_principal li.invers.current-menu-item,
header .menu_principal li.invers.current-menu-ancestor {
  background: #92278f;
}
#menu_mobile {
  display: none;
}
@media screen and (max-width: 1030px) {
  header #logo {
    left: 30px;
    margin-top: 10px;
  }
  header .menu_principal {
    padding-top: 110px;
  }
  main {
    padding-top: 185px;
  }
}
/* menu mobile */
@media screen and (max-width: 750px) {
  header {
    height: 127px;
  }
  #menu_mobile {
    display: block;
    position: absolute;
    top: 70px;
    right: 5%;
  }
  header #logo {
    margin-top: 40px;
    left: auto;
  }
  header .menu_principal {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 155px;
    z-index: 20;
    padding-top: 0;
    background: #92278f;
    display: none;
  }
  body.menu_visible header .menu_principal {
    display: block;
  }
  header .menu_principal li {
    display: block;
    text-align: center;
  }
  header .menu_principal li a {
    display: block;
    color: #fff;
  }
  header .menu_principal li a:hover {
    background: #231f20;
  }
  header:after {
    display: none;
  }
  main {
    padding-top: 155px;
  }
}
/* Burger */
#menu_mobile span.txt {
  display: none;
}
#nav-icon3 {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #92278f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
body.menu_visible #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body.menu_visible #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu_visible #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.menu_visible #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*---------------------------------------------------------------------------------------------------
	Home
----------------------------------------------------------------------------------------------------*/
/* slider */
#slider_home {
  border-bottom: #fff 15px solid;
}
#slider_home .slide {
  background: no-repeat center center;
  background-size: cover;
  height: 45vw;
  display: block;
}
#slider_home .fletxa {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 50px;
  margin-top: -25px;
  line-height: 50px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}
#slider_home .fletxa:hover {
  color: #92278f;
}
#slider_home .fletxa.dreta {
  left: auto;
  right: 20px;
}
/* estils de slider antics 

section.slider {
	font-size:0;
	overflow:hidden;
	min-height:24px;
}
	section.slider div.item {
		width:50%;
		height:auto;
		display:inline-block;
		outline:0;
	}
	section.slider div.item img {
		width:100%;
		height:auto;
		padding:24px 9px;
		box-sizing:border-box;
	}
	section.slider .slick-initialized div.item {
		width:auto;
	}
	section.slider .slick-dots {
		padding-bottom:20px;
	}
	section.slider .slick-dots li {
		display:inline;
		margin:0 6px;
	}
	section.slider .slick-dots button {
		border:0;
		background:#fff;
		width:14px;
		height:14px;
		font-size:0;
		line-height:0;
		border-radius:50%;
		cursor:pointer;
		outline:0;
	}
	section.slider .slick-dots .slick-active button {
		background:#fff;
	}

*/
section.text_home {
  background: url(img/gir.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0 42px;
  color: #fff;
}
section.text_normal {
  padding: 70px 0 42px;
  background: #eee;
}
/*---------------------------------------------------------------------------------------------------
	Que hacemos
----------------------------------------------------------------------------------------------------*/
section.text_que_hacemos {
  background: #dddddd url(img/bg_que_hacemos.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 25vw;
}
section.text_que_hacemos div.wrap_extra {
  /* fallback */
  background: url(img/gir.jpg) no-repeat center center;
  background-size: cover;
  background-image: url(img/bg_que_hacemos.jpg), url(img/gir.jpg);
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center center;
  background-blend-mode: multiply;
  padding: 70px 0 42px;
  color: #fff;
}
@media only screen and (max-width: 1900px) {
  section.text_que_hacemos {
    background-size: 1900px;
  }
  section.text_que_hacemos div.wrap_extra {
    /* fallback */
    background-size: cover;
    background-size: 1900px, cover;
  }
}
@media only screen and (max-width: 780px) {
  section.text_que_hacemos {
    background-image: url(img/bg_que_hacemos_vertical.jpg);
    background-size: 1200px;
  }
  section.text_que_hacemos div.wrap_extra {
    /* fallback */
    background-image: url(img/gir.jpg) no-repeat center center;
    background-size: cover;
    background-image: url(img/bg_que_hacemos_vertical.jpg), url(img/gir.jpg);
    background-size: 1200px, cover;
  }
}
section.confian_en_nosotros {
  padding-top: 60px;
}
section.confian_en_nosotros .cont_logos {
  font-size: 0;
  line-height: 1em;
}
section.confian_en_nosotros .cont_logos .logo {
  font-size: 12px;
  display: inline-block;
  width: 25%;
}
section.confian_en_nosotros .cont_logos .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  section.confian_en_nosotros .cont_logos .logo {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 400px) {
  section.confian_en_nosotros .cont_logos .logo {
    width: 50%;
  }
}
/*---------------------------------------------------------------------------------------------------
	Que hemos hecho / Blog
----------------------------------------------------------------------------------------------------*/
section.portfolio .mod_selector {
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  section.portfolio .mod_selector {
    text-align: center;
  }
}
section.portfolio .mod_selector p {
  line-height: 40px;
  margin-bottom: 15px;
}
section.portfolio .mod_selector button {
  font-family: 'Overpass', sans-serif;
  background: none;
  border: #231f20 1px solid;
  color: #231f20;
  font-size: 18.7px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-left: 10px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
  cursor: pointer;
  outline: 0;
}
section.portfolio .mod_selector button:hover {
  color: #92278f;
}
section.portfolio .mod_selector button.mixitup-control-active {
  background: #92278f;
  border-color: #92278f;
  color: #fff;
}
section.blog .maq_col img,
section.portfolio .cont_seleccio img {
  display: block;
  width: 100%;
  height: auto;
}
section.blog .maq_3_cols,
section.portfolio .maq_3_cols {
  margin-left: -20px;
}
section.blog .maq_col,
section.portfolio .maq_col {
  padding-left: 20px;
  position: relative;
}
section.portfolio .maq_col {
  margin-bottom: 20px;
}
section.blog .maq_col .foto,
section.portfolio .maq_col a {
  position: relative;
  display: block;
}
section.blog div.over,
section.portfolio div.over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-blend-mode: multiply;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
section.portfolio div.over,
section.blog div.over.actiu {
  opacity: 0.01;
  transition: opacity 0.25s ease-in-out;
}
section.portfolio a:hover div.over,
section.blog a:hover div.over.actiu {
  opacity: 1;
}
div.tit_assemblog {
  padding-left: 50%;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
div.tit_assemblog img {
  width: 80%;
  max-width: 460px;
  display: block;
  height: auto;
  margin-left: -226.6px;
}
@media screen and (max-width: 1570px) {
  div.tit_assemblog {
    margin-left: 6.5px;
    padding-left: 33.3333%;
  }
  div.tit_assemblog img {
    margin-left: 0;
    width: 60%;
  }
}
div.resum_post div.text {
  padding-top: 20px;
  padding-left: 30px;
}
/*---------------------------------------------------------------------------------------------------
	Presu
----------------------------------------------------------------------------------------------------*/
#cap_presu {
  background: url(img/contactar.jpg) no-repeat center center;
  background-size: cover;
  height: 22vw;
  position: relative;
  margin-bottom: 5%;
}
#cap_presu h1 {
  position: absolute;
  color: #000;
  bottom: 3vw;
  margin: 0;
  font-size: 2.5em;
}
img.mapa {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1100px) {
  #cap_presu h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 800px) {
  #cap_presu h1 {
    font-size: 6vw;
  }
  #cap_presu {
    background-image: url(img/contactar_mobile.jpg);
    height: 45vw;
  }
}
@media only screen and (max-width: 600px) {
  section.contacte .maq_2_cols .maq_col {
    float: none;
    width: auto;
  }
}
section.contacte input.text,
section.contacte textarea {
  padding: 5px 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: #231f20 1px solid;
}
section.contacte textarea {
  height: 80px;
  margin-bottom: 14px;
}
section.contacte input.text.error,
section.contacte textarea.error {
  border: #f00 1px solid;
}
section.contacte .container_amb_error {
  color: #f00;
}
section.contacte .wpcf7-checkbox.container_amb_error {
  color: #f00;
}
div.error_validation_message {
  color: #f00;
  display: none;
  font-size: 14px;
  font-weight: bold;
}
div.error_validation_message p {
  font-size: 14px;
  line-height: 20px;
}
section.contacte .wpcf7-checkbox {
  font-size: 14px;
  color: #231f20;
  text-align: left;
}
section.contacte .wpcf7-checkbox input {
  width: auto;
  padding: 0;
  display: inline-block;
  vertical-align: -0.05em;
  margin: 0 5px 0 0;
}
section.contacte p.enviar {
  text-align: right;
  margin-bottom: 0;
}
section.contacte p.enviar input {
  text-align: right;
  padding: 0 30px;
  width: auto;
  display: inline-block;
}
/* file upload */
section.contacte input[type="file"] {
  padding: 0;
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
  border: 0;
  opacity: 0;
}
/*
section.contacte .file-upload:before {
	content: "\e914";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #e00;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	position: absolute;
	top: 0;
}
*/
section.contacte .file-upload {
  display: block;
  position: relative;
  height: 30px;
  overflow: hidden;
}
section.contacte .file-upload span {
  color: #231f20;
  display: block;
  padding-left: 15px;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
section.contacte .file-upload:hover span,
section.contacte .file-upload span:hover {
  background: #231f20;
  color: #fff;
}
section.contacte .file-upload .wpcf7-not-valid-tip {
  padding-top: 30px;
}
section.contacte span.input_file_name {
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  display: block;
  color: #999;
}
section.contacte .resposta_form {
  font-size: 14px;
}
.posicionador {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -2000px;
  margin-top: -200px;
}
/*---------------------------------------------------------------------------------------------------
	fitxa work
----------------------------------------------------------------------------------------------------*/
section.fitxa_work {
  position: relative;
}
section.fitxa_work div.foto {
  border-bottom: #fff 15px solid;
}
section.fitxa_work div.foto img {
  width: 100%;
  height: auto;
  display: block;
}
section.fitxa_work div.text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
section.fitxa_work div.pastilla {
  width: 30%;
  min-width: 300px;
  padding: 20px 20px 100px 100px;
  background: rgba(255, 0, 0, 0.4);
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 850px) {
  section.fitxa_work div.pastilla {
    box-sizing: border-box;
    width: 50%;
    min-width: 0;
  }
}
@media screen and (max-width: 600px) {
  section.fitxa_work div.pastilla {
    padding: 20px 20px 1px 30px;
  }
}
@media screen and (max-width: 400px) {
  section.fitxa_work div.text {
    position: static;
    border-bottom: #fff 15px solid;
    background: #92278f;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  section.fitxa_work div.pastilla {
    background: none;
  }
}
/*---------------------------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------------------------*/
footer {
  padding-top: 100px;
  font-size: 14px;
}
footer:before {
  margin-top: -60px;
}
footer p.social {
  font-size: 1.6em;
  margin-bottom: 0.8125em;
}
footer p.social a:hover {
  text-decoration: none;
}
footer .seo_links p {
  margin-bottom: 0;
}
footer ul.mseo {
  margin-bottom: 1.3em;
}
#logo_footer img {
  max-width: 100%;
  height: auto;
}
/* sense linia al footer */
body.home footer {
  padding-top: 50px;
}
body.home footer:before {
  display: none;
}
#cookie_advisor_container {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(146, 39, 143, 0.8);
  padding: 20px 40px;
  color: #fff;
}
#cookie_advisor_container p.avis_cookies a {
  color: #fff;
}
#cookie_advisor_container .com_bt {
  background: #fff;
  color: #92278f;
  font-weight: 800;
  border-color: #fff;
}
#cookie_advisor_container .com_bt:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media screen and (max-width: 750px) {
  .maq_3_cols .maq_col.col_logo {
    position: absolute;
    width: 250px;
  }
  .maq_3_cols .maq_col.col_seo {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .maq_3_cols .maq_col.col_logo {
    position: static;
    width: 100%;
    text-align: center;
    float: none;
  }
  .maq_3_cols .maq_col.col_seo {
    padding-top: 50px;
  }
  #logo_footer img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  footer .maq_3_cols .maq_col {
    width: auto;
    float: none;
    text-align: center;
  }
}
/*----------------------------------------------------------------------------------------------------
	Responsive
----------------------------------------------------------------------------------------------------*/
div.chivato,
div.cssWidth {
  width: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -1000px;
}
div.chivato {
  background: #FF0;
  color: #000;
  margin-left: 0;
  width: auto;
  padding: 2px;
  font-size: 18px;
  position: fixed;
  z-index: 10000;
}
/* XXL */
@media only screen and (max-width: 2200px) {
  div.cssWidth {
    width: 220px;
  }
}
@media only screen and (max-width: 1800px) {
  div.cssWidth {
    width: 180px;
  }
}
@media only screen and (max-width: 1600px) {
  div.cssWidth {
    width: 160px;
  }
}
@media only screen and (max-width: 1200px) {
  div.cssWidth {
    width: 120px;
  }
}
@media only screen and (max-width: 950px) {
  div.cssWidth {
    width: 95px;
  }
}
@media only screen and (max-width: 860px) {
  div.cssWidth {
    width: 85px;
  }
}
@media only screen and (max-width: 780px) {
  div.cssWidth {
    width: 78px;
  }
}
@media only screen and (max-width: 610px) {
  div.cssWidth {
    width: 60px;
  }
}
@media only screen and (max-width: 500px) {
  div.cssWidth {
    width: 50px;
  }
}
@media only screen and (max-width: 390px) {
  div.cssWidth {
    width: 36px;
  }
}
/*# sourceMappingURL=style.css.map */