/* FORMULARI */
.div_input_text {
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    font-weight: 400;
    max-width: 780px;
    width: calc(100% - 2px);
    height: calc(50px - 2px);
	border-bottom:1px solid #27509B;
    position: relative;
	margin-bottom:30px;
}
input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
  top: 8px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 0.8;
}
.inputText {
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #06262d;
    width: calc(100% - 40px);
    height: 28px;
    padding: 20px 20px 0px 10px;
    border: 0;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 15px;
    transition: 0.2s ease all;
    color: #06262d;
	font-size:16px;
	font-weight: 600;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
[type="checkbox"] + label {
    font-size:14px;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #27509B;
}
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #27509B;
    /* border-radius: 100%; */
    background: #fff;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(244,143,51);
    position: absolute;
    top: 4px;
    left: 4px;
    /* border-radius: 100%; */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.div_input_text_select0{
	font-family:"Roboto", Arial, Helvetica, sans-serif;font-weight:400;
	width:calc(340px - 2px);
	height:calc(50px - 2px);
	border:1px solid #000000;
	position:relative;
}
.div_input_text_select1{
	font-family:"Roboto", Arial, Helvetica, sans-serif;font-weight:400;
	width:calc(90px - 2px);
	height:calc(50px - 2px);
	border:1px solid #000000;
	position:relative;
	float:left;
}
.div_input_text_select2{
	font-family:"Roboto", Arial, Helvetica, sans-serif;font-weight:400;
	width:calc(140px - 2px);
	height:calc(50px - 2px);
	border:1px solid #000000;
	position:relative;
	float:left;
	margin-left:10px;
}
.div_input_text_select3{
	font-family:"Roboto", Arial, Helvetica, sans-serif;font-weight:400;
	width:calc(89px - 2px);
	height:calc(50px - 2px);
	border:1px solid #000000;
	position:relative;
	float:left;
	margin-left:10px;
}

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  /*background: #2c3e50;*/
  background-image: none;
  padding-left:10px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select1 {
  position: relative;
  display: flex;
  width:calc(26% - 2px);
height:calc(50px - 2px);
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  /*border-radius: .25em;*/
}
/* Custom Select */
.select2 {
  position: relative;
  display: flex;
  width:calc(40% - 2px);
height:calc(50px - 2px);
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  /*border-radius: .25em;*/
}
/* Custom Select */
.select3 {
  position: relative;
  display: flex;
  width:calc(34% - 22px);
height:calc(50px - 2px);
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  /*border-radius: .25em;*/
}
.select0 {
  position: relative;
  display: flex;
  width:calc(100% - 2px);
height:calc(50px - 2px);
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  /*border-radius: .25em;*/
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  color: #4D4D4D;
  padding-left: 20px;
}
/* Arrow */
.select1::after, .select2::after, .select3::after, .select0::after  {
  display: block;
  width: 5px;
  height:100%;
  content:'';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  /*background-color: #34495e;*/
  background-image:url(../we2_images/mono_flecha2.svg);
      background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 8px auto;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select1:hover::after, .select2:hover::after, .select3:hover::after, .select0:hover::after {
  color: #f39c12;
}

/* FORMULARI */

/* AFEGITS I MODIFICACIONS */
.we2_x_text1 p{font-family:"Mulish", Arial, Helvetica, sans-serif;font-weight:700;font-size:18px;line-height:24px;color:#06262d;padding-bottom:10px;}
.we2_x_text2 p{font-family:"Abril Fatface", Arial, Helvetica, sans-serif;font-weight:400;font-size:72px;line-height:62px;color:#06262d;padding-bottom:10px;}
.we2_x_text3 p{font-family:"Mulish", Arial, Helvetica, sans-serif;font-weight:400;font-size:18px;line-height:24px;color:#06262d;padding-bottom:10px;}
.we2_x_text4 p{font-family:"Mulish", Arial, Helvetica, sans-serif;font-weight:700;font-size:14px;line-height:24px;color:#FFF;padding:24px 15px 24px 15px;}

.we2_taula_planols{width:100%;max-width:1670px;background-color:#FFF;margin:0 auto;transform: translate3d(0px, -160px, 0px);}
.we2_taula_linia1{width:100%;height:10px;border-bottom:1px solid #06262d;}
.we2_taula_espai1{width:100%;height:30px;}
.we2_taula_espai2{width:100%;height:20px;}
.we2_taula_col1{width:15%;}
.we2_taula_col2{width:35%;}
.we2_taula_col3{width:15%;}
.we2_taula_col4{width:15%;}
.we2_taula_col5{width:20%;}
.we2_taula_boto1{background-color:#06262d;cursor:pointer;}
.we2_taula_boto1:hover{opacity:0.6;}
.we2_taula_canvi1{display:none;}

.bass_mich_ex1{width:calc(100% - 2px);border-left:1px solid rgb(38,48,73);border-right:1px solid rgb(38,48,73);}
@media (max-width: 780px) {
	.we2_taula_col1{width:35%;}
	.we2_taula_col2{width:65%;}
	.we2_taula_col3{display:none;}
	.we2_taula_col4{display:none;}
	.we2_taula_col5{display:none;}
	
	.we2_taula_canvi1{display:block;}
	.we2_x_text1 p{font-size:16px;line-height:22px;padding-bottom:10px;}
	.we2_x_text2 p{font-size:52px;line-height:42px;padding-bottom:10px;}
	.we2_x_text3 p{font-size:16px;line-height:22px;padding-bottom:10px;}
	.we2_x_text4 p{font-size:12px;line-height:22px;;padding:14px 15px 14px 15px;}
}
/* AFEGITS I MODIFICACIONS */