/*Primary style*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  color: #404042;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

/* img {
  max-width: 100%;
} */

/*Main Components*/
p.titulo-tabela-comparativa {
  font-family: 'proxima-nova-condensed', Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px !important;
  line-height: 49px !important;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  max-width: 991px;
  margin: 100px auto;
}

.qtd-porcao {
  position: absolute;
  font-size: 12px !important;
  bottom: 0;
  text-transform: initial;
  left: 10px;
  color: #666666;
  font-weight: normal;
}

.top-info.border-left {
  border-left: 1px solid #e6e6e6;
}

.cd-products-comparison-table {
  margin-bottom: 6em;
}

.cd-products-comparison-table::after {
  display: none;
  content: 'mobile';
}

.cd-products-comparison-table header {
  padding: 0 5% 25px;
}

.cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}

.cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}

.cd-products-comparison-table .actions {
  float: right;
}

.cd-products-comparison-table .reset,
.cd-products-comparison-table .filter {
  font-size: 1.4rem;
}

.cd-products-comparison-table .reset {
  color: #333333;
  text-decoration: underline;
}

.cd-products-comparison-table .filter {
  padding: .6em 2em;
  color: #ffffff;
  background-color: #DADADA;
  border-radius: 3px;
  margin-left: 1.6em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #333333;
}

.no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #333333;
}

.cd-products-table {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.cd-products-table .features {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: auto;
  left: 0;
  width: 120px;
  border-style: solid;
  border-color: #e6e6e6;
  border-bottom-width: 1px;
  opacity: .95;
}

.cd-products-table .features::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}

ul.cd-table-navigation {
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 9;
}

.cd-products-table.scrolling .features::after {
  opacity: 1;
}

.cd-products-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: flex;
  width: 100%;
}

.cd-products-columns {
  width: 1200px;
  margin-left: 120px;
}

.cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  /* -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s; */
}

.filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-features-list.atributos {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  text-transform: initial !important;
  font-size: 14px !important;
  line-height: 16px !important;
}

.no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}

.cd-features-list li.dark {
  background: #F0F0F0;
}

.product .top-info img {
  margin: 0 auto -25px;
}

.cd-features-list li {
  font-size: 14px;
  line-height: 16px;
  padding: 25px 40px;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}

.cd-features-list li.rate {
  padding: 21px 0;
}

.cd-features-list li.rate span {
  display: inline-block;
  height: 22px;
  width: 110px;
  background: url(../img/cd-star.svg);
  color: transparent;
}

.features .cd-features-list li,
.cd-products-table .features .top-info {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 14px;
  padding: 25px 10px;
  text-align: left;
}

.features .cd-features-list li {
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: initial;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 500;
}

.cd-products-table .top-info {
  position: relative;
  height: 225px;
  text-align: center;
  border-color: #e6e6e6;
  border-style: solid;
  border-right-width: 1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  cursor: pointer;
  background: #ffffff;
  margin-bottom: 0px;
}

.position-selecionar {
  display: flex;
  height: 40px;
  align-items: center;
}

.cd-products-table .top-info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}

.cd-products-table .top-info h3 {
  font-weight: 500;
  font-size: 18px;
  background-color: #333333;
  color: #ffffff;
  padding: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: initial;
  margin: 0;
}

.cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-products-table .top-info h3,
.cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 auto 1em;
}

.cd-products-table .top-info .check::after,
.cd-products-table .top-info .check::before {
  position: absolute;
  top: 3px;
  left: -25px;
  content: '';
  height: 100%;
  width: 100%;
}

.cd-products-table .top-info .check::before {
  border-radius: 4px;
  border: 1px solid #000000;
  background: #ffffff;
  width: 16px;
  height: 16px;
  /* -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s; */
}

.cd-products-table .top-info .check::after {
  background: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/blog/tabela-comparativo/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  opacity: 0;
  /* -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; */
}

.cd-products-table .features .top-info {
  width: 120px;
  cursor: auto;
}

.cd-products-table .selected .top-info .check::before {
  background: #333333;
  border-color: #333333;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}

.cd-products-table .selected .top-info .check::after {
  opacity: 1;
}

.cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 1094px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 38px;
  width: 61px;
  background: rgba(135, 135, 135, 0.85) url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/blog/tabela-comparativo/cd-arrow.svg) no-repeat center center;
  background-size: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.cd-table-navigation a.inactive {
  opacity: .6;
  visibility: visible;
}

.cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}

.no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}

/*No JS*/
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 145px;
}

.no-js .cd-products-columns .check {
  display: none;
}

.product .top-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product .top-info input {
  height: 225px;
  position: absolute;
  top: 0;
  width: 100%;
  appearance: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

.product .top-info label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin: 0;
  padding-left: 13px;
  padding-top: 10px;
}

.product .top-info input[type="checkbox"]+label:before {
  font-size: 16px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  content: '';
  border: 1px solid #000;
}

.product .top-info input[type="checkbox"]:checked+label:before {
  content: '';
  font-weight: bold;
  background: #333 url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/blog/tabela-comparativo/cd-check.svg) no-repeat center center;
  background-size: 24px 24px;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 0;
}

.features .top-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll {
  display: flex;
  justify-content: start;
  width: 100%;
  height: 100%;
}

section.cd-products-comparison-table {
  height: calc(100vh - 156px);
}

a.btn-tabela {
  background-color: #B29B62;
  width: 136px;
  padding: 10px;
  color: #000000;
  border-radius: 0px;
}

.duvida-colageno h2.titulo02 {
  color: #1d1d1d;
  text-align: center;
  max-width: 680px;
  text-transform: uppercase;
  font-size: 44px;
  margin: 0px auto;
}

.duvida-colageno .p-text {
  color: #333;
  margin: 50px auto 0;
  text-align: center;
  max-width: 420px;
  font-size: 19px;
  line-height: 26px;
  padding-bottom: 100px;
}

/*Animations*/
@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.6);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }

  60% {
    -moz-transform: scale(1.6);
  }

  100% {
    -moz-transform: scale(1.5);
  }
}

@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }

  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*Resopnsive*/
@media only screen and (min-width: 1170px) {
  .cd-products-comparison-table {
    margin-bottom: 8em;
  }

  .cd-products-comparison-table::after {
    content: 'desktop';
  }

  .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }

  .cd-products-comparison-table h2 {
    font-size: 2.4rem;
  }

  .cd-products-comparison-table .reset,
  .cd-products-comparison-table .filter {
    font-size: 1.6rem;
  }

  .cd-products-comparison-table .filter {
    padding: .6em 2em;
    margin-left: 1.6em;
  }

  /* h1 {
    font-size: 4rem;
    font-weight: 300;
  } */

  .cd-products-table .features {
    width: 210px;
    height: 2126px;
  }

  .cd-products-columns {
    width: fit-content;
    margin-left: 0px;
    display: flex;
  }

  .cd-products-columns .product {
    width: 236px;
    height: 2126px;
  }

  .cd-features-list li.rate {
    padding: 22px 0;
  }

  .cd-products-table .top-info .check {
    margin-bottom: 1.5em;
    text-transform: lowercase;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
  }

  .cd-products-table .features .top-info {
    width: 210px;
  }

  .cd-products-table.top-fixed .top-info,
  .cd-products-table.top-scrolling .top-info {
    position: relative;
    top: 0;
  }

  .no-cssgradients .cd-products-table.top-fixed .top-info,
  .no-cssgradients .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }

  .cd-products-table.top-fixed .top-info::after,
  .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }

  .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }

  .cd-table-navigation a {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  .cd-table-navigation a.prev {
    left: 195px;
    -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
    -o-transform: translateY(100px) translateX(15px) rotate(180deg);
    transform: translateY(100px) translateX(15px) rotate(180deg);
  }

  .top-fixed .cd-table-navigation a {
    position: fixed;
  }

  .top-fixed .cd-table-navigation a,
  .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -ms-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
  }

  .top-fixed .cd-table-navigation a.prev,
  .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(45px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(45px) translateX(15px) rotate(180deg);
    -o-transform: translateY(45px) translateX(15px) rotate(180deg);
    transform: translateY(45px) translateX(15px) rotate(180deg);
  }

  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}

/*Mobile*/
@media (max-width: 767px) {
  p.titulo-tabela-comparativa {
    font-size: 22px !important;
    line-height: 27px !important;
    margin: 50px auto;
    max-width: 333px;
  }

  .cd-products-columns {
    display: flex;
    margin-left: 0px;
  }

  .position-selecionar {
    position: relative;
    height: 31px;
  }

  .cd-features-list li {
    height: 150px;
  }

  .cd-products-table .top-info .check {
    font-size: 14px;
    text-transform: lowercase;
  }

  .cd-products-table .top-info h3 {
    font-size: 14px;
    margin: 0;
  }

  .cd-products-table .top-info {
    height: 215px;
  }

  .cd-table-navigation a.prev {
    left: 105px;
  }

  #tabela-comparativa .container {
    padding-left: 0;
    padding-right: 0;
  }

  .duvida-colageno h2.titulo02 {
    color: #1d1d1d;
    margin: 70px auto 0;
    text-align: center;
    max-width: 265px;
    text-transform: uppercase;
    font-size: 30px;
  }

  .duvida-colageno .p-text {
    font-size: 16px;
    line-height: 20px;
    margin: 50px 30px;
  }

  section.cd-products-comparison-table {
    height: 700px !important;
  }

  .cd-table-navigation a {
    top: 0px;
    left: auto;
    right: 0;
  }

  .cd-products-table.scrolling .features::after {
    opacity: 0;
  }

  .cd-products-columns .product {
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }

  .cd-products-table .top-info .check::before {
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
  }

  .features .cd-features-list li:last-child,
  .cd-features-list li:last-child {
    height: 60px;
  }

  .filtering .cd-products-columns .product:not(.selected) {
    display: none;
  }
}