@font-face {
  font-family: 'AmsterdamOne';
  src: url('fonts/AmsterdamThreeSlant-axaym.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #6b4b3a;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.page {
  width: 100%;
  min-height: 100vh;
  background: #6b4b3a;
}

.section-full {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 80px 6%;
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  inset: 0;
 /* background: linear-gradient(
    to right,
    rgba(95, 81, 69, 0.92),
    rgba(95, 81, 69, 0.35)
  );*/
}
.psicanalise-hero {
  background-size: cover;
  background-position: 82% center;
}

@media (max-width: 600px) {
  .psicanalise-hero {
    background-position: center top;
  }
}

.content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.signature {
  font-family: 'AmsterdamOne', cursive;
  font-size: 78px;
  line-height: 0.8;
  margin-bottom: 53px;
}

.subtitle {
  display: block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 35px;
  text-align: center;
  text-transform: uppercase;
}

.nr1-hero {
  background-size: cover;
  background-position: 90% center;
}

@media (max-width: 600px) {

  .nr1-hero {
    background-position: center top;
  }

}

.content p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.cta {
  display: inline-block;
  margin-top: 24px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #fff;
  color: #6b4b3a;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}
.ctasobremim {
  display: inline-block;
    /* margin-top: 24px; */
    padding: 28px 28px;
    border-radius: 999px;
    background: #fff;
    color: #6b4b3a;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    height: 85px;
    margin-left: 29%;
    transition:
      background 0.3s ease,
      transform 0.3s ease,
      box-shadow 0.3s ease;
}
.ctasobremim:hover {
    background: #d8c6c6;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.ctanr1 {
  display: inline-block;
    margin-top: 4%;
    padding: 28px 28px;
    border-radius: 999px;
    background: #fff;
    color: #6b4b3a;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    height: 85px;
    /*margin-left: 29%;*/
    transition:
      background 0.3s ease,
      transform 0.3s ease,
      box-shadow 0.3s ease;
}
.ctanr1:hover {
    background: #d8c6c6;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.banner-section {
  width: 100%;
  padding: 70px 6%;
  background: #6b4b3a;
}

.banner-card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px;
  border-radius: 22px;
  overflow: hidden;
}

.banner-card img {
  width: 100%;
  display: block;
}

.text-section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 6%;
}

.quote-section {
  width: 100%;
  padding: 90px 28px;
  background: #6b4b3a;
  text-align: center;
  position: relative;
}

.quote-mark {
  font-size: 180px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.35);
    font-family: Georgia, serif;
    position: absolute;
    top: 20px;
    left: 32%;
    transform: translateX(-280px);
}

.quote-text {
  max-width: 980px;
  margin: 0 auto;

  font-family: 'Playfair Display', serif;
  font-style: italic;

  font-size: 38px;
  line-height: 1.28;

  color: #fff;
}

.quote-author {
  display: block;
  margin-top: 55px;

  font-family: 'Playfair Display', serif;
  font-style: italic;

  font-size: 34px;
  font-weight: 600;
  text-align: right;
}

.text-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 76px);
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
}

.text-section p,
.text-section li {
  font-size: 23px;
  line-height: 1.5;
}

.text-section ul {
  text-align: left;
  display: inline-block;
  margin-top: 25px;
}

.treinamentos-hero {
  background-size: cover;
  background-position: 82% center;
}

.training-section {
  width: 100%;
  padding: 90px 6%;
}

.training-container {
  max-width: 1100px;
  margin: 0 auto;
}

.training-dark {
  background: #aaa399;
  color: #fff;
}

.training-light {
  background: #f8f7f4;
  color: #8a8177;
}

.training-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}

.training-section h2 em {
  font-style: italic;
  font-weight: 600;
}

.training-section p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 760px;
  margin-bottom: 30px;
}

.training-container.center {
  text-align: center;
}

.training-container.center p {
  margin-left: auto;
  margin-right: auto;
}

.training-section ul {
  list-style: none;
  margin-top: 28px;
}

.training-section li {
  font-size: 20px;
  line-height: 1.45;
}

.training-section li::before {
  content: "✓ ";
  font-weight: 800;
}

.training-list {
  max-width: 760px;
  margin: 42px auto 34px;
}

.training-list div {
  border-top: 1px solid rgba(138,129,119,.45);
  padding: 22px 10px;
  font-size: 22px;
  text-align: left;
  position: relative;
}

.training-list div:last-child {
  border-bottom: 1px solid rgba(138,129,119,.45);
}

.training-list div::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  background: #aaa399;
  color: #fff;
  font-weight: 800;
}

.cta-training {
  background: #aaa399;
  color: #fff;
}

.training-highlight {
  background: #f8f7f4;
  padding: 90px 6%;
  text-align: center;
}

.training-highlight p {
  max-width: 720px;
  margin: 0 auto;
  background: #8a8177;
  color: #fff;
  border-radius: 10px;
  padding: 34px 40px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.contact-section {
  background: #8a8177;
  padding: 70px 6%;
}

@media (max-width: 600px) {
  .treinamentos-hero {
    background-position: center top;
  }

  .training-section {
    padding: 60px 28px;
  }

  .training-section p,
  .training-section li {
    font-size: 15px;
  }

  .training-list div {
    font-size: 16px;
  }

  .training-highlight {
    padding: 60px 28px;
  }

  .training-highlight p {
    font-size: 17px;
    padding: 26px 22px;
  }

  .contact-section {
    padding: 50px 28px;
  }
}

.contact-box {
  max-width: 760px;
  margin: 50px auto;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 14px;
  overflow: hidden;
}

.contact-box a {
  display: block;
  padding: 18px 24px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
  font-size: 18px;
}

.contact-box a:last-child {
  border-bottom: 0;
}

.footer-global {
  text-align: center;
  padding: 28px 16px 38px;
  font-size: 11px;
  text-transform: uppercase;
  opacity: .75;
}

/* MOBILE */
@media (max-width: 600px) {
  .section-full {
    min-height: 760px;
    padding: 50px 28px;
    align-items: flex-end;
  }

  .overlay {
    background: linear-gradient(
      to bottom,
      rgba(95, 81, 69, 0.15),
      rgba(95, 81, 69, 0.96)
    );
  }

  .signature {
    font-size: 58px;
    margin-bottom: 24px;
  }

  .subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .content p {
    font-size: 15px;
  }

  .banner-section {
    padding: 40px 20px;
  }

  .banner-card {
    border-radius: 16px;
    margin-bottom: 28px;
  }

  .text-section {
    padding: 55px 28px;
  }

  .text-section p,
  .text-section li {
    font-size: 15px;
  }

  .contact-box a {
    font-size: 14px;
  }
}