body {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.land-page {
  font-family: 'Bahns';
}

@font-face {
  font-family: 'Bahns';
  src: url('https://bucket-mais.s3.amazonaws.com/private/Surftrip/fonts/BAHNSCHRIFT.TTF') format('truetype');
}

.div-header {
  display: flex;
  justify-content: center;
  height: 36px;
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Surftrip/img/topnav2.png");
}

.header {
  width: 83%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header img {
  width: 120px;
}

.div-header button {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 26px;
  width: 100px;
  border-radius: 12px;
  background-color: #FF4805;
  color: white;
  font-weight: bold;
  font-family: 'Bahns';
  box-shadow: inset 2px 2px 4px #fff, inset -2px -2px 4px #000;
}

.div-header button:hover {
  box-shadow: inset -2px -2px 4px #fff, inset 2px 2px 4px #000;
  transition: 0.5s;
  opacity: 0.8;
}

.div-header-2 {
  display: flex;
  justify-content: space-between;
  max-height: 640px;
}

@media (max-width: 1300px) {
  .woman-surf {
    display: none;
  }
}

.div-header-2 img {
  height: 40rem;
}

@media (max-width: 1300px) {
  .div-header-2 img {
    width: 35%;
    height: auto;
  }
}

.header-2-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #F86F25;
}

@media (max-width: 1300px) {
  .header-2-content {
    flex-direction: column;
  }
}

.div-logo {
  width: 100%;
  height: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://bucket-mais.s3.amazonaws.com/private/Surftrip/img/background-lp.png");
  background-position: center;
}

@media (max-width: 1300px) {
  .land-page .div-header-2 .header-2-content .div-logo {
    height: 45%;
  }
}

@media (min-width: 1700px) {
  .land-page .div-header-2 .header-2-content .div-logo {
    height: 55%;
  }
}

.land-page .div-header-2 .header-2-content .div-logo #logo {
  position: absolute;
  filter: drop-shadow(2px 1px 4px #000);
  height: 245px;
  width: 250px;
}

@media (max-width: 720px) {
  .land-page .div-header-2 .header-2-content .div-logo #logo {
    height: 124px;
    width: 150px;
  }
}

@media (max-width: 400px) {
  .land-page .div-header-2 .header-2-content .div-logo #logo {
    height: 74px;
    width: 90px;
  }
}

.land-page .div-header-2 .header-2-content .div-logo #background {
  width: 100%;
  height: 100%;
}

.land-page .div-header-2 .header-2-content .div-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  height: 55%;
  width: 50%;
  background-color: #FA9F20;
}

@media (max-width: 1300px) {
  .land-page .div-header-2 .header-2-content .div-items {
    height: 55%;
    width: 100%;
  }
}

@media (min-width: 1700px) {
  .land-page .div-header-2 .header-2-content .div-items {
    height: 45%;
  }
}

.land-page .div-header-2 .header-2-content .div-items img {
  width: 35%;
  height: 35%;
}

.land-page .div-header-2 .header-2-content .div-create-shop {
  background: #FE5009;
  width: 50%;
  height: 55%;
  row-gap: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1300px) {
  .land-page .div-header-2 .header-2-content .div-create-shop {
    display: none;
  }
}

@media (min-width: 1700px) {
  .land-page .div-header-2 .header-2-content .div-create-shop {
    height: 45%;
  }
}

.land-page .div-header-2 .header-2-content .div-create-shop span {
  font-size: 20px;
  width: 50%;
  text-align: center;
  color: white;
}

.land-page .div-header-2 .header-2-content .div-create-shop .create-shop-button {
  all: unset;
  text-align: center;
  width: 40%;
  height: 50px;
  background: #F86F25;
  border-radius: 10px;
  color: white;
  font-weight: 700;
}

.land-page .div-header-2 .header-2-content .div-create-shop button:hover {
  transform: scale(1.02);
  background: white;
  transition: 0.5s;
  color: #FE5009;
  opacity: 0.8;
}

.land-page .div-create-shop-mobile {
  display: none;
}

@media (max-width: 1300px) {
  .land-page .div-create-shop-mobile {
    background: #FE5009;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .land-page .div-create-shop-mobile span {
    font-size: 16px;
    width: 60%;
    margin: 20px 0 20px 0;
    text-align: center;
    color: white;
  }

  .land-page .div-create-shop-mobile .create-shop-button-mobile {
    all: unset;
    text-align: center;
    width: 40%;
    height: 40px;
    font-size: 12px;
    background: #F86F25;
    border-radius: 10px;
    color: white;
    font-weight: 700;
  }

  .land-page .div-create-shop-mobile button:hover {
    transform: scale(1.02);
    background: white;
    transition: 0.5s;
    color: #FE5009;
    opacity: 0.8;
  }
}

.land-page main {
  display: flex;
  justify-content: center;
}

.land-page main .div-body {
  margin-top: 5em;
  width: 90vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 7rem;
}

@media (max-width: 1300px) {
  .land-page main .div-body {
    margin-top: 2rem;
    row-gap: 3rem;
  }
}

.land-page main .div-body .infos {
  display: flex;
  justify-content: center;
  column-gap: 8.5rem;
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos {
    flex-direction: column;
    align-items: center;
    row-gap: 3.5rem;
  }
}

.land-page main .div-body .infos p {
  font-size: 15px;
  font-weight: 300;
  color: #828282;
  margin: 0;
}

.land-page main .div-body .infos .my-surf-trip {
  width: 15%;
  color: #FE5009;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 60px;
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos .my-surf-trip {
    width: 50%;
    align-items: center;
    row-gap: 13px;
  }
}

.land-page main .div-body .infos .my-surf-trip .infos-my {
  display: flex;
  flex-direction: column;
}

.land-page main .div-body .infos .my-surf-trip .infos-my p {
  height: 52px;
  color: #FE5009;
  font-size: 35px;
  font-weight: 100;
  margin: 0;
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos .my-surf-trip .infos-my p {
    height: 45px;
    text-align: center;
  }
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos .my-surf-trip .underline {
    width: 95%;
  }
}

.land-page main .div-body .infos .underline {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 5px;
  width: 100%;
  background: #FE5009;
}

.land-page main .div-body .infos .exclusive-shop-person-modern {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 15%;
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos .exclusive-shop-person-modern {
    width: 50%;
    row-gap: 20px;
  }
}

.land-page main .div-body .infos .exclusive-shop-person-modern span {
  font-size: 22px;
  color: #FE5009;
  font-weight: 700;
}

.land-page main .div-body .infos .exclusive-shop-person-modern #shop-person-span {
  color: #FB7803;
}

.land-page main .div-body .infos .exclusive-shop-person-modern #shop-person-under {
  background: #FB7803;
}

.land-page main .div-body .infos .exclusive-shop-person-modern #modern-span {
  color: #FA9F20;
}

.land-page main .div-body .infos .exclusive-shop-person-modern #modern-under {
  background: #FA9F20;
}

@media (max-width: 1300px) {
  .land-page main .div-body .infos #shop-person {
    width: 62%;
    margin-left: 45px;
  }
}

.land-page main .div-body .img-benefits {
  width: 12%;
}

@media (max-width: 1300px) {
  .land-page main .div-body .img-benefits {
    width: 35%;
  }
}

.land-page main .div-body .benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}

@media (max-width: 1300px) {
  .land-page main .div-body .benefits {
    width: 83vw;
    flex-direction: column;
    row-gap: 2rem;
  }
}

.land-page main .div-body .benefits .big-square {
  background: #FE5009;
  height: 225px;
  width: 332px;
  row-gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1300px) {
  .land-page main .div-body .benefits .big-square {
    height: 200px;
    width: 275px;
  }
}

.land-page main .div-body .benefits .big-square p {
  margin-top: 17px;
  width: 65%;
  font-size: 17px;
  font-weight: 100;
  color: #FFFFFF;
}

@media (max-width: 1300px) {
  .land-page main .div-body .benefits .big-square p {
    width: 70%;
    font-size: 16px;
    margin: 5px 0 0 0;
  }
}

@media (max-width: 1300px) {
  .land-page main .div-body .benefits .big-square #p-suport {
    width: 76%;
  }
}

.land-page main .div-body .benefits .big-square .curation-extra-income-suport-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40%;
  background: #FA9F20;
}

.land-page main .div-body .benefits .big-square .curation-extra-income-suport-modern span {
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.land-page main .div-body .benefits .big-square #extra-income {
  background: #FB7803;
}

.land-page main .div-body .benefits .big-square #suport {
  display: flex;
  flex-direction: column;
  line-height: 26px;
  background: #F86F25;
}

.land-page main .div-body .like-easy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 1300px) {
  .land-page main .div-body .like-easy {
    row-gap: 25px;
  }
}

.land-page main .div-body .like-easy span {
  font-weight: 300;
  font-size: 18px;
  line-height: 19px;
  color: #828282;
}

@media (max-width: 1300px) {
  .land-page main .div-body .like-easy span {
    width: 70%;
    text-align: center;
  }
}

.land-page main .div-body .like-easy p {
  color: #FE5009;
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1300px) {
  .land-page main .div-body .like-easy p {
    font-size: 32px;
    width: 65%;
  }
}

.land-page main .div-body .step-by-step {
  display: flex;
  justify-content: center;
  column-gap: 9.5rem;
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .land-page main .div-body .step-by-step {
    width: 83vw;
    flex-direction: column;
    align-items: center;
    row-gap: 4rem;
  }
}

.land-page main .div-body .step-by-step p {
  font-size: 15px;
  font-weight: 300;
  color: #828282;
  margin: 0;
}

.land-page main .div-body .step-by-step .underline {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 5px;
  width: 100%;
  background: #FE5009;
}

@media (max-width: 600px) {
  .land-page main .div-body .step-by-step .underline {
    width: 100%;
  }
}

.land-page main .div-body .step-by-step .register-personalize-your-showcase-ok {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  width: 14%;
}

@media (max-width: 1300px) {
  .land-page main .div-body .step-by-step .register-personalize-your-showcase-ok {
    row-gap: 25px;
    width: 55%;
  }
}

.land-page main .div-body .step-by-step .register-personalize-your-showcase-ok h2 {
  font-size: 50px;
  color: #FB7803;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1300px) {
  .land-page main .div-body .step-by-step .register-personalize-your-showcase-ok h2 {
    font-size: 40px;
  }
}

.land-page main .div-body .step-by-step .register-personalize-your-showcase-ok span {
  font-size: 20px;
  color: #FB7803;
  font-weight: 700;
}

.land-page main .div-body .step-by-step .register-personalize-your-showcase-ok .underline {
  background: #FB7803;
}

.land-page main .div-body .step-by-step #personalize h2 {
  color: #FA9F20;
}

.land-page main .div-body .step-by-step #personalize span {
  color: #FA9F20;
}

.land-page main .div-body .step-by-step #personalize .underline {
  background: #FA9F20;
}

.land-page main .div-body .step-by-step #your-showcase h2 {
  color: #F86F25;
}

.land-page main .div-body .step-by-step #your-showcase span {
  color: #F86F25;
}

.land-page main .div-body .step-by-step #your-showcase .underline {
  background: #F86F25;
}

.land-page main .div-body .step-by-step #ok h2 {
  color: #FE5009;
}

.land-page main .div-body .step-by-step #ok span {
  color: #FE5009;
}

.land-page main .div-body .step-by-step #ok .underline {
  background: #FE5009;
}

.land-page .rest-infos {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

@media (max-width: 1300px) {
  .land-page .rest-infos {
    row-gap: 10px;
  }
}

.cnt-title-group {
  font-size: 52px;
  font-weight: 900;
  color: #FE5009;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .cnt-title-group {
    font-size: 2.1rem;
  }
}

.button-register-store {
  color: #fff !important;
  background-color: #FE5009;
  padding: 7px 22px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1260px) {
  .button-register-store {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1125px) {
  .button-register-store {
    font-size: 1.1625rem;
  }
}

@media screen and (max-width: 500px) {
  .button-register-store {
    width: 80%;
  }
}

.group-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px auto;
  max-width: 90%;
}

.group-5 .container-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1300px;
  width: 100%;
}

#ctn-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.faq-title {
  margin-bottom: 25px;
}

@media screen and (max-width: 950px) {
  .faq-title {
    margin-bottom: 10px;
  }
}

.accordion-item {
  width: 90%;
  margin-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .accordion-item {
    margin-bottom: 0;
  }
}

.accordion-header {
  font-weight: 600;
  font-size: 24px;
  color: #FE5009;
  padding: 10px 15px;
  border-radius: 900px;
  max-width: 1047px !important;
  margin: 0 auto;
  min-height: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}

@media screen and (max-width: 950px) {
  .accordion-header {
    font-size: 14px;
    line-height: 20px;
    min-height: 27px;
  }
}

.accordion-header:hover {
  cursor: pointer;
  background-color: transparent;
  transition: opacity 0.3s ease-in, padding 0.3s ease-in;
}

.accordion-header i {
  color: #FE5009;
  font-size: 35px;
}

@media screen and (max-width: 950px) {
  .accordion-header i {
    font-size: 22px;
  }
}

.accordion-content {
  background-color: transparent;
  border: none;
  color: #FB7803;
  max-width: 1047px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  background-color: #ffffff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

@media screen and (max-width: 950px) {
  .accordion-content {
    font-size: 12px;
    line-height: 16px;
    min-height: 18px;
  }
}

.accordion-item.active .accordion-content {
  padding: 5px 30px 15px;
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, padding 0.3s ease-in;
}

.accordion-header.active {
  background-color: transparent;
  transition: opacity 0.3s ease-in, padding 0.3s ease-in;
}

.group-footer {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 300px;
  background-image: url(https://bucket-seed.s3.us-east-2.amazonaws.com/surftrip.com.br/lp/background-footer.jpg);
  background-size: cover;
}

@media screen and (max-width: 667px) {
  .group-footer {
    padding-bottom: 20px;
  }
}

.group-footer .cnt-icon-brand {
  max-height: 245px;
  max-width: 250px
}

.group-footer .cnt-icon-brand img {
  width: 100%;
}

.group-footer .cnt-redes-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}

.group-footer .cnt-redes-sociais .icon-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.group-footer .cnt-redes-sociais .icon-social:first-child {
  border-left: none;
}

.group-footer .cnt-redes-sociais .icon-social:last-child {
  border-right: none;
}

.group-footer .cnt-redes-sociais .icon-social a {
  text-decoration: none;
}

.group-footer .cnt-redes-sociais .icon-social a i {
  font-size: 40px;
  color: #fff;
}

.copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #F86F25;
}

.box-footer {
  min-height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

@media screen and (max-width: 550px) {
  .box-footer {
    flex-direction: column;
    padding: 10px 5%;
  }
}

.box-footer span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

button {
  cursor: pointer !important;
}