@font-face {
  font-family: 'FontRegular';
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'FontBold';
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

.container__full .comparative-desktop {
  display: block;
}

.container__full .comparative-mobile {
  display: none;
}

.container__full .header {
  font-family: 'FontBold';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #313131;
  padding: 40px 0 32px;
}

.container__full .image-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.container__full .image-products__wrapper {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.container__full .image-products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container__full .image-products__item--ghost {
  width: 204px;
}

.container__full .image-products__name {
  display: block;
  max-width: 204px;
  font-family: 'FontBold';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.container__full .image-products__link {
  font-family: 'FontRegular';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #0050DC;
  height: 16px;
}

.container__full .DetailsSection_TableWrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.container__full .DetailsSection_DetailsTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}

.container__full .DetailsSection_Row:nth-child(2n-1) {
  background-color: #F4F4F4;
}

.container__full .DetailsSection_Row .DetailsSection_Key {
  display: block;
  max-width: 220px;
  padding: 28px;
  font-family: 'FontBold';
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container__full .DetailsSection_Row .DetailsSection_Value {
  font-family: 'FontRegular';
  font-size: 16px;
  line-height: 22px;
  color: #525252;
  text-align: center;
}

.container__full .DetailsSection_Row .DetailsSection_Value span {
  display: block;
  max-width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 875px) {
  .container__full .comparative-desktop {
    display: none;
  }
  .container__full .comparative-mobile {
    display: block;
    overflow-x: hidden;
  }
  .container__full .comparative-mobile .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container__full .comparative-mobile .header-mobile h1 {
    width: 100%;
    max-width: 300px;
    font-family: 'FontBold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #313131;
    padding: 40px 0 32px;
  }
  .container__full .comparative-mobile .comparative__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .container__full .comparative-mobile .comparative__item-conteudo {
    overflow-x: scroll;
    margin-left: 15px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-gray {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-gray img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-gray .image-products__link {
    height: 16px;
    position: fixed;
    font-family: 'FontRegular';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0050DC;
    margin-top: 60px;
    -webkit-transform: translate(20%, 50%);
            transform: translate(20%, 50%);
    z-index: 1;
    background-color: #c2c2c2;
    padding: 2px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-gray .specs {
    background-color: #F4F4F4;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-gray .item-name {
    background-color: #F4F4F4;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-white {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-color: #FFFFFF;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-white img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--photo-white .image-products__link {
    height: 16px;
    position: fixed;
    font-family: 'FontRegular';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0050DC;
    margin-top: 60px;
    -webkit-transform: translate(20%, 50%);
            transform: translate(20%, 50%);
    z-index: 1;
    background-color: #c2c2c2;
    padding: 2px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--ghost {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--ghost .ghost {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo--ghost .specs-head {
    font-family: 'FontBold';
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
  }
  .container__full .comparative-mobile .comparative__item-conteudo .item-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    font-family: 'FontBold';
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 150px;
    border-left: 1px solid #c2c2c2;
  }
  .container__full .comparative-mobile .comparative__item-conteudo .specs {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    font-family: 'FontRegular';
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #525252;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */