* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* outline: red 2px solid;   */
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(/fonts/Montserrat-VariableFont_wght.woff2);
}

@font-face {
  font-family: 'Baskervville';
  font-display: swap;
  src: url(/fonts/Baskervville-VariableFont_wght.woff2);
}


#slide {
  display: none;
}

:root {
  --bk-color: #FFFFFF;
  --primary-blue: #4c739a;
  --secundary-blue: #43589F;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat';
}

p {
  font-size: clamp(3px, 4vw, 20px);
  cursor: default;
}

label {
  font-size: clamp(24px, 5vw, 28px);
}

h1 {
  font-size: clamp(32px, 5vw, 42px);
  cursor: default;

}

h2 {
  font-size: clamp(24px, 5vw, 28px);
  cursor: default;
}


h3 {
  font-size: clamp(22px, 5vw, 26px);
}

h4 {
  font-size: clamp(20px, 5vw, 24px);
}

/* auxiliares */

header .nav__inner .mobile {
  display: none;
}

header .nav__inner .desck {
  display: flex;
}

.container {
  padding-top: 5%;
  max-width: min(1200px, 90vw);
  margin: 0 auto;
  height: 100%;
}

.all--center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d--flex {
  display: flex;
}

.f--column {
  display: flex;
  flex-direction: column;
}

.b--bottom {
  border-bottom: 1px solid black;
}

.tittle {
  color: var(--secundary-blue);
  font-weight: bold;
  font-family: 'Baskervville';
}

.b--buttom {
  width: 500px;
  color: var(--bk-color);
  background-color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  border-radius: 50px;
  padding: 15px 50px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: bold;
  font-family: 'Montserrat';
  transition: 0.5s;
  cursor: pointer;
}

.b--buttom:hover {
  color: var(--primary-blue);
  background-color: var(--bk-color);
  transition: 0.5s;
}

.w--buttom {
  width: 500px;
  color: var(--primary-blue);
  background-color: var(--bk-color);
  border: 2px solid var(--bk-color);
  border-radius: 50px;
  padding: 15px 50px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: bold;
  font-family: 'Montserrat';
  transition: 0.5s;
  cursor: pointer;
}

.w--buttom:hover {
  color: var(--bk-color);
  background-color: var(--primary-blue);
  transition: 0.5s;
}

.grow {
  font-size: clamp(24px, 5vw, 28px);
}

/* animações */

.fade-right {
  transform: translateX(-80px);
}

.fade-left {
  transform: translateX(80px);
}

.fade-up {
  transform: translateY(80px);
}

.fade-down-left {
  transform: translateX(-160px) scale(.6);
}

.fade-down-rigth {
  transform: translateX(160px) scale(.6);
}

.fade-up-rigth {
  transform: translateY(160px) scale(.6);
}

.flip {
  transform: rotatex(90deg);
}

.flip-left {
  transform: rotateY(90deg);
}

.ef {
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
}

.df {
  opacity: 1;
  transition: opacity .8s ease, transform .8s ease;
}

/* estado final quando aparece */
.show {
  opacity: 1;
  transform: translateX(0);
}

.nav .nav__inner img {
  width: 200px;
}


/* botao flutuante */


.botao-flutuante {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 2rem;
  right: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #DFEFFF;
  z-index: 999;
  box-shadow: 0 0 15px var(--secundary-blue);
  transition: 0.3s;
}

.botao-flutuante img {
  width: 80%;
  padding: 10px;
}

.botao-flutuante:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px var(--secundary-blue), 0 0 50px var(--secundary-blue);
}


/* hero */

header span {
  cursor: pointer;
}

#hero {
  height: 90vh;
  margin-bottom: 5%;
}

#hero .box__text {
  padding-right: 5%;
  gap: 30px;
  width: 60%;
}

#hero .box img {
  display: none;
}

#hero h4 {
  display: none;
}


#spin {
  height: 56px
}

.fake-bullet::before {
  content: '•';
  display: inline-block;
  width: 1em;
  margin-right: .5em;
  color: currentColor
}

.text-slider {
  overflow: hidden;
  border: 1px solid var(--ligth-green);
  background: rgba(0, 0, 0, .1);
  padding: 1rem 0
}

.text-slider__inner {
  display: flex;
  width: max-content;
  animation: 40s linear infinite scroll
}

.text-slider__inner span {
  flex: none;
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.25rem;
  white-space: nowrap;
  color: #333
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

/* who */

#who .container {
  gap: 30px;
}

#who .box {
  margin-top: 30px;
}

#who h1 {
  margin-bottom: 30px;
}

#who .box__text li {
  gap: 30px;
  margin-top: 30px;
}

#who .box__generic {
  background-color: var(--primary-blue);
  color: var(--bk-color);
  padding: 15px;
  margin-top: 30px;
}

/* contadores */

#contadores {
  background-color: var(--primary-blue);
  padding-bottom: 5%;
  margin: 5% 0;
}

#contadores .tittle {
  color: var(--bk-color);
}

#contadores .container {
  gap: 50px;
}

#experiencia {
  font-size: clamp(60px, 5vw, 70px);
}

/* service */

#service {
  text-align: center;
}

#service h3 {
  color: var(--primary-blue);
  font-weight: bold;
}

#service .box__text img {
  width: 100px;
}

#service .box__text {
  gap: 30px;
  width: 75%;
}

#service .box__content {
  margin: 40px 0;
  gap: 50px;
}

/* avaliation */
#young .container,
#avaliation .container {
  gap: 30px;
}

#young h1,
#avaliation h1 {
  margin-bottom: 30px;
}

#young p {
  margin-top: 10px;
}


#negocios {
  font-size: clamp(60px, 5vw, 70px);
}

.acordeao-title {
  font-weight: 600;
}

.acordeao-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: var(--bk-color);
  padding: 40px;

}

.acordeao-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6px;
}

.acordeao-header {
  width: 100%;
  background: none;
  border: none;
  padding: 14px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  color: var(--primary-blue);
  text-align: left;
  transition: .4s;
}

.acordeao-title img {
  width: 40px;
  height: 40px;
}

.acordeao-title span {
  font-size: clamp(16px, 4vw, 20px);
  padding: 0 10px;
}

.acordeao-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
  text-align: left;
  margin-left: 34px;
}

.acordeao-content p {
  padding: 20px 0;
  font-size: 16px;
}

.arrow {
  border: solid var(--primary-blue);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: 6px;
}

.acordeao-item.active .arrow {
  transform: rotate(-135deg);
}


/* find */

#find .box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
}

#find .card {
  border: var(--secundary-blue) 2px solid;
  border-radius: 20px;
  padding: 20px;
}

#find .card img {
  width: 120px;
  position: relative;
  z-index: 999;
  right: 13%;
}

#card5 {
  margin-top: 60px;
  width: 50%;
}

#find .box__text {
  padding: 20px;
  border: var(--secundary-blue) solid 2px;
  border-radius: 20px;
  text-align: center;
  color: var(--primary-blue);
  font-weight: 500;
}

#find .box__text h2 {
  padding-bottom: 30px;
}

#find .box__content {
  gap: 50px;
}

#find .box__image {
  margin: 50px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* you */

#you {
  background-color: var(--primary-blue);
  color: var(--bk-color);
  margin-top: 5%;
  padding-bottom: 5%;
}

#you .container {
  gap: 50px;
}

#you .box__text {
  gap: 20px;
}

#you .box__text img {
  display: none;
}

/* more */

#more {
  color: var(--primary-blue);
  padding-bottom: 5%;
}

#more .box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 70px;
  margin-top: 5%;
}

#more .card h3 {
  margin: 20px 0;
}

/* prints */

#prints {
  background-color: var(--primary-blue);
  padding-bottom: 5%;
}

#prints h1 {
  text-align: center;
  color: var(--bk-color);
  margin-bottom: 40px;
}

#prints .box__image {
  gap: 30px;
}

#prints img {
  border-radius: 25px;
}

/* steps */

#steps .box__text {
  width: 50%;
  text-align: center;
  margin-bottom: 5%;
  color: var(--primary-blue);

}

#steps .box__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}

#steps .card {
  border-radius: 30px;
  background-color: var(--primary-blue);
  padding: 30px;
}

#steps .card img {
  position: relative;
  bottom: 20%;
}

#steps .card .box__text {
  position: relative;
  bottom: 10%;
  width: 100%;
  text-align: left;
  margin: 0;
  color: var(--bk-color);
}

#steps h3 {
  margin-bottom: 20px;
  font-family: 'Baskervville';
}

#steps img {
  width: 100px;
}

#view {
  display: none;
}

/* planer */

#planer {
  margin-top: 5%;
  padding-bottom: 5%;
  background-color: var(--primary-blue);
  color: var(--bk-color);
}

#planer .tittle {
  color: var(--bk-color);
}

#planer .box__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding-right: 40px;
}

#planer .box__text img {
  display: none;
}

#planer .w--buttom {
  width: 300px;
}

#planer .card img {
  width: 70px;
}

#planer .card {
  text-align: center;
  width: 100%;
  gap: 20px;
}

#planer .box {
  gap: 30px;
  margin-top: 50px;
}

#crenca .box__content,
#agenda .box__content,
#proposito .box__content {
  align-items: center;
}

#crenca .box__content .box__text p,
#agenda .box__content .box__text p,
#proposito .box__content .box__text p {
  padding: 30px 0;
}

#agenda .box__content .box__text {
  padding-right: 40px;
}

/* faq */

#faq p {
  margin-top: 20px;
}

#faq .box__text {
  text-align: center;
  width: 70%;
  margin-bottom: 50px;
}

.accordions {
  width: 100%;
  margin: 0 auto;
}

.accordion-item input {
  display: none;
}

.accordion-item label {
  display: flex;
  cursor: pointer;
  padding: 5px 3px;
}

.accordion-item label:hover {
  color: var(--secundary-blue);
  transition: .2s;
}

.accordion-content {
  height: 0px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

[id^=accordion]:checked~.accordion-content {
  height: 120px;
}

.caixa {
  display: inline-block;
  border-bottom: 1px solid #999;
  position: relative;
  transition: border-color 0.3s ease;
  width: 100%;
  padding: 20px;
  font-weight: 500;
}


.caixa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--primary-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}


.caixa:hover {
  border-bottom-color: transparent;
}

.caixa:hover::after {
  transform: scaleX(1);
}

footer {
  color: var(--primary-blue);
  padding-bottom: 5%;
}

footer .container {
  gap: 10px;
}

footer p {
  font-size: clamp(10px, 4vw, 18px);
}

footer img {
  cursor: pointer;
}

footer .box__content {
  gap: 8px;
}

.nav {
  background: var(--bg);
  color: var(--primary-blue);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  transition: box-shadow .25s ease, background-color .25s ease;
  margin-top: 2%;
}

.nav .b--buttom {
  width: 300px;
}

.nav.nav--scrolled {
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .35);
  backdrop-filter: saturate(120%) blur(6px);
}

.nav__inner img {
  width: 85%;
}

.nav__inner {
  max-width: min(1200px, 85vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1rem;
}

.nav__brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  color: var(--fg);
  font-weight: 700;
  letter-spacing: .2px;
}

.nav__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain
}

.nav__toggle {
  background: none;
  border: 0;
  color: var(--fg);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  padding: .2rem .4rem;
}


.nav__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--bk-color);
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nav__menu span {
  display: block;
  padding: .9rem 1rem;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, .06);
  transition: .3s;
}

.nav__menu span:hover {
  font-weight: bold;
  transition: .3s;
  color: var(--secundary-blue);
  background: rgba(255, 255, 255, .04);
}

/* Aberto */
.nav__menu.open {
  max-height: 250px;
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .4);
}

#book {
  display: none;
}

#book img {
  width: 200px;
  height: 250px;
}

#slide2 p {
  margin: 15px 0;
  text-align: center;
}

#slide2 .box__text {
  text-align: center;
}

#slide2 .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 768px) {

  .nav__toggle {
    display: none;
  }

  .nav__menu {
    position: static;
    max-height: none;
    display: flex;
    gap: .6rem;
    border: 0;
    background: transparent;
  }

  .nav__menu span {
    border: 0;
    padding: .5rem .8rem;
    border-radius: .5rem;
  }

  .nav__menu a:hover {
    background: rgba(255, 255, 255, .08);
  }

  .nav__inner {
    max-width: 90%;
  }
}

@media (max-width:1240px) {

  header .nav__inner .mobile {
    display: flex;
  }

  header .nav__inner .desck {
    display: none;
  }

  .b--buttom,
  .w--buttom {
    width: 100%;
  }

  .botao-flutuante {
    width: 70px;
    height: 70px;
  }

  .acordeao-container {
    grid-template-columns: 1fr;
  }

  .acordeao-content {
    margin-left: 30px;
  }

  .acordeao-header {
    justify-content: space-between;
  }

  #book {
    display: block;
  }

  h1 {
    text-align: center;
  }

  header .b--buttom {
    display: none;
  }

  #menu-btn {
    display: block;
  }


  #hero {
    height: auto;
  }

  #hero .container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #hero .box__image img {
    width: 100%;
    margin-top: 50px;
  }

  #hero .box__text {
    width: 100%;
    padding: 0;
  }

  #hero .box img {
    display: flex;
    width: 80%;
    margin-top: 20px;
  }

  #hero .box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #hero .box__image {
    display: none;
  }

  #who .box__image {
    display: none;
  }

  #who .box__text {
    text-align: center;
  }

  #who li {
    text-align: left;
  }

  #contadores .container {
    display: flex;
    flex-direction: column;
  }

  #service .box__content {
    flex-direction: column;
  }

  #avaliation .container {
    flex-direction: column;
    text-align: center;
  }

  #young .box__image img,
  #avaliation .box__image img {
    width: 100%;
  }

  #young .container {
    flex-direction: column-reverse;
    text-align: center;
  }

  #find .box__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #find .box__content {
    display: none;
  }


  #find .card {
    width: 90%;
  }

  #find .card img {
    right: 17%;
  }

  #slide {
    display: flex;
  }

  #slide .box__text {
    height: 450px;
  }

  #card5 {
    width: 100%;
  }

  #you .container {
    flex-direction: column;
    text-align: center;
  }

  #you .box__text img {
    display: block;
    width: 100%;
  }

  #you .box__image img {
    display: none;
  }

  #more h2 {
    text-align: center;
  }

  #more .box__grid {
    display: flex;
    flex-direction: column;
  }

  #more .box__grid .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #more img {
    width: 80px;
  }


  #prints .box__image {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
  }

  #prints img {
    width: 100%;
  }

  /* steps */

  #steps .box__text {
    width: 100%;
  }

  #steps h3,
  #steps p {
    text-align: center;
  }

  #steps img {
    padding-bottom: 15px;
  }

  #steps .card img {
    bottom: 5%;
  }

  #steps .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #steps .box__grid {
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }

  #vwMore {
    position: relative;
    overflow: hidden;
  }

  #vwMore.fade-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
  }

  #view {
    display: block;
    margin-top: 20px;
  }

  #planer .box__content {
    display: flex;
    flex-direction: column;
  }

  #planer .box__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* sdajksj */

  #crenca,
  #agenda,
  #proposito {
    display: none;
  }

  #planer img,
  #agenda img,
  #proposito img,
  #crenca img {
    width: 100%;
  }

  #proposito .box__content,
  #crenca .box__content,
  #planer .box__generic {
    flex-direction: column;
    text-align: center;
  }

  #planer .box__text {
    text-align: center;
    padding: 0;
  }

  #planer h2 {
    text-align: center;
    padding: 0;
  }

  #planer .card {
    width: 80%;
    margin-bottom: 20px;
  }

  #planer .box__text img {
    display: block;
  }

  #planer .box__image {
    display: none;
  }

  #agenda .box__content {
    flex-direction: column-reverse;
    margin: 50px 0;
    text-align: center;
  }

  #agenda .box__content .box__text {
    padding: 0;
  }

  #faq .box__text {
    width: 100%;
    margin-top: 10%;
  }

  footer {
    text-align: center;
  }

}