
html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

* {
    font-family: 'Poppins', sans-serif;
}

html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.lp-logo-befective{
  width: 200px;
  height: 100px;
}

.lp-section-banner{
  display: flex;
  background-image: url("assets/images/lp-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0px;
  text-align: center;
  /* height: 85vh; */
}

.lp-title-banner{
  max-width: 500px;
  font-weight: 700;
  font-size: 2.4rem;
  color: #FFFFFF;
}

.lp-text-color-yellow{
  color: #FADC67;
}

.lp-img-banner-demo{
  margin-top: 36px;
  width: 110%;
  max-height: max-content;
}

.lp-span-focus-yellow{
  background-color: #FADC67;
  padding-left: 2px;
  padding-right: 2px;
}

#lp-form-demo{
  margin-top: 16px;
  background-color: #FADC67;
  border-radius: 27px;
  padding: 32px;
  max-width: 500px;
}

#lp-form-demo .header{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0px;
  color: #024751;
}

#lp-form-demo .header h4{
  font-size: 16px;
  margin-bottom: 16px;
}

#lp-form-demo .header p{
  text-align: center;
  font-size: 14px; 
  line-height: 28px; 
  margin-bottom: 16px;
}

#lp-form-demo main{
  display: flex; 
  flex-flow: column;
  gap: 16px;
}

#lp-form-demo main input{
  font-size: 14px;
  color: #1E6B7F;
  height: 54px;
  border-radius: 24px;
  border: none;
  padding: 0px 16px;
  outline: none;
}

#lp-form-demo footer{
  margin-top: 30px;
}

#lp-form-demo footer button{
  margin-bottom: 8px;
}

#lp-form-demo footer button:disabled{
  background-color: #ccc;
  cursor: progress;
}

.button-green{
  font-size: 16px;
  color: #FFFFFF;
  background-color: #22BEAD;
  border: none;
  height: 56px;
  border-radius: 24px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.button-yellow{
  font-size: 16px;
  color: #1E6B7F;
  background-color: #FADC67;
  border: none;
  height: 56px;
  border-radius: 24px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.button-link{
  display: flex;
  align-items: center;
  text-decoration: none;
}

.w-100{
  width: 100%;
}

.fw-700{
  font-weight: 700;
}

.w-fit-content{
  width: fit-content;
}

.lp-section{
  display: flex;
  padding: 40px 0px;
}

.bg-white{
  background-color: #FFFFFF;
}

.bg-blue{
  background-color: #024751;
}

.lp-top-title-green{
  font-size: 18px;
  color: #22BEAD;
}

.lp-title{
  font-size: 2rem;
  color: #24677E;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 34px;
}

.lp-subtitle{
  font-size: 28px;
  font-weight: 400;
}

.lp-text-center{
  text-align: center;
}

.lp-text-color-white{
  color: #FFFFFF;
}

.lp-text-color-blue{
  color: #1E6B7F;
}

.lp-section-form-box-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  /* align-items: center; */
}

.lp-section-form-box-left p{
  font-size: 14px;
  line-height: 30px;
}

.lp-section-form-box-left ul{
  list-style: none;
}

.lp-section-form-box-left li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #1E6B7F;
}

.lp-section-form-box-left li img{
  width: 22px;
  height: 22px;
}

.lp-img-tela{ 
  margin-top: 32px;
  width: 100%;
  max-height: max-content;
}


/* ===== START SECTION TESTIMONIALS ===== */

.lp-card-testimonial{
  margin-top: 32px;
  border: 1px solid #F2F4EA;
  border-radius: 16px;
  padding: 32px;
}

.lp-card-testimonial .lp-quote{
  width: 32px;
  height: 26px;
}

.lp-card-testimonial .lp-text-info{
  margin-top: 16px;
  font-size: 16px;
  color: #1E6B7F;
  line-height: 28px;
}

.lp-card-testimonial .lp-card-footer-testimonial{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.lp-card-testimonial .lp-card-footer-testimonial img{
  width: 60px;
  height: 60px;
}


.lp-card-testimonial .lp-card-footer-testimonial .lp-card-footer-testimonial-content h6{
    font-size: 18px;
    color: #1E6B7F;
    margin-bottom: 6px;
}

.lp-card-testimonial .lp-card-footer-testimonial .lp-card-footer-testimonial-content span{
  font-size: 11px;
  color: #1E6B7F;
}

/* ===== END SECTION TESTIMONIALS ===== */

/* ===== START SECTION BANNER 2 ===== */
.lp-section-banner2{
  padding: 40px 0px;
  background-color: #024751;
  background-image: url("assets/images/lp-banner2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lp-section-banner2 .lp-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4em;
}

.lp-section-banner2 .lp-container h4{
  text-align: center;
  font-size: 2.6em;
  color: #FADC67;
  font-weight: 700;
}

.lp-section-banner2 .lp-container h2{
  max-width: 750px;
  text-align: center;
  font-size: 3em;
  color: #FFFFFF;
  font-weight: 700;
}

.lp-section-banner2 .lp-container h6{
  text-align: center;
  font-size: 1.6em;
  color: #22BEAD;
  font-weight: 700;
}

/* ===== END SECTION BANNER 2 ===== */

/* ===== START SECTION EBOOK ===== */
.lp-section-ebook{
  display: flex;
  flex-direction: column;
}

.lp-section-ebook .lp-section-form-box-left{
  display: flex;
  padding: 40px;
}

.lp-section-ebook .ebook-box-img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.lp-section-ebook .ebook-box-img img{
  width: 100%;
  max-width: 580px;
  max-height: max-content;
}

/* ===== END SECTION EBOOK ===== */

.lp-footer{
  background-color: #024751;
  color: #D2FEE1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.bg-gray{
  background-color: #F6F8ED;
}

.bg-yellow{
  background-color: #FADC67;
}


/* ==== GRID SYSTEM ==== */

.lp-container {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.content-center{
  display: flex;
  justify-content: center;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 40em) {  /* 540px */
  .lp-container {
    width: 80%;
  }

  .lp-section-banner{
    text-align: left;
  }

  .lp-title-banner{
    font-size: 5rem;
    margin-top: 40px;
    max-width: 500px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 72px;
  }

  .lp-img-banner-demo{
    margin-top: -55px;
    width: 120%;
    max-height: max-content;
  }

  .lp-title{
    font-size: 4rem;
    line-height: 58px;
    letter-spacing: 0;
    font-weight: 700;
  }

  .lp-section{
    padding: 90px 0px;
  }

  .lp-section-form-box-left{
    align-items: start;
  }

  .lp-section-form-box-left p{
    font-size: 18px;
    line-height: 36px;
  }

  .lp-section-form-box-left li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #1E6B7F;
    line-height: 36px;
  }

  #lp-form-demo .header h4{
    font-size: 24px;
    margin-bottom: 16px;
  }
  
  #lp-form-demo .header p{
    text-align: center;
    font-size: 16px; 
    line-height: 28px; 
    margin-bottom: 16px;
    padding: 0px 60px;
  }

  .lp-section-ebook{
    display: flex;
    flex-direction: row;
  }
  
  .lp-section-ebook .lp-section-form-box-left{
    width: 50%;  
    padding: 80px;
  }
  
  .lp-section-ebook .ebook-box-img{
    width: 50%;
    padding: 80px;
  }

  .lp-section-banner2{
    padding: 90px 0px;
  }
  .lp-section-banner2 .lp-container h4{
    font-size: 4em;
  }
  
  .lp-section-banner2 .lp-container h2{
    font-size: 5.2em;
  }
  
  .lp-section-banner2 .lp-container h6{
    font-size: 2em;
  }

  .lp-card-testimonial{
    margin-top: 64px;
  }
  
  
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
  
}

@media only screen and (min-width: 80em) { /* 1280 */
  .lp-container {
    width: 90%;
  }
}
