* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: "Noto Sans", sans-serif;
  color: #222333;
}
body {
  background: #eff8fe;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}
.img {
  display: block;
  width: 100%;
}
.pd {
  padding: 80px 0;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
}
.titulo {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
.sub {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.btn {
  height: 60px;
  padding: 10px 20px;
  display: block;
  max-width: 200px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background: #315bec;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.4s;
}
.btn:hover {
  color: #222333;
}
.play {
  border-radius: 40%;
  border: none;
  background: rgb(214, 12, 12);
  cursor: pointer;
  transition: 0.5s;
}
.play:hover {
  filter: brightness(90%);
}
/* diferenciais */
.diferenciais {
  background: #fff;
  position: relative;
}
.diferenciais .container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  text-align: center;
  background: #fff;
  padding: 30px;
  box-shadow: 3px 3px 16px 8px #4dc4f341;
  top: -40px;
  position: relative;
}
.diferenciais .item span {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  display: block;
  line-height: 24px;
  color: #00aef2;
}
/* sobre */
.sobre {
  background: #fff;
}
.btns {
  display: flex;
}
.btns .play {
  margin-left: 20px;
}
.sobre .content_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content_img {
  box-shadow: 3px 3px 16px 8px #4dc4f341;
}
.content_img img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
/* uso */
.uso .itens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.uso .itens .item {
  height: 300px;
  position: relative;
  transition: 0.5s;
}
.uso .itens .item img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  top: 0;
  transition: 0.3s;
  left: 0;
  z-index: 1;
}
.uso .itens .item p {
  z-index: 2;
  position: relative;
  padding: 15px;
  visibility: hidden;
  color: #fff;
}
.uso .itens .item:hover p {
  visibility: visible;
  animation: slide 0.5s forwards;
}
.uso .itens .item:hover img {
  filter: brightness(30%);
}
@keyframes slide {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0) skew(35deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.uso .btn {
  margin: 40px auto 0 auto;
}
/* depoimentos */
.depoimentos {
  background: #fff;
}
.videos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.videos iframe {
  display: block;
  width: 100%;
}

/* usar */
.depoimentos .grid {
  margin-top: 80px;
}
.uso_itens {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  text-align: center;
}
.uso_itens .item span {
  font-size: 48px;
  color: #71c1f4;
  font-weight: bold;
}
.uso_itens .item h2 {
  text-transform: uppercase;
}
.uso_itens .item .item_img {
  border-radius: 50% !important;
  overflow: hidden;
  border: 8px solid #71c1f4;
  margin: 15px 0;
}
.usar .sub {
  margin-top: 80px;
}
.usar .grid {
  margin-top: 40px;
}
.usar .grid .content_img img {
  width: 100% !important;
  height: 400px;
  object-fit: cover;
}
/* especificações */
.espe {
  background: #fff;
}
.espe dt {
  font-weight: bold;
  margin-top: 20px;
}
.espe dt:nth-child(1) {
  margin-top: 0;
}
.espe .content_img {
  padding: 30px 0;
}
.g2 {
  margin-top: 40px;
}
.cores {
  margin-top: 40px;
}
/* comprar */
#comprar {
  background: #fff;
  padding-bottom: 80px;
}
.kit span {
  display: block;
}
.kits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.kit {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #00adf27c;
  transition: 0.4s;
}
.kit:last-child {
  border-right: none;
}
.kit:hover {
  box-shadow: 3px 3px 16px 8px #4dc4f341;
}
.desconto {
  font-weight: bold;
  margin: 10px auto;
  font-size: 32px;
  line-height: 35px;
}
s {
  text-decoration: line-through;
}
.de {
  font-size: 18px;
  margin: 10px auto;
}
.doze {
  font-size: 28px;
}
.preco {
  font-size: 55px;
  font-weight: 900;
  color: rgb(43, 181, 8);
}
.ou {
  font-weight: bold;
  font-size: 22px;
}
.frete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.frete span {
  font-size: 30px;
  color: #00aef2;
}
.kit button {
  width: 80%;
  height: 60px;
  margin: 20px auto;
  background: #f27500;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  transition: 0.4s;
  cursor: pointer;
  animation: pulsar 1.2s linear infinite forwards;
}
.kit button:hover {
  filter: brightness(120%);
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* entrega */
.entrega,
.atendimento {
  background: #ffa100;
}
.entrega .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.entrega img {
  max-width: 300px;
  display: block;
}
/* avaliacoes */
.avalia_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  row-gap: 20px;
  margin-top: 40px;
}
.avalia_container h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.avalia_container p {
  font-size: 16px;
}
.avalicacoes h3 {
  margin-bottom: 30px;
  font-weight: normal;
  border-bottom: 1px solid #222333;
  display: inline;
}
.avalia_container .item {
  padding: 30px;
  margin: 10px;
  background: #ffff;
  transition: 0.4s;
  box-shadow: 3px 3px 16px 8px #4dc4f341;
}
#vermais {
  height: 46px;
  width: 200px;
  font-size: 18px;
  background: #71c1f4;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.4;
  margin-top: 30px;
}
#vermais:hover {
  color: #222333;
}
/* atendimento */
.sac_ span {
  display: block;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sac_ span svg {
  margin-right: 5px;
}
.sac_ {
  text-align: center;
}
.sac_ h2 {
  margin-bottom: 15px;
}
.atendimento {
  padding: 20px 0;
}
/* footer */
footer {
  background: #222333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}
footer img {
  max-width: 300px;
}
footer * {
  color: #fff;
}
footer a {
  margin-top: 10px;
  text-decoration: underline;
}
.flutuante {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 100;
  transition: 0.4s;
}
.flutuante:hover {
  filter: brightness(120%);
}
/* modal */
.modal-container {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.487);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal-container.ativo {
  display: flex;
}
.modal {
  background: #fff;
  border: 6px solid #00aef2;
  position: relative;
  min-width: 300px;
  width: 60%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.ativo .modal {
  animation: modal 0.5s forwards;
}
.fechar {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 50px;
  height: 50px;
  border: 4px solid #00aef2;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  background: #222333;
  font-size: 1.2em;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  cursor: pointer;
}

.avalia_container .item .img {
  max-width: 300px;
  margin-bottom: 12px;
}

.video_exp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  width: 610px;
  border: #00aef2 4px solid;
}
.video_exp iframe {
  display: block;
  width: 100%;
}

/* responsivo */
@media (max-width: 1170px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .modal iframe {
    height: 300px;
  }
  .hero .container {
    gap: 40px !important;
  }
  .diferenciais .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .pd {
    padding: 50px 0;
  }
  .uso .itens,
  .uso_itens {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos {
    grid-template-columns: 1fr;
  }
  .videos iframe {
    width: 420px;
    margin: 0 auto;
  }
  .kits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kit {
    max-width: 320px;
    border: none;
    margin: 10px;
    box-shadow: 3px 3px 16px 8px #4dc4f341;
  }
  .entrega {
    padding: 20px 0;
  }
  .entrega .container,
  .entrega .container {
    justify-content: center;
  }
  .entrega .container {
    justify-content: space-between;
  }
}
@media (max-width: 690px) {
  .video_exp,
  .video_exp {
    width: 410px;
    height: 240px;
  }
  .video_exp iframe {
    height: 100%;
  }
  .hero h2 {
    font-size: 28px !important;
    line-height: 34px;
  }
  .modal {
    width: 90%;
  }
  .entrega .container {
    justify-content: center;
  }
  .sac_ {
    padding: 0 20px;
  }
  .avalia_container,
  .uso_itens,
  .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .diferenciais .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .diferenciais .item span {
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
  }
  .diferenciais svg {
    width: 30px;
    height: 30px;
  }
  .hero .container,
  .uso .itens {
    grid-template-columns: 1fr !important;
  }
  .hero {
    height: auto !important;
    padding: 60px 0 !important;
    background: linear-gradient(to bottom, #eff8fe 50%, #00bdf2 30%) !important;
  }
  .videos iframe {
    width: 280px;
  }
  .depoimentos .grid {
    margin-top: 40px;
  }
  .uso_itens .item .item_img {
    max-width: 150px;
    margin: 15px auto;
  }
  .titulo {
    margin-bottom: 30px;
  }
  .uso_itens .item h2 {
    font-size: 18px;
  }
  .usar .grid .content_img img {
    height: 300px;
  }
  .frete span {
    font-size: 20px;
  }

  .content,
  .dias,
  p,
  .sub {
    text-align: center;
  }
  .btn,
  #vermais {
    margin: 10px auto;
  }
  #vermais {
    display: block;
  }
  .pd {
    padding: 30px 0;
  }
}
@media (max-width: 550px) {
  .video_exp,
  .video_exp {
    width: 290px;
    height: 240px;
  }
}
@media (max-width: 321px) {
  .modal {
    width: 300px;
  }
  .modal iframe {
    height: 180px;
  }
}
