* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Public Sans", sans-serif;
  color: white;
}

html,
body {
  height: 100%;
}

body {
  background-color: black;
}

/*Boot Css*/
.container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 2%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}

.bg-orange {
  background-color: #fe4400;
}

.bg-blue {
  background-color: #0ee2d9;
}

.color-orange {
  color: #fe4400;
}

.button {
  height: 50px;
  width: 300px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: black;
}

.w33 {
  width: 33.333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.checkout {
  text-align: center;
}

.checkout .alert-offer {
  display: inline-block;
  max-width: 800px;
  padding: 40px 40px 20px 40px;
  border: 2px white dashed;
}

.checkout h2:first-child {
  color: #ffd137;
  font-size: 20px;
  margin-bottom: 20px;
}

.checkout p,
.checkout h2 {
  color: #bac3d2;
}

.checkout .alert-offer p {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 22px;
}

.checkout .alert-offer p:first-of-type {
  font-size: 18px;
  font-weight: 400;
}

.checkout .alert-offer p:last-child {
  padding: 13px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.checkout > h2:first-of-type {
  padding: 35px 0 10px 0;
}

.checkout > h2:last-of-type {
  padding: 20px 0 10px 0;
}

.checkout > p:not(.alert-offer) {
  padding: 0 0 20px 0;
  font-size: 14px;
}

.checkout > a {
  margin: 20px 0;
  width: 60%;
  height: 60px;
  line-height: 60px;
  color: white;
  background-color: #74c85b;
}

.checkout > img {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  display: block;
  padding: 20px 4%;
}

.checkout .checkout-icons {
  display: inline-block;
  padding: 20px 5px;
}

.checkout .checkout-icons img {
  height: 18px;
  width: 15;
  display: inline-block;
}

.checkout .checkout-icons p {
  text-align: left;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
}

/*Fim do Boot Css*/

section.fixed-offer {
  width: 100%;
  position: fixed;
  z-index: 9999;
  padding: 10px 0;
  background-color: black;
  background-image: linear-gradient(180deg, #141a20 0%, #141a2070 100%);
  border-bottom: 1px #323232 solid;
}

section.fixed-offer h2 {
  margin-top: 15px;
  font-size: 18px;
}

section.fixed-offer h2 span {
  background: #1ab2c0;
  border-radius: 3px;
  padding: 0 2px 2px 2px;
}

section.fixed-offer p {
  margin: 15px 0;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

section.fixed-offer a:hover {
  color: #262525;
  background-color: #28ede5;
}

section.fixed-offer .button img {
  position: relative;
  top: 10px;
}

section.promise {
  max-width: 1080px;
  padding-top: 150px;
  text-align: center;
  min-height: 90vh;
}

section.promise img {
  max-width: 300px;
  width: 100%;
}

section.promise h1 {
  padding: 50px 0 20px 0;
  font-size: 42px;
}

section.promise p {
  padding: 25px 0 15px 0;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
}

section.promise p > span {
  border-radius: 3px;
  padding: 1px 4px;
  color: black;
}

section.promise .button {
  margin: 15px 0;
}

section.promise a.button:hover {
  color: #0ee2d9;
  background-color: #0ee2d938;
}

section.benefits {
  padding: 60px 0;
}

section.benefits header {
  margin: 20px 0 70px 0;
}

section.benefits header > h2 {
  margin: 0 auto;
  max-width: 541px;
  text-align: center;
}

section.benefits .price > p {
  font-size: 20px;
  padding: 20px 0;
}

section.benefits .price h2 {
  font-size: 38px;
  padding: 15px 0 20px 0;
}

section.benefits .price a.button:hover {
  color: #0ee2d9;
  background-color: #0ee2d921;
}

section.benefits .benefits-single-wraper {
  padding: 10px;
}

section.benefits .benefits-single {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #0ee2d9;
  background-color: #191919;
}

section.benefits .benefits-single h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 0 5px;
  color: #d5d5d5;
}

section.benefits .benefits-single img {
  padding: 0 5px 0 10px;
}
section .price {
  padding: 0 10px;
}
section .price > div {
  padding: 30px 0;
}

section .price > div img {
  position: relative;
  bottom: 10px;
  left: 25px;
  z-index: 0;
}

section .end-wave {
  background: linear-gradient(#131313, #000);
  height: 150px;
}

section .end-wave h2 {
  text-align: center;
  position: relative;
  top: 60px;
}

section.learn .container {
  text-align: center;
}

section.learn .container p {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  line-height: 19px;
  font-size: 15px;
  font-weight: 400;
  color: #e1e1e1;
}

section.learn .container > h2 {
  font-size: 22px;
  padding: 70px 0 25px 0;
}

section.learn .to-learn-box {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

section.learn .to-learn-single {
  margin: 30px 0;
  padding: 0 20px;
}

section.learn .to-learn-single img {
  width: 200px;
}

section.learn .to-learn-single h1 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

section.learn .to-learn-single p {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 300;
  color: #e1e1e1;
}

section.to-checkout {
  padding: 40px 0;
}

section.to-checkout {
  padding: 40px 0;
}

section.bonus .checkout a.button,
section.to-checkout a.button {
  width: 92%;
  max-width: 700px;
}

section.to-checkout a.button:hover {
  color: #2fb157;
  text-decoration: underline;
  background-color: #74c85b5c;
}

section.warranty {
  padding: 40px 0;
  background-color: #141a20;
}

section.warranty .warranty-box {
  margin: 0 auto;
  max-width: 1000px;
  margin: 30px auto;
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #323232;
  background-color: #191919;
}

section.warranty .warranty-box:first-child img {
  width: 300px;
}

section.warranty .warranty-box:last-child img {
  width: 240px;
}

section.warranty .warranty-text {
  padding: 5px;
}

section.warranty .warranty-text h2 {
  padding-bottom: 10px;
}

section.warranty .warranty-text p {
  color: #e1e1e1;
}

section.bonus {
  padding: 40px 0;
}

section.bonus .container > h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

section.bonus .bonus-box {
  margin: 120px 0 40px 0;
}

section.bonus .wraper-bonus-single {
  padding: 10px;
}

section.bonus .bonus-single {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #323232;
  background-color: #191919;
}

section.bonus .bonus-single h1 {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 19px;
}

section.bonus .bonus-single p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 13px;
  color: #e1e1e1;
}

section.bonus .checkout {
  padding: 30px 0;
}

section.bonus .checkout h2:first-child {
  font-size: 19px;
  color: white;
}

section.bonus .checkout h2:nth-of-type(2) {
  font-size: 58px;
  padding: 0 0 15px 0;
  color: white;
}

section.bonus .checkout a {
  height: 70px;
  line-height: 70px;
  background: linear-gradient(45deg, #5000df, #8706d3);
}

section.bonus .checkout a:hover {
  background: linear-gradient(-45deg, #5000df, #8706d3);
}

section.recap {
  padding: 20px 0;
}

section.recap .container {
  max-width: 800px;
  margin: 0 auto;
}

section.recap .container h2 {
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

section.recap .recap-single {
  margin: 15px 0;
  padding: 25px 20px;
  border-radius: 7px;
  background-color: #191919;
}
section.recap .recap-single p {
  display: inline-block;
  font-weight: 600;
}

section.recap .recap-single p:first-of-type {
  padding-left: 10px;
  color: #edeaea;
}

section.recap .recap-single p:last-child {
  color: #eb2d2d;
  text-align: right;
  text-decoration: line-through;
}

section.recap .container h2:last-of-type {
  font-size: 20px;
}

section.recap .checkout,
section.asks .checkout {
  padding: 30px 0;
}

section.recap .checkout h2:first-child,
section.asks .checkout h2:first-child {
  font-size: 23px;
  color: white;
}

section.recap .checkout > p {
  font-size: 17px;
  font-weight: 600;
  color: #e1e1e1;
}

section.recap .checkout h2:nth-of-type(2),
section.asks .checkout h2:nth-of-type(2) {
  font-size: 58px;
  padding: 0 0 15px 0;
  color: white;
}

section.recap .checkout a,
section.asks .checkout a {
  max-width: 600px;
  height: 70px;
  line-height: 70px;
  color: #262525;
  background: linear-gradient(45deg, #1bb4c2, #0ee2d9);
}

section.recap .checkout a:hover,
section.asks .checkout a:hover {
  color: #15d7e9;
  background: linear-gradient(40deg, #1bb4c226, #0ee2d93d);
}

section.about {
  display: flex;
  padding: 250px 0;
}
section.about .half-01 {
  background-color: #262525;
  min-height: 350px;
  width: 65%;
  padding-bottom: 35px;
}

section.about .half-01 blockquote {
  margin: 20px;
  display: inline-block;
  width: 90%;
}

section.about .half-01 h2 {
  margin: 35px 20px 0 20px;
  font-size: 22px;
  font-weight: 600;
  color: #1bb3c1;
}

section.about .half-01 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #e1e1e1;
}

section.about .half-01 .container {
  width: 70%;
  border-left: 2.2px solid #1bb3c1;
}

section.about .half-02 {
  position: relative;
  background: linear-gradient(45deg, #5000df, #8706d3);
  width: 35%;
}

section.about .perfil-wraper {
  padding-top: 50%;
  position: relative;
  top: -50px;
  left: -100px;
  border-radius: 15px;
}

section.about .perfil-wraper2 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

section.about .img-perfil {
  width: 60%;
  height: 150%;
  border-radius: 15px;
  background-size: 100% 100%;
  background-image: url("../assets/Rafael_Rodrigues.jpg");
}

section.about-us h2 {
  text-align: center;
}

section.videos {
  padding: 50px 0;
  text-align: center;
}

section.videos .box-video {
  float: left;
  width: 33.3%;
  position: relative;
  border: 5px solid black;
  padding-top: calc(33.3% * 0.6);
}

section.videos iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

section.depositions-img {
  padding: 50px 0;
  text-align: center;
}

section.depositions-img img {
  display: inline-block;
  width: 80%;
}

section.asks {
  padding: 20px 0;
}

section.asks .w40 {
  padding: 0 2.3%;
}

section.asks .w40 h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1bb3c1;
}

section.asks .w40 p {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
}

section.asks .w60 {
  border-bottom: 2px solid #0ee2d9;
}

section.asks .ask-single {
  width: 100%;
  margin: 23px 0;
  padding: 5px 0;
  cursor: pointer;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #191919;
}

section.asks .ask-single h2 {
  max-width: 90%;
  font-size: 18px;
  font-weight: 400;
  padding: 20px;
  color: #4bd2df;
}

section.asks .ask-single img {
  transform: translate(-10px, 50%);
}

section.asks .last-content {
  display: none;
  border-top: 2px solid #323232;
  padding: 20px;
}

section.asks .last-content p {
  color: #a9a0a0;
}

footer {
  padding: 35px 0;
  background-color: #262525;
}

footer .solucoes h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #19b2bf;
}

footer .solucoes ul li {
  padding: 0px 5px;
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  line-height: 32px;
}

footer .solucoes ul li a {
  text-decoration: none;
}

footer .horizontal-line {
  height: 1.2px;
  width: 100%;
  margin: 30px auto;
  padding: 0 5%;
  background: #3c3939;
}
footer .container:last-child p {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 868px) {
  section.benefits .w40,
  section.benefits .w60 {
    width: 100%;
  }

  section.about .perfil-wraper {
    top: 150px;
    left: -50px;
  }

  .img-perfil {
    width: 80%;
    height: 200%;
  }

  section.videos .box-video {
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    padding-top: calc(65% * 0.6);
  }
}

@media screen and (max-width: 720px) {
  .w33,
  .w40,
  .w50,
  .w60 {
    width: 100%;
  }

  section.fixed-offer {
    text-align: center;
  }

  section.fixed-offer h2 {
    margin: 0;
  }

  section.promise {
    padding-top: 200px;
  }

  section.promise h1 {
    padding: 50px 0 20px 0;
    font-size: 30px;
  }

  section.learn .to-learn-box {
    grid-template-columns: repeat(1, 1fr);
  }

  section.learn .to-learn-box p {
    max-width: 450px;
    display: inline-block;
  }

  section.about {
    padding: 150px 0 100px 0;
    flex-direction: column-reverse;
  }

  section.about .half-01,
  section.about .half-02 {
    width: 100%;
  }

  section.about .perfil-wraper {
    top: -40px;
    left: 0;
  }

  .img-perfil {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 50%;
    height: 120%;
  }

  section.warranty .warranty-box {
    flex-direction: column;
  }

  section.warranty .warranty-box:last-child {
    flex-direction: column-reverse;
  }

  section.warranty .warranty-text {
    text-align: center;
  }

  section.depositions-img img {
    width: 100%;
  }

  section.videos .box-video {
    width: 80%;
    padding-top: calc(80% * 0.6);
  }

  footer .container p {
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 580px) {
  section.bonus .checkout a.button,
  section.to-checkout a.button,
  section.recap .checkout a,
  section.asks .checkout a {
    font-size: 2.8vw;
  }

  section.videos .box-video {
    width: 100%;
    padding-top: calc(100% * 0.6);
  }
}
