* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.has-hide {
  display: none;
}
.onpc {
  display: none;
}
.btneuquero {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  animation-duration: 4s;
  animation-duration: infinite;
  background-color: #00b6ff;
  color: white;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  margin: 15px 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
.imggarantia {
  width: 280px;
  height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  iframe {
    width: 335px;
    height: 188px;
    margin: 20px 0;
  }
  iframe.blankpage {
    width: 1px !important;
    height: 1px !important;
  }
  .imgthumb {
    width: 335px;
    height: 188px;
    object-fit: cover;
  }
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}
.videocontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/img/loading.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.videocontainer img {
  position: absolute;
  object-fit: cover;
}
.videocontainer.withthumb.ready::after {
  content: url(img/botao-play.svg);
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  margin: 0 auto;
  align-self: center;
  justify-self: center;
  z-index: 2;
  /* clip-path: polygon(0 0, 100% 0, 50% 50%); */
}
.videocontainer.played::after {
  display: none;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  background: white;
  position: fixed;
  z-index: 10000;
}
header img.headerlogo {
  width: 190px;
  height: 64px;
}
main #firstcontent {
  padding: 100px 10px 15px 10px;
  color: #014c6c;
  text-align: left;
}
main #firstcontent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(img/firstbackground.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  filter: blur(3.5px);
  z-index: -2;
}
main #firstcontent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.336);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

main #firstcontent h2 {
  font-size: 33px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 20px;
}
main #firstcontent span {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

/* Segunda Section */
#secdois {
  background-color: #1c193f;
  color: white;
  font-weight: 500;
  font-size: 18px;
}
#secdois div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
#secdois div img {
  margin-left: 15px;
}

/* Terceira Section */
#sectres {
  padding: 40px 15px;
  background: linear-gradient(170deg, #00477f 0%, #0061ae 100%);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
#sectres h2 {
  font-size: 30px;
  text-align: center;
  line-height: 25px;
  padding-bottom: 30px;
  font-weight: bold;
}
#sectres p {
  font-size: 13.5px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  padding: 30px 0;
}
#sectres #travesseirosvendidos {
  margin-bottom: 50px;
}
#sectres #travesseirosvendidos h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 20px;
  padding-bottom: 15px;
}
#sectres #travesseirosvendidos span {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}

#sectres #clientessatisfeitos {
  margin-bottom: 50px;
}
#sectres #clientessatisfeitos h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 20px;
  padding-bottom: 15px;
}
#sectres #clientessatisfeitos span {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}
#sectres #sectrescta {
  width: 100%;
  height: 100%;
}

/* Quarta Section */
#secquatro {
  width: 100%;
  padding: 0;
}
#secquatro h2 {
  padding-top: 10px;
  font-size: 36px;
  color: #014c6c;
}

/* Quinta Section */

#seccinco {
  background: linear-gradient(170deg, #00477f 0%, #0061ae 100%);
  color: white;
  padding: 35px 0;
}
#seccinco {
  background: linear-gradient(170deg, #00477f 0%, #0061ae 100%);
  color: white;
  padding: 35px 15px;
}
#seccinco h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 25px;
  padding-bottom: 30px;
  text-align: center;
}
#seccinco p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
#seccinco .btneuquero {
  margin-top: 50px;
}
#seccinco .imggarantia {
  margin-bottom: 50px;
}

/* Sexta Section */
#secseis {
  padding: 50px 15px;
}
#secseis h2 {
  color: #004765;
  font-weight: bold;
  font-size: 45px;
  padding-bottom: 30px;
  text-align: center;
}
#secseis span {
  color: #7a7a7a;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 30px;
  text-align: center;
}

#secseis h3 {
  color: #00b3ff;
  padding: 15px 0;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

/* Setima Section */
#secsete {
  background: linear-gradient(180deg, #0a75da 30%, #223261 100%);
  color: white;
  padding: 20px 15px;
  text-align: center;
  font-weight: bold;
}
#secsete h2 {
  font-size: 28px;
  line-height: 25px;
}
#secsete h3 {
  font-size: 25px;
}
/* Oitava Section */
#secoito {
  padding: 30px 15px;
  text-align: center;
}
#secoito h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 45px;
  font-weight: bolder;
  line-height: 40px;
  color: #004765;
  margin-bottom: 30px;
}
#secoito span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 20px;
}
#secoito span u {
  color: #282828;
  font-weight: bold;
}
#secoito a {
  width: 100%;
  margin-bottom: 40px;
}
#secoito a img {
  width: 88%;
}
#secoito a img.imgspecial {
  width: 100%;
  margin-bottom: 50px;
}
#secoito #timercontainer {
  width: 100%;
}
#secoito #timercontainer h2 {
  font-size: 30px;
  color: rgb(0, 71, 101);
}
#secoito #timercontainer #timer {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-evenly;
  font-size: 60px;
  font-weight: bold;
  color: #cf1919;
}
#secoito #timercontainer .timernumber {
  width: 30%;
}
#secoito #timercontainer .timernumber .timerdescricao {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-evenly;
  font-size: 20px;
  font-weight: bold;
  color: #cf1919;
}
#secoito #secotiomobile .plancontainer div:first-child {
  border-radius: 10px 10px 0 0;
}
#secoito #secotiomobile .plancontainer {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #007ada;
  border: 2px solid #004765;
  margin: 30px 0;
}
#secoito #secotiomobile .plancontainer .plandiscount h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 2px 0;
}
#secoito #secotiomobile .plancontainer .plandiscount {
  background-color: #004765;
}
#secoito #secotiomobile .plancontainer .plancombocasal h2 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding: 2px 0;
}
#secoito #secotiomobile .plancontainer .plancombocasal {
  background-color: #00b3ff;
}
#secoito #secotiomobile .plancontainer .plancampeao h2 {
  color: white;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding: 2px 0;
}
#secoito #secotiomobile .plancontainer .plancampeao {
  background-color: #ffc800;
}
#secoito #secotiomobile .plancontainer .planmain {
  display: flex;
  padding: 5px;
  align-items: center;
}
#secoito #secotiomobile .plancontainer .planmain .planproduct {
  width: 40%;
}
#secoito #secotiomobile .plancontainer .planmain h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
#secoito #secotiomobile .plancontainer .planmain img {
  width: 138px;
  margin: 5px 0;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing {
  width: 100%;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing * {
  margin: 10px 0;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing .planfrom {
  color: red;
  font-weight: bold;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing .plan12x {
  font-weight: 600;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing .planprice {
  font-weight: bolder;
  font-size: 38px;
  text-decoration: underline;
  margin: 20px 0;
}
#secoito #secotiomobile .plancontainer .planmain .planpricing .planoncash {
  font-weight: 600;
}
#secoito #secotiomobile .plancontainer .plancta {
  width: 90%;
  display: flex;
  margin: 10px auto;
}
#secoito #secotiomobile .plancontainer .plancta button {
  width: 100%;
  padding: 10px;
  background: #00f36e;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px #00f36dde;
  animation: pulse 0.8s infinite;
}

/* Nona Section */
#secnove {
  background: linear-gradient(180deg, #00477f 0%, #0061ae 50%, #00477f 100%);
  color: white;
  padding: 35px 15px;
}
#secnove h2 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 30px;
}
#secnove img.imgdepoimento {
  width: 50%;
  height: 100%;
}
#secnove span {
  font-weight: 600;
}
#secnove p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
}
/*Sec Vidas*/
#secvidas h2 {
  color: #004765;
  font-size: 46px;
  font-weight: bolder;
}
#secvidas p {
  font-size: 17px;
  font-weight: 500;
  color: #7a7a7a;
}
/*Fim sec vidas*/

/* Decima Section */
#secdez {
  padding: 40px 15px;
}
#secdez #secdezcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#secdez h2 {
  font-size: 26px;
  font-weight: bolder;
  color: #014c6c;
}
#secdez img {
  width: 70%;
  margin: 30px 0;
}

#secdez span {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #002c3f;
  margin-bottom: 40px;
}

/* Decima Primeira Section */
#seconze {
  background-color: #008fff;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 80px 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#seconze .seconzecolumn {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#seconze h2 {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 20px;
}
#seconze p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
#seconze img {
  width: 50%;
  margin-bottom: 20px;
}
#seconze span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Decima segunga section */
#secdoze {
  padding: 50px 15px;
  border-bottom: 3px solid #00477f;
}
#secdoze h2 {
  font-size: 45px;
  line-height: 40px;
  font-weight: bold;
}
#secdoze dl#faq {
  width: 100%;
  padding: 0 10px;
  text-align: left;
}
#secdoze dl#faq .question {
  border-bottom: 1px solid #c4c4c4;
  cursor: pointer;
}
#secdoze dl#faq .question dt {
  color: #006b98;
  font-weight: bold;
  padding-left: 15px;
}
#secdoze dl#faq .question dt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  left: -15px;
  top: 15px;
  background: #006b98;
  clip-path: polygon(0 0, 0 100%, 50% 50%);
}
#secdoze dl#faq .question dt.open {
  color: #2db8ff;
  font-weight: bold;
}
#secdoze dl#faq .question dt.open::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  left: -15px;
  top: 15px;
  background: #2db8ff;
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}
#secdoze dl#faq .question dd {
  color: #7a7a7a;
  font-weight: 600;
  padding: 30px 0;
  height: 0px;
  display: none;
}
#secdoze dl#faq .question dt.open ~ dd {
  height: 100%;
  display: block;
}

/* Decima terceira section */
#sectreze {
  padding: 50px 30px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#sectreze * {
  margin-bottom: 10px;
}
#sectreze img {
  width: 60%;
}
#sectreze a {
  text-decoration: none;
  color: inherit;
}
#sectreze a img {
  width: 20px;
}
#sectreze socialicons {
  margin: 0 50px;
}
#sectreze p {
  margin-bottom: 40px;
}
#sectreze h2 {
  margin: 40px 0;
}
#sectreze img.imgsvg {
  width: 15px;
  transform: translateY(12px);
}
#sectreze img.imgsvglocalizacao {
  width: 10px;
  transform: translateY(12px);
}

#sectreze span {
  font-size: 16px;
  padding: 0px 30px;
}
#sectreze .roundednumber {
  background: #0f1b35;
  color: white;
  font-weight: bold;
  font-size: 20px;
  width: 67px;
  height: 67px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: 10px;
}

#sectreze .sectrezeinfoitem {
  display: flex;
  flex-direction: column;
}
#sectreze .rastreiobtn {
  background: #008fff;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
}
#sectreze img {
  margin: 0;
  padding: 0;
}
#sectreze img.socialicons {
  margin: 0 10px;
  padding: 0;
}

footer #b4youmade {
  width: 100%;
  background-color: #0f1b35;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
footer #b4youmade h2 {
  font-size: 15px;
  margin-bottom: 20px;
}
footer #b4youmade #svgcoracao {
  width: 20px;
  transform: translateY(4px);
}
footer #b4youmade #footerlogo {
  width: 100px;
  height: 100%;
}
footer #endfooter {
  background-color: #00477f;
  color: white;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
footer #endfooter #cnpj {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2db8ff;
}
footer #endfooter #copyright {
  text-transform: uppercase;
  font-family: arial;
  font-size: 9px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  main #firstcontent {
    background-position: top;
    padding-top: 30px;
  }

  main #firstcontent h2 {
    text-align: center;
  }
  main #firstcontent span {
    text-align: center;
  }
  header {
    position: unset;
  }
  #secquatro img {
    width: 100%;
    height: 100%;
  }

  /* #secseis img {
    width: 35%;
    height: 100%;
  } */
  #secseis #secseiswrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  #secseis .secseisitem {
    flex: 0 1 45%;
  }
  #secoito #secoitocontainer {
    display: none;
  }
  #secoito #secotiomobile {
    display: block !important;
  }
}

#popup-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
  display: none;
  align-items: center;
  justify-content: center;
}
#popup-background {
  width: 100%;
  height: 100%;
  position: absolute;

  backdrop-filter: blur(12px) brightness(50%);
}
#popup {
  z-index: 10003;
  background: linear-gradient(
    to bottom,
    rgb(190, 224, 255) 0%,
    rgb(115, 148, 255) 100%
  );
  width: 85%;
  max-width: 650px;
  height: 90%;
  min-height: 550px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: 0px 0px 10px black;
  text-align: center;
  font-size: 2.4vh;
}
#popup .closesvg {
  width: 25px;
  position: relative;
  top: 20px;
  transform: translateX(30vw);
}
#popup #comboescolhido b {
  color: white;
  background-color: black;
  padding: 0 10px;
}
#popup h2 {
  font-size: 2.5vh;
}
#popup h2 b {
  color: white;
  background-color: black;
}
#popup a,
#popup button {
  width: 250px;
  padding: 5px 20px;
  margin: 10px 0;
  border: none;
  border-radius: 10px;
  outline: none;
  background: rgb(236, 255, 237);
  color: black;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 40px -20px black;
}
#popup #checkoutlink {
  background: #e67e22;
  color: white;
  box-shadow: inset 0px 0px 30px -10px #d35400;
  filter: drop-shadow(0px 0px 15px #d354009c);
  color: #ffffff;
  cursor: pointer;
  animation: pulse 0.55s infinite;
}
#popup #checkoutlink img {
  filter: hue-rotate(160deg);
}
#popup .icons {
  height: 30px;
  margin-right: 10px;
}
#popup form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
#popup form .labelandcheck,
input[type="email"] {
  display: none;
}
#popup form label,
.labelandcheck {
  color: black;
  font-weight: bolder;
  font-size: 15px;
  -webkit-text-stroke: 1px rgba(88, 88, 88, 0.384);
  text-shadow: 0px 0px 10px #0888ff;
  align-self: flex-start;
}
#popup form label {
  padding-left: 20px;
}
#popup form input[type="text"] {
  border: none;
  outline: none;
  border-radius: 8px;
  border: 1px solid blue;
  width: 90%;
  padding: 10px 20px;
  box-shadow: inset 0px 0px 20px -5px rgba(0, 0, 0, 0.315);
  margin-bottom: 10px;
}

#popup form input[type="checkbox"] {
  margin-left: 20px;
}
#popup form input[type="number"] {
  display: none;
}

#popup #timercontainer2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}

#popup #timercontainer2 .timernumber {
  width: 30%;
}
#popup #timercontainer2 #timer2 {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-evenly;
  font-size: 30px;
  font-weight: bold;
  color: #cf1919;
}
#popup #timercontainer2 .timernumber .timerdescricao {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-content: space-evenly;
  font-size: 20px;
  font-weight: bold;
  color: #cf1919;
}

@media (min-width: 800px) {
  #popup #timercontainer2 #timer2 {
    max-width: 350px;
  }

  header {
    display: flex;
    justify-content: space-evenly;
  }
  .headerlogo {
    width: 120px !important;
    height: auto !important;
  }
  #headeronpc {
    display: flex !important;
    width: 20%;
    align-items: center;
    justify-content: center;
  }

  #headeronpc a {
    width: 15px;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  #headeronpc a img {
    width: 15px;
  }
  #headeronpc a img:hover {
    filter: brightness(1.8);
  }
  iframe {
    width: 736px !important;
    height: 414px !important;
  }
  iframe.blankpage {
    width: 1px !important;
    height: 1px !important;
  }
  #playersinta,
  #playersinta iframe {
    width: 481px !important;
    height: 271px !important;
  }
  #playermidia,
  #playerdra,
  #playermidia iframe,
  #playerdra iframe {
    width: 292px !important;
    height: 164px !important;
  }

  #playerandressa {
    width: 554px !important;
    height: 311px !important;
  }
  #playerandressa + img {
    width: 554px !important;
    height: 311px !important;
  }
  #playeranapaula,
  #playeradriana,
  #playervirginia,
  #playerpoliana,
  #playerivy,
  #playergabi,
  #playermayra,
  #playerthay,
  #playerjesus {
    width: 183px !important;
    height: 103px !important;
  }
  #playeranapaula iframe,
  #playeradriana iframe,
  #playervirginia iframe,
  #playerpoliana iframe,
  #playerivy iframe,
  #playergabi iframe,
  #playermayra iframe,
  #playerthay iframe,
  #playerjesus iframe {
    width: 183px !important;
    height: 103px !important;
  }
  #playeranapaula + img,
  #playeradriana + img,
  #playervirginia + img,
  #playerpoliana + img,
  #playerivy + img,
  #playergabi + img,
  #playermayra + img,
  #playerthay + img,
  #playerjesus + img {
    width: 183px !important;
    height: 103px !important;
  }

  .imgthumb {
    width: 736px !important;
    height: 414px !important;
  }
  main #firstcontent {
    padding-right: 400px;
    margin-left: 120px;
  }
  main #firstcontent::before {
    left: 0 !important;
    bottom: 0px !important;
    width: 100%;
    height: 100%;
    transform: translateY(50%);
  }
  main #firstcontent::after {
    left: 0 !important;
    bottom: 0px !important;
    width: 100%;
    height: 100%;
    transform: translateY(50%);
  }

  #secdois {
    display: flex !important;
    flex-direction: row !important;
  }

  #sectres {
    padding-bottom: 0px !important;
  }
  #sectres h2 {
    font-weight: bold;
    font-size: 44px;
  }
  #sectres #sectrescontainer {
    display: flex;
    padding: 0 80px;
  }
  #sectres #sectresdireita {
    padding: 0 20px;
  }
  #sectres #sectresdireita p {
    font-size: 16px;
  }
  #sectres #sectrescontadores {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-evenly;
  }
  #sectres .btneuquero,
  #sectres .imggarantia {
    position: relative;
    left: 250px;
    bottom: 80px;
  }
  #secquatro img {
    content: url(img/composicao-desktop.webp);
    width: 100%;
  }

  #seccinco h2 {
    font-size: 44px;
  }
  #seccinco #seccincocontainer {
    display: flex;
    justify-content: space-evenly;
  }
  #seccinco #seccincocontainer .seccincoitem {
    width: 292px;
    margin-right: 20px;
  }
  #secseis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  #secseis #secseiswrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  #secseis .secseisitem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 1 30%;
  }

  #secsete {
    justify-content: center;
    align-items: center;
    padding: 20px 0px 0px 0px;
    background: none;
    margin-bottom: -80px;
  }
  #secsete::before {
    content: "";
    width: 100%;
    height: 700px;
    background: url(img/backgroundinfluencers.webp);
    background-position: top;
    background-size: cover;
    transform: translateY(-80px);
    position: absolute;
    z-index: -2;
  }
  #secsete::after {
    content: "";
    width: 100%;
    height: 700px;
    background: rgba(8, 44, 160, 0.344);
    background-position: top;
    background-size: cover;
    transform: translateY(-80px);
    position: absolute;
    z-index: -1;
  }
  #secsete #secseteflex {
    display: flex;
    flex-direction: row;
  }
  #secsete h2 {
    font-size: 44px;
    line-height: 50px;
    margin-right: 30px;
    text-align: right;
    width: 450px;
    margin-top: 100px;
  }
  #secsete h2::after {
    content: "Faça parte desse time também e dê adeus as dores no ombro, pescoço e costas.";
    font-size: 20px;
    line-height: 0px !important;
    font-weight: normal;
    height: 40px !important;
    width: 100%;
  }
  #secsete #secsetecontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #secsete .secseteline {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
  }
  #secsete .secseteitem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #secsete .secseteitem h3 {
    font-size: 20px;
  }
  #secsete .btneuquero,
  #secsete .imggarantia {
    position: relative;
    right: 250px;
    bottom: 300px;
  }

  #secoito img {
    width: 238px;
    height: auto !important;
  }
  #secoito a {
    transition: transform 0.2s;
    cursor: pointer;
  }
  #secoito a:hover {
    transform: scale(1.1);
  }
  #secoito #secoitocontainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  #secoito #timercontainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  #secoito #timercontainer #timer {
    width: 50%;
  }

  #secnove h2 {
    font-size: 44px;
    line-height: 40px;
  }
  #secnove .secnoveline {
    display: flex;
  }
  #secnove .secnoveline img {
    width: 170px;
    height: 170px;
    margin-left: 50px;
  }
  #secnove .secnovedepoimento {
    text-align: left;
    width: 50%;
    margin-left: 20px;
  }
  #secvidas p {
    padding: 0 30px;
    margin: 20px 0;
  }
  #secdez h2 {
    font-size: 27px;
  }
  #secdez img {
    width: 280px;
  }
  #secdez span {
    font-size: 17px;
    padding: 0 50px;
    text-align: left;
  }
  #secdez #secdezcontainer {
    flex-direction: row;
    width: 80%;
  }

  #seconze {
    flex-direction: row;
  }
  #seconze .seconzecolumn:first-child {
    align-items: flex-end;
    padding-left: 100px;
    text-align: right;
  }

  #secdoze dl#faq {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  #secdoze dl#faq .faqcolumn {
    padding: 0 50px;
    width: 100%;
  }
  #sectreze {
    display: flex;
    flex-direction: row;
    padding: 20px 50px;
  }
  #sectreze .sectrezeinfoitem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  #sectreze .roundednumber {
    margin: 0;
  }

  #sectreze .rastreiocolumn {
    width: 80%;
    align-self: flex-start;
  }

  .closesvg {
    transform: translateX(280px) !important;
    cursor: pointer;
  }
}
