/*Header and Nav*/

header {
  background-color: #110300;
}

header .brand {
  max-width: 80px;
}

header .brand img {
  filter: invert(0%);
  width: 70px;
  height: 70px;
}

.navbar-nav {
  font-size: 1.2em;
  font-weight: 500;
  transition: all .3s;
  letter-spacing: 1px;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  transform: translateY(-4px);
  color: #2f290f;
}

/* Banner */

.banner {
  background-image: url(../img/spark-02.jpg);
}

.banner-text {
  font-size: 1.2em;
}

.banner-cta  {
  padding: 0.2em 2em;
}

.banner-cta1:hover {
  opacity: 0.8;
}

.banner-img {
  object-fit: cover;
  top: 2;
  bottom: -1;
  padding-bottom: 0;
  max-width: 100%;
  height: auto;
}


/* Beneficios */

#beneficios.bene-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.benefit {
  position: relative;
  max-width: 40rem;
  padding: 1rem 2rem;
  display: flex;
  
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.scale-1 {
  transform: scale(1.1);
  z-index: 2;
}

#beneficios .benefit:nth-child(2) {
  background: #2f290f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2f290f, #ffa800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#beneficios .benefit i {
  position: absolute;
  z-index: 10;
  color: #fff;
  background: #2f290f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2f290f, #ffa800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 1rem 1.7rem;
  top: -4rem;
  font-size: 3.5rem;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#beneficios .benefit:nth-child(2) i {
  color: #ffff;
  background:#000;
}

/* About */

.about {
  background-image: url(../img/spark-02.jpg);
}

.card-about {
  background: #2f290f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  
  background: linear-gradient(to right, #2f290f, #ffa800); 
  border-radius: 30px;
}

/* Segundo banner*/
.second-banner {
  background: #2f290f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2f290f, #ffa800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Buy */

.card {
  box-shadow: 2px 2px 5px 1px black;
  border-color: rgb(233, 232, 232);
  border-radius: 6px;
}

.card-2 {
  transform: scale(1.1);
}

.img-card {
  width: 300px;
  height: 300px;
}

.btn-buy:hover {
  opacity: 0.8;
  transform: translateY(6px) scale(1.1);
}

/*FAQ*/

.accordion{
  margin: 40px 0;
}
.accordion-item {
  border: none;
  margin-bottom: 50px;
  background: none;
}

.faq-item  {
  background: #2f290f; 
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  
  background: linear-gradient(to right, #2f290f, #ffa800); 
}

.accordion-header button.btn.btn-link {
  background: #2f290f; 
  background: -webkit-linear-gradient(to right, #2f290f #ffa800);  
  background: linear-gradient(to right, #2f290f, #ffa800); 
  color: white;
  border-radius: 0px;
  line-height: 2.5;
  text-decoration: none;
  font-size: 1.3rem;
}

.accordion-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

button .accordion-button.collapsed i {
  background: url(../img/plus-solid.svg);
}

.accordion-button.collapsed::after {
  background: url(../img/plus-solid.svg);
}

.accordion-button:not(.collapsed)::after { 
  background: url(../img/minus-solid.svg);
}

/*Footer*/

footer {
  background: #2f290f;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2f290f, #ffa800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2f290f, #ffa800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-brand {
  filter: invert(0%);
}

.footer-links {
  transition: all .3s;
}

.footer-links:hover {
  transform: translateY(-4px);
}

.social-icon:hover {
  opacity: 0.7;
  transform: translateY(-4px);
}

.footer-cta span i {
  padding-left: 5px;
  font-weight: bold;
}

 .email-link:hover {
  color: #888;
  text-decoration: none;
}

/*Botão Pulsa*/
.box-pulse { 

    width:100%; 
    width:250px; 
    margin:0 auto; padding:0 30px;
}

.box-pulse a {
  
  text-decoration:none;
  display: inline-block;
  font-size: 1.1em;
  font-family:Verdana, Geneva, sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;

}

.botao-pulse {
  padding: 20px 30px;
  color: #fff;
  background-color: #327c32;
  border-radius:30px; 
  padding: 5px 40px;
  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 1s ease infinite;
}

.botao-pulse:hover {
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  
  0% { -o-transform: scale(1); }
  25% { -o-transform: scale(1.1); }
  50% { -o-transform: scale(1); }
  100% { -o-transform: scale(1); } 

}

@keyframes pulse { 

  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

/*Botão Pulsa*/