@charset "UTF-8";
.chiptuning-page-wrapper {
  box-sizing: border-box;
}
.chiptuning-page-wrapper *, .chiptuning-page-wrapper *:before, .chiptuning-page-wrapper *:after {
  box-sizing: inherit;
}
.chiptuning-page-wrapper .chiptuning,
.chiptuning-page-wrapper .chiptuning-inner-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .chiptuning-page-wrapper .chiptuning,
  .chiptuning-page-wrapper .chiptuning-inner-wrapper {
    max-width: 100%;
    padding: 0 0 10px;
  }
}
.chiptuning-page-wrapper .chiptuning-inner-wrapper:not(.multi-column) {
  background-color: transparent;
  border-radius: 0;
}
.chiptuning-page-wrapper .chiptuning-inner-wrapper:not(:first-child) {
  margin-top: 10px;
}

#atf-dynograph {
  background: #272727;
}

.atf-stage-data .atf-properties:not(:last-child) {
  margin-bottom: 60px;
}
.atf-stage-data h2 {
  background-color: rgb(221, 51, 51);
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  padding: 13px 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  font-size: 32px;
  /*
  padding: 0 30px;
  margin-bottom: 0px;
  height: 50px;
  background: linear-gradient(0deg, #eee, white);
  border-radius: 0;
  border-left: 5px solid #dd3333;
  position: relative;
   */
}
.atf-stage-data .atf-property {
  display: flex;
}
@media screen and (max-width: 600px) {
  .atf-stage-data .atf-property {
    flex-direction: column-reverse;
  }
}
.atf-stage-data .atf-property > div {
  flex-grow: 1;
}
.atf-stage-data .atf-property .atf-property-data {
  width: 65%;
}
@media screen and (max-width: 900px) {
  .atf-stage-data .atf-property .atf-property-data {
    width: 55%;
  }
}
@media screen and (max-width: 700px) {
  .atf-stage-data .atf-property .atf-property-data {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .atf-stage-data .atf-property .atf-property-data {
    width: 100%;
  }
}
.atf-stage-data .atf-property .atf-property-chart {
  width: 35%;
}
@media screen and (max-width: 900px) {
  .atf-stage-data .atf-property .atf-property-chart {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .atf-stage-data .atf-property .atf-property-chart {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .atf-stage-data .atf-property .atf-property-chart {
    width: 100%;
  }
}
.atf-stage-data .atf-property table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border: 1px solid #444444;
  margin-bottom: 20px;
}
.atf-stage-data .atf-property table td {
  font-size: 1.5rem;
  padding: 13px 10px;
  text-align: center;
}
.atf-stage-data .atf-property table thead td {
  background-color: #444444;
  text-transform: uppercase;
  font-weight: 600;
}
.atf-stage-data .atf-property table tbody tr:first-child td:nth-child(2) {
  background: #707070;
}
.atf-stage-data .atf-property table tbody td {
  background: #444444;
  width: 50%;
  border-radius: 0;
}
.atf-stage-data .atf-property table tbody td:nth-child(2) {
  background: #dd3333;
}
.atf-stage-data .atf-property-chart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.atf-stage-data .atf-property-chart canvas {
  display: block; /* Removes any default inline spacing */
}

.chiptuning-wrapper {
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
}
@media screen and (max-width: 635px) {
  .chiptuning-wrapper {
    width: 100%;
  }
}
.chiptuning-wrapper .vehicle-title {
  color: #fff;
  padding: 10px 10px 20px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.chiptuning-wrapper .vehicle-title .vehicle-manufacturer {
  display: inline-block;
}
.chiptuning-wrapper .vehicle-title .vehicle-logo {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  padding: 5px;
  text-align: left;
  background: rgba(255, 255, 255, 0.2);
}
.chiptuning-wrapper .vehicle-title .vehicle-logo img {
  max-width: 100%;
  max-height: 60px;
  display: inline-block;
  filter: saturate(0%);
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -ms-filter: saturate(0%);
  -o-filter: saturate(0%);
}
.chiptuning-wrapper .chiptuning-stage-selectors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 10px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 635px) {
  .chiptuning-wrapper .chiptuning-stage-selectors {
    display: none;
  }
}
.chiptuning-wrapper .chiptuning-stage-selectors .chiptuning-stage-selector {
  margin: 0;
  padding: 10px;
  color: white;
  grid-row: 2;
  background-color: #989898;
  transition: all 0.5s;
}
.chiptuning-wrapper .chiptuning-stage-selectors .chiptuning-stage-selector:hover, .chiptuning-wrapper .chiptuning-stage-selectors .chiptuning-stage-selector.active {
  background-color: #bc1c1c;
  cursor: pointer;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 10px;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column {
  grid-row: 2;
  background-color: #7c7c7c;
  padding: 10px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  border-radius: 0;
}
@media (max-width: 1080px) {
  .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column {
    font-size: 20px;
  }
}
@media only screen and (min-height: 365px) and (max-width: 896px) and (orientation: portrait) {
  .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column {
    padding: 15px 2px 15px 2px;
    line-height: 22px;
  }
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column.column-header, .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column.row-header-column {
  font-size: 20px;
}
@media (max-width: 1080px) {
  .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column.column-header, .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column.row-header-column {
    font-size: 14px;
  }
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column.row-header-column {
  word-break: break-word;
  word-wrap: break-word;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column:nth-child(2) {
  background-color: #686667;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column:nth-child(3) {
  background-color: #940815;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column:nth-child(4) {
  background-color: #cd0006;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column .column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column .power-diff {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (min-height: 365px) and (max-width: 896px) and (orientation: portrait) {
  .chiptuning-wrapper .chiptuning-data ul.stage-data li.row .column .power-diff {
    font-size: 14px;
    font-weight: 400;
  }
}
.chiptuning-wrapper .chiptuning-small-header {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.chiptuning-wrapper .chiptuning-dyno-wrapper {
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin-bottom: 30px;
}
.chiptuning-wrapper .chiptuning-dyno-wrapper.hide {
  display: none;
}
.chiptuning-wrapper .chiptuning-dyno-wrapper .highcharts-container {
  background-color: #565656;
}
@media (max-width: 1080px) {
  .chiptuning-wrapper .chiptuning-dyno-wrapper {
    width: 100%;
    float: none;
  }
}
.chiptuning-wrapper .chiptuning-dyno-wrapper .chiptuning-dyno {
  position: relative;
  min-height: 200px;
}
.chiptuning-wrapper .chiptuning-dyno-wrapper .chiptuning-dyno .chiptuning-dyno-graph {
  height: 500px;
}
@media (max-width: 1080px) {
  .chiptuning-wrapper .chiptuning-dyno-wrapper .chiptuning-dyno .chiptuning-dyno-graph {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .chiptuning-wrapper .chiptuning-dyno-wrapper .chiptuning-dyno .chiptuning-dyno-graph {
    height: 330px;
  }
}
.chiptuning-wrapper .chiptuning-dyno-wrapper .chiptuning-dyno .chiptuning-indicator {
  position: absolute;
}
.chiptuning-wrapper .chiptuning-engine-specifications {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding: 0;
}
.chiptuning-wrapper .chiptuning-engine-specifications.full-width {
  width: 100%;
  float: none;
  margin: 0;
}
@media (max-width: 1080px) {
  .chiptuning-wrapper .chiptuning-engine-specifications {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.chiptuning-wrapper .chiptuning-engine-specifications .chiptuning-engine-specifications-list {
  border: 0;
  color: #ddd;
  font-size: 16px;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
.chiptuning-wrapper .chiptuning-engine-specifications .chiptuning-engine-specifications-list td {
  border: 0;
}
.chiptuning-wrapper .chiptuning-engine-specifications .chiptuning-engine-specifications-list tr {
  border-bottom: 1px solid #ddd;
}
.chiptuning-wrapper .chiptuning-engine-specifications .chiptuning-engine-specifications-list .chiptuning-engine-specification-header {
  color: #ddd;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid;
  padding: 4px 1px;
}
.chiptuning-wrapper .chiptuning-engine-specifications .chiptuning-engine-specifications-list .chiptuning-engine-specification-detail {
  text-align: right;
  border-bottom: 1px solid;
  padding: 4px 1px;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons {
  margin: 0;
  margin-top: 10px;
  display: block;
  text-align: left;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon {
  margin: 0;
  position: relative;
  border-radius: 0;
  background: transparent;
  display: inline-block;
  padding: 3px;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon:hover {
  cursor: pointer;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-icon {
  height: 120px;
  display: none;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-icon img {
  min-height: 80%;
  height: 80%;
  width: auto;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
  top: 10%;
  position: relative;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-description {
  display: none;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-description-opener {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-heading {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  /*
  background: #8e0e0f;
  color: #e1e1e1;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  */
}
.chiptuning-wrapper .chiptuning-additional-options .chiptuning-addons .addon .addon-heading:before {
  content: "✓";
  display: inline-block;
  position: absolute;
  font-weight: bold;
  left: 0;
  top: 0;
  color: #dd3333;
}
.chiptuning-wrapper .chiptuning-read-methods .chiptuning-methods {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 20px;
}
.chiptuning-wrapper .chiptuning-read-methods .chiptuning-methods .chiptuning-method {
  color: #222;
  text-transform: uppercase;
  flex-grow: 1;
}
.chiptuning-wrapper .chiptuning-read-methods .chiptuning-methods .chiptuning-method .chiptuning-method-logo {
  padding: 0 30px;
  margin-bottom: 0px;
  height: 50px;
  background: linear-gradient(0deg, #eee, white);
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 5px solid #dd3333;
  position: relative;
}
.chiptuning-wrapper .chiptuning-read-methods .chiptuning-methods .chiptuning-method .chiptuning-method-logo:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #dd3300;
}
.chiptuning-wrapper .chiptuning-read-methods .chiptuning-methods .chiptuning-method .chiptuning-method-logo img {
  margin: 0 auto;
  max-width: 100%;
  height: 45px;
  vertical-align: middle;
}
.chiptuning-wrapper .contact-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 85px;
  z-index: 10000;
}
.chiptuning-wrapper .contact-whatsapp img {
  width: 50px;
  animation-name: gelatine;
  animation-duration: 0.4s;
  animation-iteration-count: 10;
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

.addon-description-popup {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}
.addon-description-popup a {
  color: #fff;
  background: #8e0e0f;
  text-decoration: none;
  padding: 7px 13px;
  position: absolute;
  top: 0;
  right: 0;
}
.addon-description-popup h6 {
  margin-top: 0;
}

.vehicle-config-wrapper.chiptuning {
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*# sourceMappingURL=chiptuning.css.map */
