
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* END RESET */





*{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* GLOBALS */

h1, h2, h3, h4, h5, h6, strong{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
}

h2{
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 52px;
}

h3{
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 42px;
}

p{
  margin: 0 0 15px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6em;
  font-size: 22px;
  color: #3c3c3c;
}

ul{
  padding: 0 0 0 18px;
  margin: 0 0 25px;
  font-family: "Lato", serif;
  font-size: 20px;
  line-height: 1.4em;
  color: #3c3c3c;
}

ul li{
  margin-bottom: 10px;
}

section{
  padding: 40px 0;
}

.container{
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left, .right{
  width: 50%;
}

.btn{
  padding: 15px 60px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
  font-family: "Inter", serif;
  font-weight: 800;
  text-decoration: none;
  font-style: italic;
  background: #ff6800;
  color: #fafafa;
}

.btn:hover{
  padding: 15px 70px;
}



.title{
  max-width: 90%;
  margin: 0 auto 35px;
  display: block;
  text-align: center;
}

.title h2{
  color: #50318b;
  line-height: 42px;
}

.title h2 span{
  font-size: 32px;
  display: block;
}



.columns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  text-align: center;
}

.columns .item{
  width: 30%;
  margin-bottom: 35px;
  padding: 0 20px;
}

.columns .item img{
  margin: 0 auto 15px;
  display: block;
}

.columns .item strong{
  font-size: 20px;
  color: #50318b;
}

.columns .item p{
  font-size: 16px;
}



.mid-block{
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
}



/* PARTS */

header{
  padding: 20px 0;
  background: #3e258a;
  text-align: center;
}

header img{
  margin: 0 auto;
}



.hero{
  padding-top: 60px;
  background: #6144b1 url(../images/bg-hero.jpg) no-repeat center center;
  background-size: cover;
  color: #fafafa;
}

.hero .left{
  width: 65%;
}

.hero .right{
  width: 35%;
}

.hero h1{
  margin: 20px 0 15px;
  font-size: 38px;
  line-height: 38px;
}

.hero p{
  margin-bottom: 30px;
  font-size: 24px;
  font-style: italic;
  color: #fafafa;
}

.hero strong{
  margin-bottom: 20px;
  font-size: 28px;
  display: block;
}

.hero img.float{
  margin-top: -75px;
}



.about .left{
  width: 36%;
}

.about .right{
  width: 60%;
}

.about h2, .about h3{
  color: #50318b;
}

.about .float{
  width: 90%;
  margin: -85px auto 0;
  transform: rotate(-5deg);
}




.how{
  padding: 0;
}

.how h2{
  margin-top: 60px;
  color: #50318b;
}

.how .left{
  width: 55%;
}

.how .right{
  width: 40%;
}




.tarj{
  background: #6144b1;
}

.tarj .container{
  max-width: 1000px;
  align-items: center;
}

.tarj strong{
  color: #fafafa;
  font-size: 32px;
}

.tarj .btn{
  margin: 0;
}



.funcionalities{

}


.rewards{
  background: #ebeef2;
}

.rewards h2{
  color: #50318b;
}

.rewards strong.alt{
  margin-top: 40px;
  display: block;
  color: #50318b;
  font-size: 24px;
}

.rewards .float{
  width: 60%;
  margin: 0 auto;
  transform: rotate(-5deg);
}





.why{
  padding: 40px 0 80px;
}

.why strong{
  color: #6144b1;
}

.why .mid-block{
  margin-top: 30px;
}

.why .mid-block strong{
  font-size: 24px;
  display: block;
}




.testimonials{
  background: #ebeef2;
}

.testimonials .item{
  width: 45%;
  padding: 0;
}

.testimonials .item p{
  font-size: 20px;
  font-style: italic;
}

.testimonials .item strong{
  margin-top: 10px;
  display: block;
  color: #3c3c3c;
  font-size: 18px;
}



.faq{
  padding: 100px 0;
  background: #1e192c url(../images/bg-faq.jpg) no-repeat center center;
  background-size: cover;
  color: #fafafa;
}

.faq h2{
  margin-top: 0;
}

.faq ul, .faq p{
  color: #fafafa;
}

.faq .left strong{
  font-size: 28px;
  margin-bottom: 40px;
  display: block;
}

.faq .left p{
  margin-bottom: 0;
  font-style: italic;
}


.faq .right{
  padding-left: 50px;
}

.faq .right strong{
  display: block;
}


.faq .mobile{
  display: none;
}



.cta-form{
  background: #6144b1 url(../images/bg-form.jpg) no-repeat center center;
  background-size: cover;
  color: #fafafa;
}

.cta-form .container{
  align-items: center;
}
}

.cta-form .left{
  width: 55%;
}

.cta-form .right{
  width: 40%;
}

.cta-form p{
  color: #fafafa;
  font-style: italic;
}


.cta-form .box-form{
  height: 600px;
  padding: 25px;
  background: #fafafa;
  border-radius: 20px;
  color: #3c3c3c;
}




footer{
  padding: 60px 0 40px;
}

footer .columns{
  text-align: initial;
  justify-content: space-between;
  gap: 0;
}

footer .columns .item{
  width: auto;
  padding: 0 10px;
}

footer .columns .item img{
  margin: 0 0 15px;
}

footer .columns .item.first{
  width: 40%;
}

footer .columns .item.first a{
  font-family: "Lato", serif;
  color: #3c3c3c;
}

footer .columns .item strong{
  margin-bottom: 10px;
  display: block;
  color: #3c3c3c;
  font-size: 16px;
}

footer .columns .item .social a{
  padding: 0 3px;
  color: #3c3c3c;
  font-size: 32px;
}




.sign{
  width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  font-family: "Lato", serif;
  color: #3e3e3e;
}















/* Responsivo */

@media (max-width: 1199px) and (min-width: 992px) {

	.hero{
    padding-bottom: 100px;
  }



}


@media (max-width: 991px) and (min-width: 768px) {

	.hero{
    padding-bottom: 100px;
  }

  .hero .left{
    width: 60%;
  }

  .hero .container{
    align-items: center;
  }

  .hero p{
    line-height: 32px;
  }


  h2{
    font-size: 32px;
    line-height: 42px;
  }


  .how .container{
    align-items: flex-end;
  }



  .tarj .container{
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .tarj strong{
    margin-bottom: 15px;
  }



  .cta-form .container{
    flex-direction: column;
    align-items: center;
  }


  .cta-form .left{
    width: 80%;
    text-align: center;
  }

  .cta-form .right{
    width: 100%;
    text-align: center;
  }


}


@media (max-width: 767px) {

  .container{
    flex-direction: column;
    align-items: center;
  }


  .hero{
    padding-bottom: 100px;
  }

  .hero .left,
  .hero .right{
    width: 90%;
    text-align: center;
  }

  
  .hero .left{
    margin-bottom: 40px;
  }

  .hero img{
    margin: 0 auto 30px;
  }


  .hero p{
    display: none;
  }


  .hero img.float{
    margin-top: 0;
  }


  .columns{
    flex-direction: column;
    align-items: center;
  }

  .columns .item{
    width: 90%;
    padding: 0;
  }


  .about .left{
    width: 70%;
  }

  .about .float{
    margin: -70px auto 30px;
  }


  .about .right{
    width: 90%;
  }


  .how .left,
  .how .right{
    width: 90%;
  }


  .how .right img{
    margin: 15px auto 0;
    display: block;
  }


  .tarj strong{
    margin-bottom: 15px;
    text-align: center;
  }


  .columns .item strong{
    font-size: 32px;
  }

  .columns .item p{
    font-size: 20px;
  }



  .rewards .float{
    width: 80%;
    margin: -60px auto 0;
  }

  .rewards .right{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rewards strong.alt{
    text-align: center;
  }

  
  .faq .left,
  .faq .right{
    width: 95%;
  }

  .faq .left{
    margin-bottom: 35px;
    text-align: center;
  }

  .faq .desktop{
    display: none;
  }

  .faq .mobile{
    width: 100%;
    display: block;
    text-align: center;
  }

  .faq .right{
    padding: 0;
  }

  .faq p{
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
  }


  .cta-form .left,
  .cta-form .right{
    width: 95%;
    text-align: center;
  }

  .cta-form .left{
    margin-bottom: 30px;
  }


  .testimonials .item strong{
    font-size: 24px;
  }



  footer .columns .item{
    width: 95%!important;
    text-align: center;
  }

  footer .columns .item img{
    margin: 0 auto 25px;
    display: block;
  }


	
}


@media (max-width: 480px) {

  .hero img{
    max-width: 250px;
  }


  h2{
    font-size: 32px;
    line-height: 42px;
  }

  .functionalities .title h2{
    font-size: 24px;
    line-height: 42px;
  }


  .how h2{
    margin-top: 0;
  }

  .tarj strong{
    font-size: 24px;
  }


  .faq .left strong{
    margin-bottom: 20px;
  }


  .btn{
    padding: 15px 20px;
    font-size: 20px;
  }


}


@media (max-width: 375px) {

  header img{
    max-width: 200px;
  }

  .hero h1{
    font-size: 28px;
  }

  .hero p{
    line-height: 32px;
  }


  .columns .item strong{
    font-size: 24px;
    line-height: 32px;
  }

  .functionalities .title h2{
    line-height: 32px;
  }

  .functionalities .title h2 span{
    margin-bottom: 15px;
  }


  h2{
    font-size: 24px;
    line-height: 32px;
  }

  .title h2{
    line-height: 32px;
  }


}


@media (max-width: 320px){


  .hero h1{
    font-size: 24px;
    line-height: 32px;
  }

  .hero p{
    font-size: 20px;
    line-height: 28px;
  }

  .hero strong{
    font-size: 22px;
  }

  body *{
    text-align: center!important;
  }

  p{
    font-size: 16px;
    line-height: 24px;
  }


}



