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

.btn {
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 1.2rem;
    background-color: #906E3E;
    border-color: #906E3E;
    color: #fff;
}

body {
  margin: 0;  
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #181818;
  background-color: #fff;  
}

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

a {
  text-decoration: none;
  color: inherit;  
}

a:hover {
    color: #004AAD;
}

h1, h2, h3, h4 {
  font-family: "Cormorant Infant", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #181818;  
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
    color: #004AAD;
    font-weight: 700;
}

h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

h2.arch {
  color: #004AAD;
}

h2.arch span {
  display: block;
  font-size: 1.6rem;
  color: #181818;
}

h3 {
    font-size: 1.2rem;
    font-weight: normal;
}

p {
  font-size: 1.2rem;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

strong {
    font-weight: bold;
}

strong.blue {
  color: #004AAD;
}

#hero {
  padding-top: 0;
    background-image: url(/static/img/bg-top.png);
    background-size: cover;
    background-position: bottom center;
}

#hero .logo-w {
    padding-top: 70px;
    padding-bottom: 70px;
}

#hero .logo {
    display: inline-block;
    width: 250px;
    height: auto;
}

#hero p {
    font-size: 1.3rem;
}

#hero p small {
    font-size: .9rem;    
}

#hero p.sm {
    margin-top: 10px;
    line-height: 0.9rem;
}

#hero .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    align-items: center;
}

#hero h1 {
    margin-top: -10px;
}

.video-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    border-radius: 10px;
}

video {
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    /* aspect-ratio: 16/9; */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: white;
    border: 5px solid white;
    border-radius: 50%;        
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 6rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    width: 120px;
    aspect-ratio: 1/1;
}

.play-btn svg {
  width: 50px;
  height: auto;
}

.play-btn:hover {
    font-size: 6.5rem;
    text-shadow: 1px 3px 15px rgba(0, 0, 0, 0.7);
}

.hidden {
    display: none;
}

.cta-benefits-section {
  background: linear-gradient(to top, #fff 80%, #fff0 100%);
  padding: 64px 0 32px 0;
  text-align: center;
  position: relative;
}
.cta-benefits-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
  padding: 48px 24px 32px 24px;
  position: relative;
}
.cta-benefits-title {
  font-family: 'Montserrat', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
}
.cta-benefits-title .blue {
  color: #004aad;
  display: block;
}
.cta-benefits-subtitle {
  font-family: 'Cormorant Infant', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
.cta-benefits-subtitle .dark {
  color: #181818;
}
.cta-benefits-btn {
  display: inline-block;
  background: #906e3e;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 14px;
  padding: 18px 48px;
  margin-bottom: 32px;
  text-decoration: none;
  transition: background 0.2s;
}
.cta-benefits-btn:hover {
  background: #7a5c2e;
}
.cta-benefits-pricing {
  background-color: #F5F2EE;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 32px;
  padding: 25px;
  width: 100%;
  max-width: 500px;
}
.cta-benefits-pricing img {
  max-width: 300px;
}
.cta-benefits-price-main {
  display: block;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
.cta-benefits-price-main .blue {
  color: #004aad;
  font-size: 2.5rem;
  font-weight: 700;
}
.cta-benefits-price-alt {
  display: block;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
}
.cta-benefits-price-alt .blue {
  color: #004aad;
  font-weight: 700;
}
.cta-benefits-features {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.cta-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 180px;
  text-transform: uppercase;
}
.cta-benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.cta-benefit-text {
  text-align: center;
}
.cta-benefit-title {
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 1.1rem;
  color: #181818;
}
.cta-benefit-highlight {
  display: block;
  font-family: 'Cormorant Infant', serif;
  font-size: 1.3rem;
  font-weight: 700;
}


.faq-list {
  max-width: 900px;
  margin: 0 auto 48px auto;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.faq-question {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  background: #004aad;
  color: #fff;
  padding: 22px 32px;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-question:hover {
  background: #003377;
}
.faq-answer {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #181818;
  background: #fff;
  padding: 20px 32px 24px 32px;
  border-top: 1px solid #e0e0e0;
}
.bonus-area {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.04);
  max-width: 900px;
  margin: 0 auto 48px auto;
  padding: 40px 24px 32px 24px;
  position: relative;
}

#teste {
  background: linear-gradient(to top, #ffffff 0%, #e5e4de 40%, #ffffff 100%);
}

.footer-info {  
  background: #fff;
  margin: 0 auto 0 auto;
  padding: 24px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #181818;
  border-top: 1px solid #906E3E;
}
.footer-info .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  text-align: center;
}
.footer-logo img {
  width: 190px;
  height: auto;
  display: block;
}
.footer-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}


#cta-1 {
  background-color: #EAE2D9;
}

#cta-1 h2 {
  font-size: 2.5rem;
}

#items h3 {
  font-size: 2rem;
  font-weight: bold;
}

#items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-items: center;
  gap: 15px;
}

#items ul li {
  max-width: 800px;
  width: 100%;
  display: block;
  background-color: #F5F2EE;
  padding: 20px;
  margin: 0;
  border-radius: 10px;
  font-size: 1.2rem;
}

#cta-2, #cta-3 {
  background-color: #906E3E;
}

#cta-2 h2, #cta-3 h2 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  #cta-2 h2 br, #cta-3 h2 br {
    display: none;
  }
}

#data img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#data .wrapper {
  max-width: 900px;
  width: 100%;
}

#logica {
  background: linear-gradient(to bottom, #ffffff 0%, #ede9e3 20%);
}

#logica ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-items: center;
  gap: 15px;
}

#logica ul li {
  max-width: 800px;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  margin: 0;
  border-radius: 10px;
  font-size: 1.2rem;
}

#logica ul li .number {
  font-family: 'Cormorant Infant', serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #F5F2EE;
  font-size: 5rem;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.faq-item {
	 padding: 0;
}
 .faq-item .question {
	 cursor: pointer;
	 padding: 15px 50px 15px 15px;
	 font-size: 1rem;
	 color: #fff;
	 position: relative;
	 font-weight: 400;
	 border-radius: 10px;
	 background-color: #004aad;
	 border: 1px solid #004aad;
	 display: flex;
	 align-items: center;
   text-transform: uppercase;
}
 .faq-item .question::after {
	 content: '+';
	 font-size: 1.5rem;
	 position: absolute;
	 top: 0;
	 height: 100%;
	 display: flex;
	 align-items: center;
	 right: 20px;
}
 .faq-item .question.open {
	 background-color: #906e3e;
	 color: #fff;
	 border-color: #906e3e;
}
 .faq-item .question.open::after {
	 content: '-';
}
 .faq-item .question p {
	 margin: 0;
}
 .faq-item .answer {
	 background-color: transparent;
	 height: 0;
	 overflow: hidden;
	 transition: height 0.5s;
	 text-align: left;
	 font-size: 1rem;
	 padding: 0;
	 border-radius: 0 0 10px 10px;
}
 .faq-item .answer * {
	 color: #181818 !important;
}
 .faq-item .answer.visible {
	 height: auto;
	 background-color: #F5F2EE;
	 padding: 25px;
}
 .faq-item .answer ul {
	 padding-left: 1rem;
}
 .faq-item .answer li {
	 margin-top: 5px;
	 margin-bottom: 5px;
}

.bonus-title {
  font-size: 1.5rem;
}

.bonus-title .blue {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  color: #004AAD;
}
 
.author-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  object-position: top right;
}

@media screen and (max-width: 991px) {
  .author-img {
    position: relative;
    width: 100%;
  }

  .bonus-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .bonus-title .blue {
    font-size: 2rem;
  }

  #bonus {
    text-align: center;
  }

  #hero {
    text-align: center;
  }
  #hero .wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 25px;
  }

  h1 {
    font-size: 2rem;
  }

  #hero p {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 2rem !important; 
    margin-bottom: 30px;
  }

  #logica ul li {
    flex-flow: column;
    text-align: center;
    font-size: 1rem;
  }

  #logica .w-50 {
    width: 100% !important;
  }

  #cta-benefits {
    padding-top: 15px;
  }

  .cta-benefits-title {    
    font-size: 1.5rem;
  }

  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}