@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

header {
  background-color: #3eb316;
  padding-top: clamp(16px, 3vw, 24px);
  padding-bottom: clamp(16px, 3vw, 24px);
}

.menu-area {
  position: absolute;
}
.menu-area .menu-button {
  width: 73px;
  cursor: pointer;
}
.burger,
.burger:before,
.burger:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #fff;
  left: 0;
}
.menu-button .burger,
.menu-button .burger:before,
.menu-button .burger:after {
  background-color: #fff;
}
.burger:before {
  top: -6px;
}
.burger:before,
.burger:after {
  content: "";
}
.burger:after {
  bottom: -6px;
}
.burger:before,
.burger:after {
  content: "";
}
.burger {
  top: 50%;
  margin-top: -3px;
}
.menu-label {
  cursor: pointer;
  display: inline-block;
  margin-left: 27px;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 14px;
  color: white;
}

.menu-divisor {
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 1px;
  top: 50%;
  margin-top: -10px;
  margin-left: 19px;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.8) 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: right;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}
.menu-titulo {
  letter-spacing: -1px;
  line-height: 1;
  margin: auto;
}
.menu-titulo h2 {
      font-size: clamp(20px, 3vw, 28px);
    color: white;
     font-weight: 700;
     margin-bottom: 0;
  cursor: pointer;
}


#busca-padrao form {
  float: right;
  width: auto;
}
#busca-padrao fieldset {
  display: block;
  position: relative;
  width: auto;
}
#busca-padrao #busca-campo {
  box-shadow: none;
  z-index: 2;
  position: absolute;
  right: 0;
  width: 160px;
  height: 35px;
  padding: 5px 5px 5px 40px;
  border-radius: 4px;
  border: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
}
#busca-padrao .search-hint {
  z-index: 1;
  position: absolute;
  right: 0;
  padding: 5px 5px 3px 30px;
  border: 1px transparent;
  border-radius: 4px;
  background: transparent;
  width: 129px;
  height: 25px;
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
}
#busca-padrao .lupa svg,
.header-navegacao .search-icon {
  fill: #fff;
}
#busca-padrao .lupa svg {
  position: absolute;
  top: 0px;
  left: 0px;
  fill: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 5px 10px;
}
#busca-padrao .lupa {
  position: absolute;
  z-index: 3;
  display: block;
  right: 132px;
  width: 32px;
  height: 34px;
}
#busca-padrao .search-button {
  display: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
/* ESTRUTURA */
.estrutura {
  padding-top: clamp(32px, 5vw, 56px);
  padding-bottom: clamp(32px, 5vw, 56px);
}
.estrutura h1 {
  color: #222222;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  line-height: clamp(28px, 4vw, 46px);
  margin-bottom: 16px;
}
.estrutura h1 span {
  color: red;
}
.estrutura h3 {
  color: #222222;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: clamp(26px, 3vw, 36px);
  margin-bottom: 24px;
  margin-top: 24px;
}
.estrutura h4 {
  color: #222222;
  font-size: clamp(20px, 3vw, 22px);
  font-weight: 400;
  line-height: clamp(22px, 3vw, 28px);
}
.autor {
  background-color: #f7f7f7;
  padding: 20px 40px;
}
.editora {
  font-size: 15px;
  color: #333;
  font-weight: 400;
}
.estrutura h6 {
  color: #000;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  margin-bottom: 12px;
}
.estrutura p {
  color: #212529;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 18px);
}
.estrutura li > p {
  color: #212529;
  font-weight: 700 !important;
  font-size: clamp(14px, 3vw, 16px) !important;
}
.legenda {
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-style: italic;
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin-bottom: 16px;
}
.destaque {
  color: blue;
  cursor: pointer;
}
/* BANNER */
.banner {
  background: radial-gradient(50% 50% at 50% 50%, #c2b3da 0%, #a793c7 100%);
  padding: 32px 24px;
}
.banner h2 {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: clamp(25px, 4vw, 45px);
  margin-bottom: clamp(25px, 4vw, 45px);
  margin-top: clamp(25px, 4vw, 45px);
}
.itens {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 8px;
  color: white;
}
.itens p {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  color: white;
  margin-bottom: 0;
  text-align: left;
}
.itens i {
  font-size: clamp(26px, 3vw, 32px);
}
.banner h3 {
  color: #fffd02;
  text-decoration: underline;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: clamp(25px, 4vw, 45px);
}
.banner .acessar {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background: linear-gradient(180deg, #f1dd01 0%, #ad9f00 100%);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  padding: 25px 25px 25px 25px;
  border: none;
  transition: all 0.3s;
}
.banner .acessar:hover {
  background: linear-gradient(180deg, #8d74b3 0%, #57358c 100%);
  animation: pulse 1s infinite;
  animation-timing-function: linear;
}
.verde{
  background: linear-gradient(180deg, #006F04 0%, #006F04 100%) !important;
}
.verde:hover{
  background: linear-gradient(180deg, #1BAE07 0%, #1BAE07 100%) !important;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* FOOTER */
footer{
  background-color: #57358c;
  padding-top: clamp(16px, 3vw, 24px);
  padding-bottom: clamp(16px, 3vw, 24px);
  color: white;
  font-size: 14px;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 79.25%;
  height: 0;
  background-color: #000;
  overflow: hidden;
}

.iframe-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#overlay-video-glass {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9995;
  overflow: hidden;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.overlay-msg-paused {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  /* top: 0px; */
  /* left: 0px; */
  top: 35%;
  left: 41%;
  z-index: 9997;
  color: white;
}

.overlay-msg-paused img,.overlay-commons img {
width: 150px;
}

.overlay-commons {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  left: 41%;
  z-index: 9997;
}

/* LATERAL */
.bloco{
  background-color: #F9F9F9;
  border-radius: 6px 6px 6px 6px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DDDDDD;
  padding: 10px;
}
.bloco hr{
  border: 1px solid #ddd;
  opacity: 1;
  margin-top: clamp(24px,4vw,40px);
  margin-bottom: clamp(24px,4vw,40px);
}
.bloco h6{
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.bloco p{
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}
.comprar-agora{
  background: #61ce70 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 0px #46b555;
    border-radius: 5px;
    color: white;
    text-shadow: 0px 3px 6px #00000033;
    font-size: clamp(20px, 3vw, 24px);
    font-weight: bold;
    padding: 10px;
    width: 100%;
    border: none;
}
.comprar-agora:hover{
  color: white;
    background: #46b555 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 0px #61ce70;
}
@media (max-width: 767px) {
  /** MENU **/
  .menu {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
  }
  .burger {
    top: 50%;
    margin-top: 12px;
  }
  .menu-label {
    display: none;
  }
  #busca-padrao .lupa svg {
    margin: -25px 10px;
}
  #busca-padrao #busca-campo {
    display: none;
  }
  .menu-divisor {
    display: none;
  }
  #busca-padrao .search-hint {
    display: none;
  }
  #busca-padrao .lupa {
    right: 10px;
  }
  .overlay-msg-paused img, .overlay-commons img {
width: 80px;
}

.overlay-commons {
    top: 35%;
    left: 40%;
}

  /* ESTRUTURA */
  .imagem img {
    width: 50px;
    height: 50px;
  }
  .imgs {
    width: 100%;
    height: auto;
  }
  .insta {
    height: auto;
  }
  .gif{
    width: 360px;
    height: 185px;
  }
}
