body {
  font-family: "Montserrat", sans-serif;
}
.container {
  max-width: 1140px;
}
.esconder{
    display: none;
}
header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #c20017;
}
header span {
  color: #fff626;
}
/* VIDEO */
.video {
  padding-top: 20px;
  padding-bottom: 20px;
}
.video h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  margin-bottom: 20px;
}
.video p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.only {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  color: #e00000;
  background-image: unset;
  font-family: "Roboto", sans-serif;
}
/* Product */
.products {
  position: relative;
  overflow: hidden;
}
.products h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
}
.products .item {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 3px;
  color: black;
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.3s;
}
.products .item:hover {
  scale: 1.025;
}
.products .item .wrapper {
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products .item .wrapper {
    display: grid;
    grid-template-areas: "header header" "title info" "img info" "img totals" "footer footer";
    grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    padding: 0.5em 0;
  }
  .products .item.promo .item-img img {
    max-height: 240px;
  }
}
.products .item .item-header {
  grid-area: title;
  padding: 0.25em 0.5em;
  background-color: #dcdcdc;
  font-weight: 800;

  font-style: italic;
}
@media (max-width: 767px) {
  .products .item .item-header {
    background-color: transparent;
    font-size: 0.9em;
    padding: 0;
    color: red;
  }
}
.products .item .item-img {
  grid-area: img;
}
.products .item .item-img .supply {
  padding: 1em 0.5em;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .products .item .item-img .supply {
    font-size: 0.8em;
    padding: 0;
  }
}
.products .item .item-img .supply b {
  display: block;
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .products .item .item-img .supply b {
    font-size: 1.25em;
  }
}
.products .item .item-img img {
  max-height: 200px;
}
.products .item .item-info {
  grid-area: info;
}
.products .item .item-info .price {
  display: flex;
  text-align: start;
  gap: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  line-height: 1;
}
.products .item .item-info .price b {
  font-size: 4em;
  text-align: center;
}
@media (max-width: 767px) {
  .products .item .item-info .price b {
    font-size: 2.8em;
    letter-spacing: -0.06em;
  }
}
.products .item .item-info .price sup {
  font-size: 0.45em;
  top: -0.5em;
}
.products .item .item-info .price span {
  font-weight: 800;
}
@media (max-width: 767px) {
  .products .item .item-info .price span {
    font-size: 0.65em;
  }
}
.products .item .item-info .savings {
  font-size: 0.7em;
  font-weight: 800;
}
@media (max-width: 767px) {
  .products .item .item-info .savings {
    font-size: 0.65em;
  }
}
.products .item .item-info .savings > div {
  padding: 0.5em;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4196078431);
}
.products .item .item-info .savings > div:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.4196078431);
  color: red;
}
.products .item .item-info .savings > div:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .products .item .item-info .savings > div {
    padding: 0.5em 0;
  }
}
.products .item .item-info .savings span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  line-height: 1;
}
@media (max-width: 767px) {
  .products .item .item-info .savings span {
    letter-spacing: -0.4px;
  }
}
.products .item .item-info .savings span::before {
  content: "\f270";
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .products .item .item-info .savings span::before {
    font-size: 1em;
  }
}
.products .item .item-buy {
  grid-area: footer;
}
.products .item .item-buy .button {
  padding: 0.65em;
  margin: 0.5em 0.25em;
  font-style: italic;
}
@media (max-width: 767px) {
  .products .item .item-buy .button {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15em;
    font-style: italic;
  }
}
.products .item .item-buy .button span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
.products .item .item-buy .button span::before {
  content: "\f23e";
  font-family: "bootstrap-icons";
  font-weight: normal;
  margin-top: -0.1em;
}
.products .item .item-buy .card-flags {
  max-width: 220px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .products .item .item-buy .card-flags {
    display: none;
  }
}
.products .item .item-totals {
  grid-area: totals;
  font-size: 0.9em;
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .products .item .item-totals {
    font-size: 0.8em;
  }
}
.products .item .item-totals .totals s {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}
.products .item .item-totals .totals span {
  color: #3447f3;
}
.products .item .item-totals .shipping {
  font-weight: 800;
}
.products .item .item-totals .shipping span {
  color: #dc3545;
}

.products .item.promo {
  color: white;
  background-color: white;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.6392156863);
  border: 4px solid white;
  filter: drop-shadow(0 0 2.5px #2e4175);
  box-shadow: 0 0 10px #94c3e8;
}

.products .item.promo .wrapper {
  background-image: radial-gradient(#2e4175, black);
}
@media (max-width: 767px) {
  .products .item.promo .wrapper {
    grid-template-areas: "header header" "img info" "img totals" "footer footer";
  }
}
.products .item.promo .item-header {
  grid-area: header;
  background-color: white;
  color: rgb(38, 0, 255);
  text-shadow: none;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .products .item.promo .item-header {
    margin: -0.55em 0 0.5em;
    padding: 0.25em;
  }
}
.products .item.promo .item-img img {
  max-height: 240px;
}
.products .item.promo .item-info .savings > div {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4196078431);
}
.products .item.promo .item-info .savings > div:first-child {
  color: #fccd15;
  border-top: 1px dashed rgba(255, 255, 255, 0.4196078431);
}
.products .item.promo .item-info .savings > div:nth-child(2) {
  display: block;
}
.products .item.promo .item-buy .button {
  color: black !important;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
  text-shadow: none;
  font-style: italic;
}
.products .item.promo .item-buy .button:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}
.products .item.promo .item-totals .shipping {
  color: #fccd15;
}
.products .item.promo .item-totals .shipping span {
  color: #fccd15;
}
/* Button */
.button {
  background-color: #d4cfcf;
  color: black !important;
  border: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  border-radius: 0.5em;
  line-height: 1;
  padding: 0.5em 1.5em;
  text-decoration: none;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.05) inset;
  transition: 0.3s ease-in;
  font-style: italic;
  text-shadow: none !important;
  font-weight: bold;
}

.button:hover {
  transition: 0.3s ease-in;
  background-color: #d4cfcf;
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}
.button.alt {
  background-image: linear-gradient(to top, #d4cfcf 50%, #dcdcdc 51%);
  color: white;
  border: 2px solid #d4cfcf !important;
}
.button.alt:hover {
  background-image: linear-gradient(to bottom, #d4cfcf 50%, #dcdcdc 51%);
}
.button.promo {
  color: black !important;
  background-image: linear-gradient(
    to top,
    #fccd15 50%,
    #ffd814 51%
  ) !important;
}
.button.promo:hover {
  background-image: linear-gradient(
    to bottom,
    #fccd15 50%,
    #ffd814 51%
  ) !important;
}
/* SEE */
.see {
  padding-top: 30px;
  padding-bottom: 20px;
}
.see h2 {
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  font-size: 38px;
}
.see img {
  margin-right: 15px;
}
/* COMENTÁRIOS */
.comentarios {
  padding-top: 30px;
  padding-bottom: 80px;
}
.fb {
  width: 100%;
}

.fb .fb-parent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.fb .fb-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-width: 2px;
  overflow: hidden;
}

.fb .fb-thumb-child {
  width: 36px;
  height: 36px;
}

.fb .fb-thumb-img {
  width: 100%;
  height: 100%;
}

.fb .fb-info {
  width: 100%;
}

.fb .fb-text {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.fb .fb-user {
  color: #385898;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.358;
  text-transform: capitalize;
  word-break: break-word;
}

.fb .fb-comm {
  color: #1c1e21;
  line-height: 19.12px;
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}

.fb .fb-misc {
  display: flex;
  justify-content: space-between;
}

.fb .fb-misc-left {
  display: flex;
  line-height: 16px;
  gap: 4px;
}

.fb .fb-misc-txt,
.fb .fb-time {
  font-weight: 400;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  cursor: pointer;
  color: #4267b2;
}

.fb .fb-time {
  color: #90949c;
}

.fb .fb-misc-txt p {
  color: #4267b2;
}

.fb .fb-dot {
  font-weight: 400;
  font-size: 12px;
}

.fb .fb-misc-txt:hover {
  text-decoration-line: underline;
}

.fb .fb-likes {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1c1e21;
}

.fb .fb-likes .fb-like-img {
  width: 14px;
  height: 14px;
  display: block;
  margin-top: -2px;
}

.fb .fb-likes .fb-heart-img {
  width: 20px;
  margin-left: 4px;
  margin-right: 2px;
}

.fb .fb-likes span {
  font-size: 12px;
  font-weight: 400;
}

.fb .fb-children {
  margin-left: 48px;
  border-left: 1px dotted #d3d6db;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fb .fb-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.yt .yt-parent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: Roboto, Arial, sans-serif;
}

.yt .yt-thumb {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
  border-width: 2px;
  overflow: hidden;
}

.yt .yt-reply-mob img {
  width: 14px;
}

@media (min-width: 768px) {
  .yt .yt-reply-mob img {
    display: none;
  }

  .yt .yt-reply-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .yt .yt-reply-pc {
    display: none;
  }
}

.yt .yt-reply-pc {
  font-size: 12px;
  font-weight: 500;
  color: #0f0f10;
}

.yt .yt-thumb-img {
  width: 100%;
  height: 100%;
}

.yt .yt-info {
  width: 84%;
}

.yt .yt-text {
  width: 100%;
  padding: 0 10px 10px;
}

.yt .yt-user {
  font-weight: 400;
  font-size: 13px;
  color: #606060;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.yt .yt-user span {
  font-weight: 400;
  color: #606060;
  margin-left: 6px;
  font-size: 12px;
  word-break: break-word;
}

.yt .yt-dim {
  font-weight: 400;
  font-size: 12px;
  opacity: 0.6;
}

.yt .yt-comm {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
}

.yt .yt-misc {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: -8px;
}

.yt .yt-misc .yt-unlike {
  transform: rotate(180deg);
}

.yt .yt-misc-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.yt .yt-misc-txt {
  font-weight: 500;
}

.yt .yt-children {
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.yt .yt-child {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.yt .gapHalf {
  gap: 4px;
}

.yt .gap1 {
  gap: 24px;
}
/* FOOTER */
footer{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px;

}
footer p, footer a{
        font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 767px) {
  header {
    line-height: 26px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .video h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }
  .video p {
    font-size: 15px;
    line-height: 20px;
  }
  .products h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }
  .only {
    font-size: 20px;
  }
  .see h2 {
    line-height: 32px;
    text-align: center;
    font-size: 26px;
  }
  footer p{
    font-size: 12px;
        letter-spacing: 0;
  }
}
