@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%; /* Garante que o html e body ocupem toda a altura da tela */
  font-size: 62.5%;
  font-family: "Inter", sans-serif;
}

main {
  background-color: #323c45;
  flex: 1; /* O conteúdo principal vai ocupar o espaço entre header e footer */
  width: 100%;
}

.rodape {
  background-color: #323c45;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  padding-block: 2rem;
  width: 100%;
  position: relative;
}

.rodapeConteiner {
  text-align: center;
}

.commentsvalue {
  letter-spacing: 0.5px;
  width: 77%;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: white;
}
@media (max-width: 600px) {
  .commentsvalue {
    width: 92%;
    font-size: 15px;
    font-weight: bold;
  }
}
section {
  width: 76.6vw;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgba(128, 128, 128, 0.19);
  margin-bottom: 15px;
  height: auto;
  background-color: white;
}
@media (max-width: 600px) {
  section {
    width: 90vw;
  max-width: 100%;
  }
}
@media (max-width: 320px) {
  section {
    width: 100vw;
  max-width: 100%;
  }
}
.coments {
  display: flex;
  width: 100%;
  max-width: 100%;
  background-color: white;
  padding: 5px;
}
.width {
  width: 100%;
  max-width: 100%;
  flex: 1 1 0%;
  min-width: 0;
}
.space {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 270px) {
  .coments {
    width: 90%;
    flex-wrap: wrap;
  }
}
.foto {
  margin-right: 9px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.name {
  font-size: 16px;
  color: #365899;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 180px;
  font-weight: bold;
}
.delicious {
  max-width: 100%;
  width: 100%;
  font-size: 17px;
  display: flex;
  text-align: center;
}
.delicious2 {
  max-width: 100%;
  width: 100%;
  font-size: 17px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.deliciousA {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .delicious {
    font-size: 14px;
  }
  .delicious2 {
    font-size: 14px;
  }
  .deliciousA {
    font-size: 14px;
  }
}
.name:hover {
  text-decoration: none;
  cursor: pointer;
}

.baloonComent {
  background-color: #F0F2F5;
  border-radius: 12px;
  padding: 8px 8px 20px 10px;
  height: auto;
}

.baloonComent span {
  display: flex;
}

.iconsAws2 {
  display: inline-flex;
  justify-content: space-between;
  float: right;
  background-color: white;
  padding: 4px 3px 1px 3px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.116);
  position: relative;
  top: -14px;
}
.likeds {
  padding-left: 5px;
  color: gray;
  font-size: 16px;
  position: relative;
  top: -2px;
}
@media (max-width: 600px) {
  .likeds {
    padding-left: 5px;
    color: gray;
    font-size: 12px;
    position: relative;
    top: -0.5px;
  }
}

.icon-thumbs-up,
.icon-heart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 0.8px;
}

/* Ícone do joinha */
.icon-thumbs-up {
  cursor: pointer;
  background-color: #1876f2e0;
}
.icon-thumbs-up i {
  color: #fff;
  font-size: 9px;
  position: relative;
  top: -1px;
}

/* Ícone do coração */
.icon-heart {
  cursor: pointer;
  background-color: #f11f42c2;
}
.icon-heart i {
  color: #fff;
  font-size: 9px;
  position: relative;
  top: 0.3px;
}

/* Estilos responsivos */
@media (max-width: 480px) {
  .iconsAws2 {
    height: 17px;
    padding-bottom: 13px;
  }
  .icon-thumbs-up,
  .icon-heart {
    width: 10px;
    height: 10px;
  }
  .icon-thumbs-up i {
    font-size: 5px;
    top: 0.050px;
  }
  .icon-heart i {
    font-size: 6px;
  }
}

.actions {
  margin-bottom: 10px;
  display: flex;
  font-size: 12px;
  color: #999;
  height: 0px;
  margin-top: 5px;
}
.commentTime {
  color: rgb(133, 133, 133);
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .commentTime {
    font-size: 10px;
  }
}
.like {
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  padding-left: 10px;
  display: flex;
  align-items: center;
  color: #888888;
}
@media (max-width: 600px) {
  .like {
    font-size: 10px;
  }
}
.reply {
  color: #888888;
  font-weight: bold;
  font-size: 13px;
  padding-right: 2px;
  display: flex;
  align-items: center;
  color: rgb(128, 126, 126);
  position: relative;
  cursor: default;
}
@media (max-width: 600px) {
  .reply {
    font-size: 10px;
  }
}
.reply:hover::after {
  content: "You cannot comment on this post";
  position: absolute;
  left: 58%;
  top: -0.625em;
  width: 140px;
  background-color: #f0f2f5;
  color: #4c4c4c;
  transform: translate(-50%, -100%);
  z-index: 10;
  border-radius: 0.25em;
  padding: 0.375em;
  text-align: center;
  font-weight: 400;
  box-shadow: 0.125em 0.125em 0.5em 0.125em rgba(0, 0, 0, 0.1803921569);
}
.reply:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.625em;
  width: 0;
  height: 0;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0.5em solid #f0f2f5;
  z-index: 11;
  transform: translateX(-50%);
  filter: drop-shadow(0 0.1875em 0.125em rgba(0, 0, 0, 0.1));
}

span .dot {
  padding: 0px 6px 0px 6px;
  position: relative;
  top: -3px;
  color: grey;
  font-size: 7.7px;
}
@media (max-width: 600px) {
  span .dot {
    top: -2px;
  }
}
@media (max-width: 480px) {
  .likeds {
    padding-left: 3px;
    color: gray;
    font-size: 7px;
    position: relative;
  }
  .commentTime {
    font-size: 8px;
  }
  .like {
    font-size: 8px;
  }
  .reply {
    font-size: 8px;
  }
  span .dot {
    padding: 2px;
  }
}
.loadComments {
  display: flex;
  text-align: center;
  font-size: 15px;
  justify-content: center;
  color: #4c4b4be1;
  max-width: 100%;
  width: 100%;
  font-weight: bolder;
}
@media (max-width: 600px) {
  .loadComments {
    font-size: 12px;
  }
}

.father {
        font-family: 'Roboto', sans-serif;
        display: flex;
        justify-content: center;
        margin: 10px 0px 10px 0px;
        max-width: 100%;
        flex-wrap: wrap;
        background-color: white;
      }
      .container {
        margin: 5px;
        box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.171);
        max-width: 100%;
        width: 400px;
        height: auto;
       padding: 5px;
      }
      
      .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
       
      }
      .title {
        font-weight: bold;
        font-size: 18px;
        background-color: #323C45;
        color: white;
        height: 50px;
      }
      .picture img {
        width: 400px;
        max-width: 100%;
      }
 
      .price p {
        margin-top: 8px;
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 10px;
      }
      
      .buttonbuy p {
        text-decoration: none;
        display: inline-block;
        background-color: #FFBB00;
        color: white;
        padding: 15px 50px 15px 50px;
        margin-bottom: 10px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 18px;
      }

      .shipping {
        display: inline-block;
        color: green;
        font-size: 15px;
        font-weight: bold;
      }
      .shippingone {
        color: rgba(255, 0, 0, 0.822);
        font-size: 15px;
        font-weight: bold;
      }
      .subtitle {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 0;
      }
      .subtitleBest {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 15px;
      }
      .endvalue {
        font-size: 25px;
        margin-top: 0px;
      }
      .suministro {
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
      }
      .suministro6{
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 25px;
      }
      .titleBest {
        font-weight: bold;
        font-size: 18px;
        background-color: #A12728;
        color: white;
        height: 50px;
      }
      .oldprice{
        text-decoration: line-through;
      }
      .link {
        text-decoration: none;
        color: black;
        max-width: 100%;
        display: flex;
        justify-content: center;
      }
