* {
  box-sizing: border-box;
  font-family: 'Heebo';
  overflow-x: hidden;
}

.mauto {
  margin: 0 auto;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
  margin-left: 16px;
}

header {
  background-image: url(../images/header-background.webp);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
header .logo {
  margin-top: 2em;
}
header .card {
  border: 4px solid #2b3021;
  max-width: 750px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 2em;
}
header h1 {
  color: white;
  font-size: 2.6rem;
  text-align: center;
  max-width: 600px;
  font-weight: normal;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 0;
}
header h1 span {
  font-weight: bold;
}
header h1 strong {
  color: #BED631;
  font-weight: bold;
}
header p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
header iframe {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
header button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
header button:hover {
  background-color: #64701e;
  transition: 0.2s;
}

.about {
  background-image: url(../images/about-background.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
}
.about .card {
  border: 3px solid #678338;
  max-width: 850px;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 2em;
  padding: 2em;
  text-align: center;
  display:block;
}
.about h1 {
  text-align: center;
  padding-top: 0.5em;
}
.about p {
  color: #231F20;
  font-size: 2.2rem;
  max-width: 97%;
  margin: 0 auto;
}

.desafio {
  background-image: url(../images/diario-background.webp);
  background-position: top;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 3em;
  padding-top: 3em;
}
.desafio .title {
  margin-top: 2em;
  margin-bottom: 4em;
}
.desafio .desafio-image {
  margin-bottom: 2em;
}
.desafio button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
.desafio button:hover {
  background-color: #64701e;
  transition: 0.2s;
}
.desafio h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2rem;
}

.phone {
  background-image: url(../images/phone-background.webp);
  background-position: top;
  background-size: cover;
  padding-top: 2em;
  /* padding-bottom: 2em; */
}
.phone h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 1em;
}
#slider-container {
  height:550px; 
  position:relative; 
  overflow:hidden;
  width: 140vw;
}
#slider-container:hover {
  overflow: auto;
}
#slider-container:hover .photobanner {
  animation-play-state: paused;
}
.photobanner {
  position:absolute;
  top: 0px;
  left: 0px;
  overflow:hidden; 
  white-space: nowrap;
  animation: bannermove 35s linear infinite;
}
.photobanner img {    
  margin: 0 0.5em;
  max-width: 280px !important;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}


.mulheres {
  background-image: url(../images/mulher-background.webp);
  background-position: top;
  background-size: cover;
  padding-top: 2em;
}
.mulheres h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2.8rem;
}
.mulheres .text {
  margin-top: 5.5em;
}
.mulheres button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
.mulheres button:hover {
  background-color: #64701e;
  transition: 0.2s;
}

.videos {
  background-image: url(../images/background-videos.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 2em;
}
.videos h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2.8rem;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.videos .card {
  border: 4px solid #2b3021;
  padding: 2em;
  border-radius: 30px;
}
.videos .vid1 {
  margin-bottom: 2em;
}
.videos h2 {
  color: white;
  text-align: center;
  margin-top: 2em;
}
.depoimentos {
  background-image: url(../images/dep-background.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 2em;
}
.depoimentos .dfc {
  margin-bottom: 2em;
}
.depoimentos .dep {
  margin-bottom: 2em;
}

.claudia {
  background-image: url(../images/claudia-background.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 2em;
}
.claudia h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2.8rem;
}
.claudia p {
  border: 4px solid #2b3021;
  padding: 2em;
  border-radius: 30px;
  color: white;
  font-size: 1.8rem;
}

.ebook {
  background-image: url(../images/ebook-background.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 2em;
}
.ebook h1 {
  text-align: center;
  color: white;
  margin-top: 2em;
  margin-bottom: 2em;
}
.ebook button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.8rem;
}
.ebook button:hover {
  background-color: #64701e;
  transition: 0.2s;
}

.price {
  background-image: url(../images/dep-background.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 3em;
  padding-top: 2em;
}
.price .card {
  background-image: url(../images/bg-2-price.webp);
  background-position: top;
  background-size: cover;
  border-radius: 30px;
  border: 4px solid #2b3021;
  padding: 1em;
  padding-top: 3em;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 2em;
}
.price h1 {
  color: white;
  text-align: center;
  font-weight: normal;
}
.price h2 {
  text-align: center;
  color: white;
  font-size: 3rem;
}
.price button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.8rem;
}
.price button:hover {
  background-color: #64701e;
  transition: 0.2s;
}
.garantia {
  margin-top: 5em;
}

.claudia2 {
  background-image: url(../images/background-claudia2.webp);
  background-position: top;
  background-size: cover;
  padding-bottom: 2em;
  padding-top: 2em;
}
.claudia2 .card {
  background-image: url(../images/background-claudia-2-text.webp);
  background-position: top;
  background-size: cover;
  border-radius: 30px;
  padding: 2em;
}
.claudia2 .cl2 {
  margin-top: 5.5em;
}
.claudia2 p {
  color: white;
  font-size: 1.6rem;
}
.claudia2 h1 {
  color: #BFD730;
  text-align: center;
  font-size: 2.8rem;
}

.faq {
  background-color: #040708;
  padding-bottom: 4em;
}
.faq button {
  background-color: #BED631;
  border: none;
  color: #231F20;
  padding: 0.5em 2em;
  border-radius: 30px;
  margin-bottom: 2em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 1.8rem;
}
.faq button:hover {
  background-color: #64701e;
  transition: 0.2s;
}
.faq h1 {
  text-align: center;
  color: white;
}
.faq h4 {
  font-size: 3rem;
  margin: 0;
}
.faq .faqs .card {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 2em;
}
.faq .pergunta {
  background-color: #BED631;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  /* color: #231F20; */
}
.faq .resposta {
  background-color: white;
  padding-top: 0;
  margin-top: 0;
  padding: 1em;
  font-size: 1.6rem;
  color: #040708;
  margin-bottom: 0;
}
/* Mobile */
@media screen and (max-width: 978px) {
  header {
    padding-bottom: 2em;
    min-height: auto;
  }
  header .logo {
    max-width: 110px;
  }
  header .card {
    padding: 1em;
    max-width: 100%;
  }
  header h1 {
    font-size: 1.8rem;
    max-width: 100%;
    margin-bottom: 1em;
    margin-top: 0.5em;
  }
  header iframe {
    max-height: 200px;
  }
  header button {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .about .card {
    max-width: 100%;
  }
  .about p {
    font-size: 1.8rem;
  }
  .desafio {
    background-image: url(../images/diario-background-mobile.webp);
  }
  .phone .content {
    flex-wrap: wrap;
  }
  .phone img {
    max-width: 150px;
    padding: 0.3em
  }
  .mulheres .text {
    margin-top: 0;
  }
  .mulheres button {
    font-size: 1.2rem;
  }
  .videos h1 {
    font-size: 2.2rem;
    max-width: 100%;
  }
  .videos .card {
    padding: 0.5em
  }
  .ebook h1 {
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
  .ebook button {
    font-size: 1.6rem;
  }
  .price h1 {
    font-size: 2rem;
  }
  .price h2 {
    font-size: 2.4rem
  }
  .claudia2 {
    padding-top: 0;
  }
  .claudia2 .cl2 {
    margin-top: 1em;
  }
  .claudia2 .card {
    margin-top: 2em;
  }
  .faq .pergunta h2 {
    font-size: 1.5rem;
  }
  .faq .resposta {
    font-size: 1.5rem;
  }
  .faq .faqs {
    padding-left: 5px;
    padding-right: 5px;
  }
  .photobanner {
    animation: bannermove 30s linear infinite;
  }
}

/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
  header {
    padding-bottom: 2em;
  }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1400px)  {
  header {
    padding-bottom: 2em;
    background-image: url(../images/teste-2.png);
    background-position: top center;
    min-height: 90vh;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1700px)  {
  header {
    padding-bottom: 3em;
    /* background-image: url(../images/teste-2.webp); */
    /* background-position: top center; */
    min-height: auto;
  }
  header .card {
    margin-bottom: 2em;
  }
}

/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 2559px)  {

}

/* 2k Query */
@media only screen and (min-width: 2560px) and (max-width: 9000px)  {
  header {
    background-image: url(../images/teste.webp);
    background-position: top;
    background-size: cover;
    min-height: 100vh;
  }
  .ebook {
    min-height: 110vh;
    background-position: center;
  }
}