@charset "UTF-8";
/* line 22, ../sass/machines.scss */
:focus {
  outline: none !important;
}

/* line 29, ../sass/machines.scss */
.form-section {
  margin-bottom: 35px;
  padding-bottom: 0px;
  border-bottom: none;
}

/* line 34, ../sass/machines.scss */
.machine-search-form input[type="submit"] {
  cursor: pointer;
  background: #E3092C;
  padding: 12px;
  color: white;
  width: 300px;
  border: none;
  border-radius: 15px;
  font-size: 21px;
  text-align: center;
}

/* line 46, ../sass/machines.scss */
.machine-search-form input[type="submit"]:hover {
  background: #3E3E40;
}

/* line 50, ../sass/machines.scss */
.machine-search-form input[type="submit"]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* line 55, ../sass/machines.scss */
.submit-button a {
  display: block;
  background: #E3092C;
  padding: 7px;
  color: white;
  width: 300px;
  border: none;
  border-radius: 15px;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

/* line 68, ../sass/machines.scss */
.submit-button a:hover {
  background: #3E3E40;
}

/* line 73, ../sass/machines.scss */
.primary-form-section,
.secondary-form-section {
  background-color: #fafafa;
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

/* line 80, ../sass/machines.scss */
.form-product-material label {
  font-size: 15px;
  line-height: 22px;
  color: #3E3E40;
}

/* line 85, ../sass/machines.scss */
.secondary-form {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

/* radios de matèria primera */
/*.radio-buttons.raw-material {
    //display: flex;
    //justify-content: space-evenly;
    //padding: 10px 20px;
    //margin-right: 20px;
    margin-bottom: 40px;
    img.radio-img {
    	max-width: 200px;
    }
}*/
/* line 102, ../sass/machines.scss */
.form-product-material .raw-material label {
  margin-bottom: 0;
}

/* line 105, ../sass/machines.scss */
.form-product-material .raw-material img.radio-img {
  max-width: 140px;
}

/* line 109, ../sass/machines.scss */
.form-product-material {
  display: flex;
}
/* line 111, ../sass/machines.scss */
.form-product-material div.form-section:first-child .simple-radio {
  margin-right: 30px;
  border-right: 1px dashed #D6D9DC;
  padding-right: 30px;
}

/* line 118, ../sass/machines.scss */
.submit-button {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

/* line 124, ../sass/machines.scss */
input[type="number"]:read-only {
  background-color: #ccc !important;
  cursor: not-allowed;
}

/* line 129, ../sass/machines.scss */
.industry-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 133, ../sass/machines.scss */
.industry-wrapper input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 140, ../sass/machines.scss */
.industry-right {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
}

/* line 145, ../sass/machines.scss */
.industry-left {
  padding-left: 20px;
}

/* line 149, ../sass/machines.scss */
.industry-input-element {
  display: inline-block;
  text-align: center;
}
/* line 152, ../sass/machines.scss */
.industry-input-element img {
  cursor: pointer;
  width: 80px;
  border-radius: 8px;
  border: 2px solid white;
}
/* line 158, ../sass/machines.scss */
.industry-input-element input:checked + label img {
  border-color: #E3092C;
  background: white;
}
/* line 162, ../sass/machines.scss */
.industry-input-element span.input-help {
  background-color: #D6D9DC;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
}

/* line 175, ../sass/machines.scss */
input[type="radio"]:disabled + label {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 178, ../sass/machines.scss */
input[type="radio"]:disabled + label img.radio-img {
  cursor: inherit;
}

/* line 183, ../sass/machines.scss */
input[type="number"].number {
  border: 1px solid #D6D9DC;
  border-radius: 15px;
  padding: 8px 10px;
  color: #E3092C;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  width: 100px !important;
  background-color: white;
}

/* line 194, ../sass/machines.scss */
.prod-volum-section {
  display: flex;
  margin-bottom: 25px;
  padding: 0 20px;
}
/* line 198, ../sass/machines.scss */
.prod-volum-section label {
  display: block;
  font-size: 15px;
  color: #3E3E40;
  line-height: 22px;
  float: left;
  margin-right: 20px;
}
/* line 206, ../sass/machines.scss */
.prod-volum-section div {
  width: 25%;
}
/* line 209, ../sass/machines.scss */
.prod-volum-section .description {
  width: 20%;
  margin-right: 5%;
}
/* line 212, ../sass/machines.scss */
.prod-volum-section .description span {
  color: #E3092C;
}

/* line 218, ../sass/machines.scss */
.production, .volume {
  margin-right: 30px;
  border-right: 1px dashed #D6D9DC;
  padding-right: 30px;
}

/* line 225, ../sass/machines.scss */
.filter-radio-img {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 231, ../sass/machines.scss */
img.radio-img {
  cursor: pointer;
  margin-right: 0;
  border: none;
}

/* line 238, ../sass/machines.scss */
.simple-radio-inline img.radio-img {
  max-width: 100px;
}

/* line 241, ../sass/machines.scss */
.form-product-material img.radio-img {
  max-width: 68px;
  mix-blend-mode: multiply;
}

/*
.filter-radio-img:checked + label img {
  border-color: $vermell;
  background: white;
}*/
/* line 251, ../sass/machines.scss */
.filter-radio-img + label {
  display: inline-block;
  background: transparent;
  border: 2px solid white;
  border-radius: 20px;
  padding: 15px 19px;
  margin: 0 10px;
}

/* line 259, ../sass/machines.scss */
.filter-radio-img:checked + label {
  background: white;
  border: solid 2px #E3092C;
}

/* line 264, ../sass/machines.scss */
.simple-radio label span {
  display: block;
  text-align: center;
}

/* line 268, ../sass/machines.scss */
.simple-radio-inline {
  display: flex;
  justify-content: space-evenly;
}

/* line 272, ../sass/machines.scss */
.simple-radio-inline label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #3E3E40;
  padding: 3px 10px 3px 20px;
}
/* line 280, ../sass/machines.scss */
.simple-radio-inline label > span {
  padding-right: 20px;
}

/* line 286, ../sass/machines.scss */
.tabs-machine-filter {
  display: flex;
  justify-content: space-between;
}

/* line 290, ../sass/machines.scss */
.tab-machine {
  cursor: pointer;
  width: 48%;
  padding: 20px 20px 0;
  background-color: #ededed;
  border-radius: 5px 5px 0 0;
  color: black;
}
/* line 297, ../sass/machines.scss */
.tab-machine .title-border-bottom {
  display: none;
}

/* line 301, ../sass/machines.scss */
.tab-machine.tab-selected {
  background-color: #fafafa;
  color: #E3092C;
}
/* line 304, ../sass/machines.scss */
.tab-machine.tab-selected .title-border-bottom {
  display: block;
}

/* line 308, ../sass/machines.scss */
.tab-close {
  display: none;
}

/* line 315, ../sass/machines.scss */
.page-title {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

/* line 321, ../sass/machines.scss */
.archive-machine-page {
  margin-top: 65px;
  margin-bottom: 10px;
}

/* line 325, ../sass/machines.scss */
.breadcrumb {
  margin-bottom: 50px;
}

/* line 328, ../sass/machines.scss */
.title-border-bottom {
  border-bottom: 1px solid #D6D9DC;
}
/* line 330, ../sass/machines.scss */
.title-border-bottom span {
  display: inline-block;
  width: 100px;
  height: 8px;
  background-color: #E3092C;
  margin-bottom: -10px;
}

/* line 338, ../sass/machines.scss */
.title-border-bottom.lite {
  line-height: 1px;
}
/* line 341, ../sass/machines.scss */
.title-border-bottom.lite span {
  height: 4px;
  margin-bottom: -2px;
}

/* line 346, ../sass/machines.scss */
.title-border-bottom.short {
  border-bottom: none;
}

/* line 349, ../sass/machines.scss */
.search-wrapper-title {
  cursor: pointer;
  font-size: 24px;
  border-bottom: 1px solid #D6D9DC;
  position: relative;
  font-weight: 500;
  margin-top: 30px;
}
/* line 356, ../sass/machines.scss */
.search-wrapper-title span {
  position: absolute;
  right: 0;
}

/* line 361, ../sass/machines.scss */
.search-wrapper-title:hover {
  color: #E3092C;
}

/* line 365, ../sass/machines.scss */
.search-wrapper {
  max-width: 1300px;
  margin: 30px auto 0;
  padding: 0 10px;
}

/* line 370, ../sass/machines.scss */
.search-wrapper.hidde-filter {
  display: none;
}

/* line 373, ../sass/machines.scss */
.search-section-title {
  font-weight: 700;
}

/* line 378, ../sass/machines.scss */
.machine-archive-wrapper {
  max-width: 1300px;
  margin: 80px auto 0;
  padding: 0 10px;
}

/* line 384, ../sass/machines.scss */
.machine-result-list {
  display: flex;
  flex-wrap: wrap;
}
/* line 387, ../sass/machines.scss */
.machine-result-list .machine-page-wrapper {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 3%;
  border-bottom: none;
}

/* line 394, ../sass/machines.scss */
.model-image {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
  min-height: 215px;
  vertical-align: middle;
}

/* line 402, ../sass/machines.scss */
.first-machine-label {
  position: absolute;
  background: #E3092C;
  color: white;
  padding: 2px 15px;
}

/* line 409, ../sass/machines.scss */
.search-wrapper p {
  font-size: 15px;
  line-height: 16px;
  margin: 0px 0px 2px;
}

/* line 415, ../sass/machines.scss */
.machine-model a {
  color: #3E3E40;
  text-decoration: none;
}

/* line 420, ../sass/machines.scss */
.machine-result-list h2.entry-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

/* line 427, ../sass/machines.scss */
.machine-result-list h2.entry-title a {
  color: #3E3E40;
  text-decoration: none;
}

/* line 431, ../sass/machines.scss */
.machine-specs {
  display: flex;
  font-size: 0.9rem;
  padding: 20px 0;
  border-top: 1px solid #D6D9DC;
  border-bottom: 1px solid #D6D9DC;
}
/* line 437, ../sass/machines.scss */
.machine-specs div {
  padding-right: 15px;
}

/* line 446, ../sass/machines.scss */
table.machine-table thead th {
  border-bottom: 1px solid #E3092C;
}
/* line 449, ../sass/machines.scss */
table.machine-table th, table.machine-table td {
  text-align: center;
}
/* line 452, ../sass/machines.scss */
table.machine-table th:first-child {
  text-align: left;
  width: 250px;
}
/* line 459, ../sass/machines.scss */
table.machine-table .machine-name span {
  color: #E3092C;
  display: block;
}
/* line 465, ../sass/machines.scss */
table.machine-table .column-selected {
  background-color: #eee;
}
/* line 469, ../sass/machines.scss */
table.machine-table .property-ok {
  color: #E3092C;
}

/* line 475, ../sass/machines.scss */
.layer-term-info {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 900px;
  margin: 40px auto;
}

/* overlay at start */
/* line 486, ../sass/machines.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
/* line 494, ../sass/machines.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
/* line 498, ../sass/machines.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
/* line 503, ../sass/machines.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
/* line 511, ../sass/machines.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
/* line 515, ../sass/machines.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
