@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 36, ../sass/machines.scss */
.machine-search-form input[type="submit"],
.machine-search-form button#find-machine-open-modal,
.modal-content input[type="submit"],
.modal-content button#find-machine-open-modal {
  cursor: pointer;
  background: #E3092C;
  padding: 12px;
  color: white;
  min-width: 300px;
  border: none;
  padding: 25px 45px;
  border-radius: 15px;
  font-size: 21px;
  text-align: center;
}

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

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

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

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

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

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

/* line 98, ../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 115, ../sass/machines.scss */
.form-product-material .raw-material label {
  margin-bottom: 0;
}

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

/* line 122, ../sass/machines.scss */
.form-product-material {
  display: flex;
}
/* line 124, ../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 131, ../sass/machines.scss */
.submit-button {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

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

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

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

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

/* line 162, ../sass/machines.scss */
.industry-input-element {
  display: inline-block;
  text-align: center;
}
/* line 165, ../sass/machines.scss */
.industry-input-element img {
  cursor: pointer;
  width: 80px;
  border-radius: 8px;
  border: 2px solid white;
}
/* line 171, ../sass/machines.scss */
.industry-input-element input:checked + label img {
  border-color: #E3092C;
  background: white;
}
/* line 175, ../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 188, ../sass/machines.scss */
input[type="radio"]:disabled + label {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 191, ../sass/machines.scss */
input[type="radio"]:disabled + label img.radio-img {
  cursor: inherit;
}

/* line 196, ../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 207, ../sass/machines.scss */
.prod-volum-section {
  display: flex;
  margin-bottom: 25px;
  padding: 0 20px;
}
/* line 211, ../sass/machines.scss */
.prod-volum-section label {
  display: block;
  font-size: 15px;
  color: #3E3E40;
  line-height: 22px;
  float: left;
  margin-right: 20px;
}
/* line 219, ../sass/machines.scss */
.prod-volum-section div {
  width: 25%;
}
/* line 222, ../sass/machines.scss */
.prod-volum-section .description {
  width: 20%;
  margin-right: 5%;
}
/* line 225, ../sass/machines.scss */
.prod-volum-section .description span {
  color: #E3092C;
}

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

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

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

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

/* line 254, ../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 264, ../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 272, ../sass/machines.scss */
.filter-radio-img:checked + label {
  background: white;
  border: solid 2px #E3092C;
}

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

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

/* line 285, ../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 293, ../sass/machines.scss */
.simple-radio-inline label > span {
  padding-right: 20px;
}

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

/* line 303, ../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 310, ../sass/machines.scss */
.tab-machine .title-border-bottom {
  display: none;
}

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

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

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

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

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

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

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

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

/* line 362, ../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 369, ../sass/machines.scss */
.search-wrapper-title span {
  position: absolute;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 444, ../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 450, ../sass/machines.scss */
.machine-specs div {
  padding-right: 15px;
}

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

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

/* overlay at start */
/* line 499, ../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 507, ../sass/machines.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

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

/* content at start */
/* line 516, ../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 524, ../sass/machines.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

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

/* line 535, ../sass/machines.scss */
.modal {
  display: none;
  /* Show or Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 150px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 100;
}

/* Modal Content */
/* line 551, ../sass/machines.scss */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;
}
/* line 563, ../sass/machines.scss */
.modal-content img {
  border-radius: 15px 15px 0 0 !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* line 580, ../sass/machines.scss */
.modal-body {
  padding: 20px;
}
/* line 582, ../sass/machines.scss */
.modal-body p {
  padding: 0 40px;
  margin-bottom: 8px;
}
/* line 586, ../sass/machines.scss */
.modal-body .wp-block-columns {
  margin-bottom: 0;
}
/* line 590, ../sass/machines.scss */
.modal-body .wp-block-column img {
  max-width: 50%;
}
/* line 594, ../sass/machines.scss */
.modal-body .wp-block-column:first-child {
  text-align: right;
}
/* line 597, ../sass/machines.scss */
.modal-body .wp-block-column:last-child {
  text-align: left;
}
/* line 600, ../sass/machines.scss */
.modal-body label {
  display: block;
  margin-bottom: 5px;
}
/* line 604, ../sass/machines.scss */
.modal-body input[type="text"], .modal-body input[type="email"] {
  width: 100%;
}

/* The Close Button */
/* line 610, ../sass/machines.scss */
.close {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 1;
}

/* line 619, ../sass/machines.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 628, ../sass/machines.scss */
.background-pdf-popup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 641, ../sass/machines.scss */
.pdf-popup {
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  width: 75%;
}
/* line 650, ../sass/machines.scss */
.pdf-popup h2 {
  color: #E3092C;
  font-size: 2em;
}

/* line 655, ../sass/machines.scss */
.pdf-popup .close-pdf-popup {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  display: none;
  color: black !important;
}

/* line 665, ../sass/machines.scss */
#gform_confirmation_wrapper_15 {
  padding: 80px 0;
}

@media (max-width: 767px) {
  /* line 670, ../sass/machines.scss */
  .pdf-popup {
    width: 100%;
    top: 140px;
    left: 0;
    transform: none;
  }
}
/* line 679, ../sass/machines.scss */
nav.machine-lang-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 685, ../sass/machines.scss */
nav.machine-lang-menu a {
  color: white;
  text-transform: uppercase;
  font-size: 17px;
  padding: 0 20px;
  display: block;
}
