@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #fff;
  /* background-image: url(../img/bg.png); */
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

/* ----------------- */

.videoWrapper {
  position: relative;
  width: 100%;
  height: 507px;
  display: block;
  max-width: 880px;
  margin: 0 auto;
  margin-top: 30px;
  border: 6px solid #000;
  margin-bottom: 30px;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
}
button#mute-video {
  color: #fff;
  background-color: #b6412e;
  font-size: 24px;
  margin: 30px auto -50px auto;
  display: inline-block;
}
.overlay_1,
.overlay_2,
.overlay_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.overlay_2,
.overlay_3 {
  display: none;
  z-index: 5;
}
.overlay_2 img {
  opacity: 0;
}
/*.overlay_2:hover img {
        transition: .3s;
        opacity: 1;
    }
    .overlay_2:hover {
        transition: .3s;
        background-color: rgba(255,255,255,0.2);
    }*/
.overlay_1 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay_1 > div {
  background: rgba(0, 0, 0, 0.57);
  border-radius: 5px;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  position: absolute;
  top: 40px;
}
.overlay_1 p {
  font-size: 40px;
  margin-left: 10px;
  color: #e20808;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

@media (max-width: 668px) {
  .overlay_1 p {
    font-size: 20px;
    line-height: 30px;
  }
  .overlay_1 > div img {
    width: 40px;
  }
}
@media (max-width: 400px) {
  .overlay_1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .overlay_1 > div img {
    width: 20px;
  }
  .overlay_1 > div {
    padding: 3px;
  }
}
.overlay_3 {
  background-color: rgba(0, 0, 0, 0.5);
}
.audio_button {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 30px 0px;
  display: none;
}

#delay_section {
  padding: 40px 0px;
  display: none;
}

@keyframes color_chng {
  0% {
    background-color: #b6412e;
  }
  100% {
    background-color: #eaa31c;
    box-shadow: 0 0 10px 2px #b6412e;
  }
}
.audio_button button {
  margin: 0 !important;
  animation: color_chng 1s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .videoWrapper {
    width: 140%;
    height: 415px;
    margin: 30px auto;
    margin-left: -100px;
  }
}
@media screen and (max-width: 480px) {
  .videoWrapper {
    width: 100%;
    height: 225px;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .videoWrapper {
    width: 100%;
    height: 205px;
  }
}
@media screen and (max-width: 320px) {
  .videoWrapper {
    width: 100%;
    height: 175px;
  }
}
/* -------------- */
.kits_content {
  background: #fff;
}
.kit_ {
  border: 2px solid #c77652;
  padding: 20px 10px;
  border-radius: 5px;
}
.kit_ > div {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.kit_:nth-child(1) {
  grid-column: 3;
  grid-row: 1;
}
.kit_:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.kit_:nth-child(3) {
  grid-column: 1;
  grid-row: 1;
}
.kits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  place-items: row-reverse;
}
.kit_ .btn_compra {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  background: rgb(53, 100, 0);
  color: #fff;
  border-radius: 21px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: -42px;
  transition: transform 0.5s, box-shadow 0.5s;
}
.kit_ .btn_compra:hover {
  transform: scale(1.05);
  box-shadow: 2px 6px 6px rgba(28, 55, 2, 0.282);
}
.kit_ h3,
.mais-vendidos {
  color: #974119 !important;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.kit_ div > img {
  padding: 0 50px;
}
.kit_ .de,
.kit_ .por {
  display: block;
  font-size: 16px;
  color: #111;
}
.kit_ .de s {
  font-size: 20px;
  color: rgb(238, 30, 30);
}
.kit_ .por {
  font-weight: bold;
  font-size: 14px;
}
.preco {
  font-size: 48px;
  color: rgb(4, 225, 22);
  font-weight: bold;
}
.kit_ div > p {
  color: #111;
  text-transform: uppercase;
}
.comprarAgora {
  background: rgb(32, 121, 2);
  width: 80%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 0.7s;
  font-weight: bold;
  position: relative;
  animation: tuctuc 2s infinite linear;
}
.comprarAgora:hover {
  background: #d67003;
  color: #fff;
}
@keyframes tuctuc {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.kits_content .bandeiras {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.perguntas {
  background: #fff;
  padding: 80px 0;
  color: #111;
}

.mybtn {
  display: block;
  margin: 40px;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}
.perguntas h2,
.kits_content .container h2 {
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #974119;
}
.kits_content .container h2 {
  margin-bottom: 10px;
}
.kits_content .container h3 {
  color: #4a4a4a;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.js-accordion dd {
  display: none;
}
.faq-lista dt {
  color: #666666;
  background: #e9e8e2;
  padding: 7px 15px;
  cursor: pointer;
  transition: ease 0.5s;
  margin-bottom: 5px;
}
.js-accordion dd.ativo {
  display: block;
  animation: slidedown 0.9s forwards;
  background: #e9e8e2;
  padding: 5px 15px;
  font-size: 14px;
  margin-top: -5px;
  color: #666666;
}
@keyframes slidedown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
@media (max-width: 990px) {
  .kits_content .container {
    max-width: 960px !important;
  }
  .kit_ > div {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .kits {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 50px;
  }
  .kit_ {
    max-width: 300px;
  }
  .perguntas h2,
  .kits_content .container h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .kits_content .container h3 {
    margin-bottom: 30px;
  }
  .mybtn {
    max-width: 100%;
  }
  .perguntas {
    padding: 40px 0;
  }
}

/* ------------- */

@media (max-width: 990px) {
  .video iframe {
    height: 400px;
  }
}
@media (max-width: 730px) {
  .video iframe {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .video iframe {
    height: 250px;
  }
}
/* Navbar */

#navbar {
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index: 99999;
  width: 100%;
}

#location {
  color: #3ea0ff;
  font-weight: 600;
}

/* Hero */

.frame-video {
  max-width: 100%;
}

#button_chechout_hero,
#button_chechout_final {
  display: none;
}

.hero {
  /* min-height: 90vh; */
  text-align: center;
  padding: 50px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  transition: height 1s;

  /* background-image: url(../img/bg-shadow.png); */
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 250px;
  /*
    background-image: url(../img/bg-top.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;*/
}

.ultrasecreto {
  margin: 20px;
  max-width: 90%;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  max-width: 800px;
  font-family: "Montserrat", sans-serif;
}

.som {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.som img {
  margin: 10px;
}

.button_container {
  margin: 50px;
}

.btn {
  background-color: limegreen;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  height: 60px;
  width: 500px;
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.bandeiras {
  margin-top: 40px;
  padding: 0px;
}

.bandeiras ul {
  list-style: none;
}

.bandeiras li {
  background-color: #ffffff;
  display: inline;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  margin: 10px;
}

.btn:hover {
  transform: scale(1.05);
  color: #fff;
}

:focus {
  outline: none;
}

/* ComentÃ¡rios */

#c-container {
  background-color: #fffcfc;
  border: solid 1px #ebebeb;
  border-radius: 10px;
  margin-bottom: 50px;
  color: #333;
  text-align: left !important;
  padding: 30px 50px 30px 50px;
  font-size: 14px;
  width: 960px;
  max-width: 100%;
}

.count-c {
  font-weight: 600;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 10px;
}

.face-c {
  font-weight: 500;
  border-top: solid 1px #dcdcdc;
  margin-bottom: 0px;
  padding-top: 10px;
  color: #666666;
  font-size: 12px;
}

.face-c img {
  width: 17px;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -1px;
}

.foto-c,
.foto-c img {
  background-color: #999;
  width: 50px;
  height: 50px;
  float: left;
}

.nome-c {
  padding: 0px 0px 0px 10px;
  display: grid;
  font-weight: 800;
  color: #365899;
  font-size: 14px;
}

.comentario-c {
  padding: 0px 0px 0px 10px;
  display: grid;
  color: #090909;
  font-size: 14px;
}

.hora-c {
  color: #93979f;
  padding: 10px 0px 0px 0px;
  font-size: 11px;
}

.c-content {
  margin: 0px 0px 30px 0px;
}

.resposta {
  margin-top: -10px;
  margin-left: 40px;
  padding: 0px 0px 0px 10px;
  border-left: solid 1px #dcdcdc;
}

.resposta-c {
  margin-bottom: 10px;
}

.blue {
  color: #4a7cdc;
  font-weight: 600;
}

.c-section {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  /* background-image: url(../img/bg-shadow-y.png); */
  background-repeat: repeat-x;
  background-size: auto 250px;
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6 {
  position: absolute;
}

.c1 {
  top: 15%;
  right: -900px;
}

.c2 {
  top: 18%;
  left: -900px;
}

.c3 {
  top: 34%;
  right: -237px;
}

.c4 {
  top: 51%;
  left: -680px;
}

.c5 {
  top: 67%;
  right: -1140px;
}

.c6 {
  top: 84%;
  left: -300px;
}

/* FOOTER */

.pirataria h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 5px;
}

.pirataria b {
  color: #fe047c;
}

.pirataria {
  font-size: 12px;
  text-align: justify;
}

footer {
  /* background-color: #00000078; */
  background-color: white;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cpy {
  font-size: 12px;
  margin: 37px 0px 20px 0px;
}

.links a {
  font-size: 12px;
  color: #666666;
}

#iframe_video {
  width: 640px;
  height: 360px;
}

/* RESPONSIVO */

@media only screen and (max-width: 480px) {
  .pirataria {
    padding-bottom: 30px;
    -moz-text-align-last: center;
    text-align-last: center;
  }

  h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0px;
  }

  .count-c,
  .face-c {
    padding-left: 10px;
  }

  #c-container {
    padding: 20px;
    border-radius: 5px;
  }

  .hero {
    height: auto;
    padding: 10px;
  }

  .button_container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .btn {
    height: auto;
  }

  #navbar {
    font-size: 13px;
  }

  .som {
    font-size: 11px;
  }

  .som img {
    width: 20px;
  }

  .bandeiras {
    padding: 0px;
  }

  .bandeiras li {
    margin: 2px;
  }

  .ultrasecreto {
    margin-top: 75px;
  }

  .hero {
    background-position-y: -150px !important;
    background-position-x: -60px !important;
  }

  .c-section {
    margin: 0px 10px 0px 10px;
  }

  body {
    /* background-image: url(../img/bg-mobile.png); */
  }

  #iframe_video {
    width: 100% !important;
    height: 192px !important;
  }
}

@media screen and (min-width: 800px) {
  .kits-desktop {
    width: 23% !important;
  }
}
