@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');


:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: "Figtree", sans-serif;
  --bs-font-sebrae: "Campuni";
  --bs-font-footer: "Almarai", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-font-sub-title-pages: "DM Sans", sans-serif;
  --bs-btn-font-family: var(--bs-font-sans-serif);
  --bs-font-form-serif: "Inter", sans-serif;
  /*Select e input*/
  --bs-font-form-tittle: var(--bs-font-sans-serif);
  /*titulo form*/
  --bs-body-font-size: 1.063rem;
  --bs-body-font-weight: 400;
  --bs-primary: #08107C;
  --bs-primary-dark: #1F0D7F;

  --bs-primary-light: #2A18EE;
  --bs-secondary: #4DE39C;
  --bs-terciary: #FFC4CD;
  --bs-quaternary: #2A86B9;


  /** cor especial **/
  --bs-rose: #EDDCEB;
  --bs-lilac-color: #C527B8;

  --bs-gray: #F8F8F8;
  --bs-gray-light: #9CB8E2;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-black);
  --bs-footer-bg: var(--bs-primary-dark);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 83px;
  --bs-size-height-image-icon: 83px;
  --bs-bg-icon-page-list-form: var(--bs-secondary);
  --bs-border-radius-page-list-form: 50%;
}

::after,
::before,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.btn {
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 40px;
  text-transform: inherit;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

.btn-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-primary-dark);
  --bs-btn-hover-bg: var(--bs-terciary);
  --bs-btn-hover-border-color: var(--bs-terciary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn-secondary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn-info {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary-dark);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  border-color: transparent;
  outline: none;
  box-shadow: none
}

/*
.owl-theme .owl-dots .owl-dot span{
  background-color: var(--bs-white);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
   background-color: var(--bs-primary-dark);
}
   */
.card {
  border: none;
  border-radius: 20px;
}


h2 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 3.101rem;
  font-weight: 700;
  color: var(--bs-white);
  line-height: 1;
}

/*
h2 span {
  border: 2px solid var(--bs-black);
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 0px;
}

h2 span strong {
  font-weight: 700;
}

h2 span {
  background-color: var(--bs-secondary);
}

h2 span:nth-child(even) {
  background-color: var(--bs-lilac-color);
  color: var(--bs-white);
} */

h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 3.289rem;
  font-weight: 700;
  color: var(--bs-secondary);
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.428rem;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

picture,
figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.img-header {
  width: 100%;
}



.bg-repeat {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-bottom {
  background-position: center bottom;
}

@media screen and (max-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c61a54dd-42cf-4102-a02b-c626ca0035e0.png");
  }

  .header::before {
    content: "";
    width: 302px;
    height: 35px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url("");
  }

  .bg-main-gradient {
    background: #27DF86;
    background: -webkit-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 65%);
    background: -moz-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 65%);
    background: linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27DF86", endColorstr="#2E0CFE", GradientType=0);
  }
}

@media screen and (min-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/428ebabc-c3a0-4612-868c-7df1fe9f17b9.png");
  }

  .header::before {
    content: "";
    width: 497px;
    height: 48px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url("");
  }

  .header::after {
    content: "";
    width: 500px;
    height: 79px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-image: url("");
  }

  .bg-main-gradient {
    background: #27DF86;
    background: -webkit-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    background: linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27DF86", endColorstr="#2E0CFE", GradientType=0);
  }
}


/** header **/

.header.tp::after {
  display: none;
}

.header h1 {
  margin: 1.5rem 0;
  padding-top: 0;
  position: relative;
}

/** logo SVG e imagem **/
.header h1 span {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
  margin: 0rem;
  max-width: 113px;
  display: block;
  text-align: center;
}

.header.tp h1 {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.header h1 svg {
  width: 100%;
  position: relative;
  z-index: 2;
  fill: var(--bs-white);
}

/*
.header.lp h1 svg{
   fill: var(--bs-white);
}
.header.tp h1 svg{
   fill: var(--bs-primary-dark-2);
}
/*
.header h1 span::after {
  width: 25px;
  height: 100%;
  content: "";
  right: -13px;
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-secondary);
  top: 0;
}
.header h1 span::before {
  width: 85px;
  height: 100%;
  content: "";
  left: -65px;
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-secondary);
  top: 0;
}
.header h1::before {
  content: "";
  background: var(--bs-secondary);
  width: 230%;
  position: absolute;
  top: 0;
  left: -230%;
  height: 80px;
}



/** logo imagem -FIM **/
.header h2 {
  /* font-family: var(--bs-font-sebrae);
  font-size: 3.163rem;
  color: var(--bs-quaternary);
  margin-bottom: 1rem;
  line-height: 40px; */
  max-width: 299px;
  width: 100%;
  display: block;
  margin-top: 0;
}

.header h2 img {
  width: 100%;
}

.header h2 span {
  max-width: inherit;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.323rem;
  font-weight: 400;
  color: var(--bs-white);
  line-height: 1;
}

.header h2 span img {
  width: 100%;
}

.header h3 {
  vertical-align: middle;
  line-height: 1.1;
}

header h3 strong {
  color: var(--bs-terciary);
  font-weight: 700;
  line-height: 1;
}

.header h3 span {
  font-family: var(--bs-font-sub-title-pages);
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;

}

.header p {
  font-weight: 400;
  font-size: 1.188rem;
  color: var(--bs-white);
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0rem;
  width: 100%;
  display: inline-block;
}

.header p strong {
  font-weight: 700;
}

.header .hero-content-wrapper {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.header .btn {
  margin-top: 1rem;
}


/*
.header .btn {
  display: block;
  font-size: 1.134rem;
  text-transform: inherit;
}*/


.header.lp .btn {
  max-width: 212px;
  display: block;
  margin: 0;
}

.header.tp .btn {
  max-width: 315px;
  display: block;

}

/* .header .hero-img {
    width: 100%;
    display: inline-block;
    /* position: absolute;
    text-align: left;
    top: 0rem;
    right: 0;
}
*/
.header .hero-img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .header .hero-img {
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0rem;
    padding: 0rem;
  }

  /* .header.tp .hero-img {
    margin-top: 2rem;
  }

  .header h3 span {
    font-size: 1.783rem;
  } */

  .header h3 span,
  .header h3,
  .header h3 strong,
  h3 {
    font-size: 2.786rem;
  }

  .header h3 span {
    position: relative;
    top: -10px;
  }
}

@media screen and (min-width: 600px) {
  .header.lp p {
    max-width: 457px;
  }

  .header.tp p {
    max-width: 461px;
  }

  .header.tp p span {
    display: inline-block;
    width: 100%;
  }

  .header.lp .hero-content-wrapper,
  .header.tp .hero-content-wrapper {
    min-height: 600px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }


  .header h1 {
    top: 0rem;
    display: inline-block;
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: left;
  }

  .header h3 {
    max-width: 400px;
    margin: 0;
  }

  .header h3 span {
    position: relative;
    top: -13px;
  }

  .header h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 1rem;
  }

  .header.lp .hero-img {
    width: 50%;
    top: 0rem;
  }

  .header.tp .hero-img {
    width: 50%;
    top: 0rem;
  }

  .header .hero-img {
    position: absolute;
    text-align: left;
    right: 0rem;
  }
}

@media screen and (max-width: 600px) {
  .asset-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto 2rem;
    max-width: 80%;
  }
}

/** Formulario **/
#form {
  z-index: 0;
}


.autorizacao-check {
  color: var(--bs-white) !important;
}

#form .section-title {
  margin-top: 0rem;
  margin-bottom: 1rem;
  line-height: 1;
}

#form .section-title span:first-child {
  border-bottom: none;
}

#form .section-title span:nth-child(3),
#form .section-title span:nth-child(4) {
  border-top: none;
}

#form .list-vantagens {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
  display: inline-block;
  width: 100%;
}



#form p {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 1.438rem;
  line-height: 1.3;
}

.check-icon {
  color: var(--bs-black) !important;
  font-weight: 700;
}

#form .list-vantagens li {
  display: flex;
  width: 100%;
  max-width: inherit;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  z-index: 0;
  padding-left: calc(var(--bs-size-width-image-icon) + 20px);
  min-height: var(--bs-size-height-image-icon);
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.2;
  background-color: transparent;
  padding-top: 0rem;
  padding-bottom: 0rem;
  flex-direction: column;
}

#form .list-vantagens li p {
  font-weight: 700;
  padding-top: 0;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  height: var(--bs-size-height-image-icon);
  display: flex;
  align-items: center;
}

#form .list-vantagens li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  color: var(--bs-primary);
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.475rem;
}

#form .list-vantagens li p strong {
  font-weight: 700;
  /* width: 100%;
  display: inline-block; */
}

#form .btn-vantagens-mobile {
  white-space: inherit;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}

#form .list-vantagens li span,
#form .list-vantagens li figure {
  width: var(--bs-size-width-image-icon);
  height: var(--bs-size-height-image-icon);
  line-height: var(--bs-size-height-image-icon);
  background: var(--bs-bg-icon-page-list-form);
  border-radius: var(--bs-border-radius-page-list-form);
  border: 1px solid var(--bs-secondary);
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bs-font-sub-title-pages);
  color: var(--bs-primary-light);
  font-size: 2.983rem;
  font-weight: 700;
}


#form .list-vantagens li span i {
  font-size: 1.513rem;
  font-weight: 800;
  color: var(--bs-primary);
}

#form .list-vantagens li figure img {
  display: inline-block;
  padding: 0px;
}

/*

#form h3 {
  font-size: 1.563rem;
  font-weight: 400;
  color: var(--bs-primary);
  line-height: 1.1;
}

#form h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.1;
} */

#form-salesforce .label {
  display: inline-block;
  width: 100%;
}

.form-label {
  display: none;
}

.form-control,
.form-select {
  height: 42px;
  margin-bottom: 0px;
  color: var(--bs-gray-dark);
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--bs-font-form-serif);
}

.form-select {
  line-height: 1.2;
  color: var(--bs-gray-dark);
}

input::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  font-family: var(--bs-font-form-serif);
  color: var(--bs-gray-light);
  opacity: 0.5;
}

.formulario {
  background: var(--bs-terciary);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h2 {
  font-size: 1.35rem;
  /* font-family: var(--bs-font-form-tittle); */
  /* font-weight: 700; */
  color: var(--bs-primary-light);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;
  max-width: 290px;
}


.formulario .whatspp-form:hover {
  transition: ease-in-out 0.2s;
  bottom: -2rem;
}

/*
.form::before {
    content: "";
    width: 270px;
    height: 94px;
    background-image: url("");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -48px;
}

.formulario h3 span {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

/*.formulario p{}*/

@media screen and (max-width: 600px) {
  .bg-form {
    background: #2E0CFE;
    background: -webkit-linear-gradient(180deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 100%);
    background: linear-gradient(180deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E0CFE", endColorstr="#27DF86", GradientType=0);
  }

  /* .form::after {
    content: "";
    width: 279px;
    height: 139px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: -73px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/e98b8abe-8eb1-4527-98fa-97709202614b.png");
  } */
  .form .container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: scroll;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3f590209-1456-49c8-9fa9-0880312fba93.png");
  }

  #form .list-vantagens li:nth-child(5) p {
    max-width: 247px;
  }

  .formulario .whatspp-form {
    width: 54px;
    display: inline-block;
    border: none;
    position: absolute;
    bottom: -5rem;
    right: 0rem;
  }

  .formulario .whatspp-form:active {
    bottom: -5rem;
  }
}

@media screen and (min-width: 600px) {
  .bg-form {
    background: #27DF86;
    background: -webkit-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    background: linear-gradient(260deg, rgba(39, 223, 134, 1) 0%, rgba(46, 12, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27DF86", endColorstr="#2E0CFE", GradientType=0);
  }

  #form .list-vantagens li:nth-child(5) p {
    max-width: 296px;
  }

  #form .list-vantagens {
    margin-bottom: 4rem;
  }

  .form::before {
    content: "";
    width: 159px;
    height: 674px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: -20px;
    top: 6rem;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/51d692af-3e8b-4d02-806c-0316d8b84585.png");
  }

  .form::after {
    content: "";
    width: 523px;
    height: 204px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: -102px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1fd381d0-fa38-4341-b945-89c8dc04f8ae.png");
  }

  .formulario .whatspp-form {
    width: 80px;
    display: inline-block;
    border: none;
    position: absolute;
    bottom: -3rem;
    right: -7rem;
  }
}


.msgs-validacao {
  display: block;
}

.msgs-validacao span {
  font-size: 13px;
  font-weight: 600;
}

.erro {
  background-color: #ffe4e1;
  border-color: red;
}

.valido {
  background-color: #f1f1f1;
  border-color: green;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bs-black);
  outline: none;
  box-shadow: none;
  color: var(--bs-gray-dark);
}

input:focus {
  outline: none;
}

#feedbackNome,
#msgCelInvalido {
  display: none;
}

#msgCelInvalido,
#form p.feedback,
p.feedback,
.feedback,
.dadoInvalido,
.error-message {
  font-size: 0.875rem;
  color: var(--bs-white);
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 600;
  background: transparent;
}

.formulario .politica-privacidade {
  padding: 5px 0px 15px 0px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
}

.formulario .politica-privacidade input {
  position: absolute;
  left: 0;
  display: none;
}

.formulario .politica-privacidade,
.formulario .politica-privacidade a {
  display: inline-block;
  color: var(--bs-white);
  font-weight: 500;
  font-size: 0.75rem;
}

.formulario .btn {
  width: 100%;
  font-size: 1.375rem;
  white-space: nowrap;
}

/*
.formulario .btn.disabled {
  color: #2A4ED8;
  border-color: #C5E932;
  background-color: #C5E932;
} */

.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
}

.formulario p.spam small {
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 0.875rem;
  padding: 0;
  color: var(--bs-primary);
}

.error {
  color: #fff;
  font-size: 0.9em;
}

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/
/** Preparacao Negocio  **/
.preparacao-negocio {
  z-index: 0;
}

.preparacao-negocio h2 {
  text-align: center;
  color: var(--bs-secondary);
}

.preparacao-negocio .card {
  background-color: var(--bs-terciary);
  border: none;
  flex-direction: row;
  max-width: 30em;
}

.preparacao-negocio .card img {
  max-width: 25%;
  margin: auto;
  padding: 0 0rem 0 1rem;
  border-radius: 0;
}

.preparacao-negocio .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.preparacao-negocio .card-text {
  min-height: 100px;
  align-items: center;
  display: flex;
  font-size: 1.1em;
  font-weight: 600;
  color: var(--bs-primary);
  line-height: 1.3;
}

.preparacao-negocio .content p {
  color: var(--bs-white);
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .bg-gradiente-blue {
    background: #060F6C;
    background: -webkit-linear-gradient(260deg, rgba(6, 15, 108, 1) 56%, rgba(23, 54, 254, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(6, 15, 108, 1) 56%, rgba(23, 54, 254, 1) 100%);
    background: linear-gradient(260deg, rgba(6, 15, 108, 1) 56%, rgba(23, 54, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060F6C", endColorstr="#1736FE", GradientType=0);
  }

  .preparacao-negocio .content p {
    font-size: 1.188rem;
    max-width: 380px;
    margin: 0 auto
  }

  .preparacao-negocio .btn-quero-participar {
    font-size: 1.188rem;
    max-width: 290px;
    margin: 0 auto;
  }

  .preparacao-negocio .cards-wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  .preparacao-negocio .btn-quero-participar {
    max-width: 266px;
    margin: 0 auto;
  }

  .bg-gradiente-blue {
    background: #060F6C;
    background: -webkit-linear-gradient(260deg, rgba(6, 15, 108, 1) 40%, rgba(23, 54, 254, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(6, 15, 108, 1) 40%, rgba(23, 54, 254, 1) 100%);
    background: linear-gradient(260deg, rgba(6, 15, 108, 1) 40%, rgba(23, 54, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060F6C", endColorstr="#1736FE", GradientType=0);
  }
}

/**  Jornada Evolução **/
.jornada-evolucao {
  z-index: 0;
}

.jornada-evolucao h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.jornada-evolucao .content p {
  text-align: center;
  font-size: 1.313rem;
  color: var(--bs-white);
  line-height: 1.2;
}

.jornada-evolucao .card {
  border: none;
}

.jornada-evolucao .card-title span {
  width: 20px;
  display: inline-block;
}

.jornada-evolucao .cards-wrapper {
  counter-reset: section;
}

.jornada-evolucao .card-title::before {
  counter-increment: section;
  content: " " counter(section) ". ";
  width: 33px;
  position: absolute;
  left: 0;
  top: 0;
}

.jornada-evolucao .card-title {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bs-primary-light);
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  position: relative;
  justify-content: space-between;
}

.jornada-evolucao ul {
  margin: 0;
  padding: 0;
}

.jornada-evolucao ul li {
  list-style: none;
  position: relative;
  z-index: 0;
}

.jornada-evolucao ul li::before {
  content: "→";
  font-size: 1.25rem;
  color: var(--bs-primary-light);
  position: absolute;
  left: 0;
  top: 0;
}

.jornada-evolucao .card-text {
  font-size: 1.25rem;
  color: var(--bs-primary-light);
  width: 100%;
  display: inline-block;
  padding-left: 30px;
}

.jornada-evolucao .card-body {
  padding: 1rem 2rem;
}

@media screen and (max-width: 600px) {
  .bg-gradiente-rose {
    background: #FF9FB2;
    background: -webkit-linear-gradient(180deg, rgba(255, 159, 178, 1) 30%, rgba(46, 12, 254, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 159, 178, 1) 30%, rgba(46, 12, 254, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 159, 178, 1) 30%, rgba(46, 12, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9FB2", endColorstr="#2E0CFE", GradientType=0);
  }

  .jornada-evolucao .card-title {
    font-size: 1.6rem;
  }

  .jornada-evolucao .card-text {
    font-size: 1.071rem;
  }

  .jornada-evolucao .btn-inscreva-se {
    max-width: 266px;
    margin: 0 auto;
  }

  .jornada-evolucao {
    padding-bottom: 3rem;
  }

  .jornada-evolucao::after {
    content: "";
    width: 381px;
    height: 160px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: -100px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ecb5213b-e4c7-43d7-901e-285e06690875.png");
  }
}

@media screen and (min-width: 600px) {
  .bg-gradiente-rose {
    background: #FF9FB2;
    background: -webkit-linear-gradient(265deg, rgba(255, 159, 178, 1) 0%, rgba(46, 12, 254, 1) 80%);
    background: -moz-linear-gradient(265deg, rgba(255, 159, 178, 1) 0%, rgba(46, 12, 254, 1) 80%);
    background: linear-gradient(265deg, rgba(255, 159, 178, 1) 0%, rgba(46, 12, 254, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF9FB2", endColorstr="#2E0CFE", GradientType=0);
  }

  .jornada-evolucao .col:nth-child(3) .card-title {
    max-width: 255px;
  }

  .jornada-evolucao .col:nth-child(4) .card-title {
    max-width: 270px;
  }

  .jornada-evolucao .card-body {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .jornada-evolucao .col:nth-child(2) .card-body {
    min-height: 225px;
  }

  .jornada-evolucao .col:nth-child(3) .card-body,
  .jornada-evolucao .col:nth-child(4) .card-body {
    min-height: 280px;
  }

  .jornada-evolucao .btn-inscreva-se {
    max-width: 266px;
    margin: 0 auto;
  }

  .jornada-evolucao::before {
    content: "";
    width: 150px;
    height: 582px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: 10rem;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/e9d8c714-665c-496e-9ff2-7dde7e87da0b.png");
  }

  .jornada-evolucao::after {
    content: "";
    width: 162px;
    height: 582px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: 5rem;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c30cbccf-9933-4abc-8ef5-8f12cbf4f648.png");
  }

}

/** Proximas Turmas **/
.proximas-turmas {
  z-index: 0;
}

.proximas-turmas h2 {
  text-align: center;
}

.proximas-turmas .card {
  border: 2px solid var(--bs-white);
  background-color: transparent;
}

.proximas-turmas .card-title {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 700;
  font-size: 1.375rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-white);
  margin: 0;
}

.proximas-turmas .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 500;
  font-size: 1.063rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: var(--bs-white);
}

.proximas-turmas .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 600px) {
  .bg-gradiente-green {
    background: #2E0CFE;
    background: -webkit-linear-gradient(256deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 80%);
    background: -moz-linear-gradient(256deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 80%);
    background: linear-gradient(256deg, rgba(46, 12, 254, 1) 0%, rgba(39, 223, 134, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E0CFE", endColorstr="#27DF86", GradientType=0);
  }

  .proximas-turmas .card {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 600px) {
  .bg-gradiente-green {
    background: #27DF86;
    background: -webkit-linear-gradient(256deg, rgba(39, 223, 134, 1) 17%, rgba(46, 12, 254, 1) 100%);
    background: -moz-linear-gradient(256deg, rgba(39, 223, 134, 1) 17%, rgba(46, 12, 254, 1) 100%);
    background: linear-gradient(256deg, rgba(39, 223, 134, 1) 17%, rgba(46, 12, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27DF86", endColorstr="#2E0CFE", GradientType=0);
  }

  .proximas-turmas .container {
    margin-bottom: 2rem;
  }

  .proximas-turmas .btn-pre-inscricao {
    white-space: nowrap;
  }
}

/**Sobre  ***/
.sobre {
  z-index: 0;
}

/*
.sobre::after {
    content: "";
    width: 315px;
    height: 82px;
    background-image: url("");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
}
.sobre::before {
    background-image: url("");
    content: "";
    width: 302px;
    height: 99px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    bottom: -3px;
}
*/
.sobre .content {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sobre h2 {
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--bs-secondary);
}

/*
.sobre h2 span:nth-child(2) {
  background-color: var(--bs-terciary);
  color: var(--bs-primary);
}

.sobre h2 span:nth-child(2),
.sobre h2 span:nth-child(3) {
  border-top: none;
} */

.sobre h2 strong {
  font-weight: 700;
  color: var(--bs-terciary);
}

.sobre p {
  font-weight: 400;
  font-size: 1.188rem;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: var(--bs-white);
}

.sobre p strong {
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c61a54dd-42cf-4102-a02b-c626ca0035e0.png");
    background-position: top center;
  }

  .sobre .sobre-img {
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
    max-width: inherit;
    margin: 0rem auto;
    box-sizing: border-box;
  }

  .sobre .sobre-img img {
    width: 100%;
    display: block;
  }

  .sobre h2 {
    font-size: 1.558rem;
  }
}

@media screen and (min-width: 600px) {
  .sobre::after {
    content: "";
    width: 784px;
    height: 86px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    right: 0;
    top: 0;
    background-image: url("");
  }

  .sobre h2 {
    padding-top: 1rem;
  }

  .sobre p {
    max-width: 384px;
  }

  .sobre .btn-sobre {
    max-width: 257px;
  }

  .sobre .content {
    min-height: 540px;
    position: relative;
    left: -50px;
    z-index: 2;
  }

  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/b94ac275-0b0c-44ed-b8eb-5125d105185c.png");
  }

  .sobre .sobre-img {
    position: absolute;
    width: 50%;
    text-align: left;
    bottom: 0rem;
    left: 0;
    max-width: 783px;
  }

  .sobre .sobre-img img {
    width: 100%;
  }
}



/** Footer **/
.footer {
  padding: 1.25rem 0;
  background-color: var(--bs-footer-bg);
}

.footer,
.footer figure {
  margin: 0;
}

.footer .policies {
  margin: 0;
  padding: 0;
  color: var(--bs-white);
  font-weight: 400;
  font-size: 0.975rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.footer .policies a {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 0.975rem;
  text-decoration: underline;
}

.footer .policies a:hover {
  color: var(--bs-primary);
}

.contato {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.contato p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--bs-footer-color);
  text-align: center;
  line-height: 1;
  font-family: var(--bs-font-footer);
  font-weight: 900;
  font-size: 1.125rem;
  width: auto;
  display: block;
}

.contato p a {
  font-size: 1.375rem;
  font-family: var(--bs-font-footer);
  display: block;
  color: var(--bs-footer-color);
  width: 100%;
  font-weight: 900;
  text-decoration: none;
}

.logo-footer {
  margin: 0 14px;
}

.logo-footer svg {
  width: 115px;
  fill: var(--bs-footer-color);
}


.social-list {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0;
  padding: 0;
}

.social-list li {
  text-decoration: none;
  list-style: none;
  border: none;
  padding: 0 0.375rem;
}

.social-list li a i {
  background-color: var(--bs-footer-color);
  color: var(--bs-footer-bg);
  font-size: 1.3rem;
  border-radius: 40px;
  padding: 5px 0px;
  width: 33px;
  text-align: center;
  height: 33px;
  line-height: 24px;
}

.footer.tp .social-list li a i {
  color: var(--bs-terciary);
}

.social-list li a i.telegram {
  font-size: 1.2rem;
  text-indent: -4px;
}

.social-network {
  margin: 2rem 0;
}

.social-network ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.social-network ul li {
  margin: 0 5px;
  padding: 0;
  text-decoration: none;
  list-style: none;

}

.social-network ul li a {
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: var(--bs-white);
  border-radius: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
}

.social-network ul li a:hover {
  background: var(--bs-secondary);

}

.social-network ul li a i:hover {
  color: var(--bs-primary);
}

.social-network ul li a i {
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: var(--bs-quaternary);
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}

/** Baixar Ebook **/

.conteudo-extra {}

.conteudo-extra h2 {
  padding-bottom: 0rem;
  font-size: 2.5rem;
  text-align: center;
  color: var(--bs-secondary);
}

.conteudo-extra p {
  font-weight: 400;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
  color: var(--bs-white);
}

.conteudo-extra p strong {
  font-weight: 700;
}



.conteudo-extra hr {
  border-width: 2px;
  border-color: var(--bs-white);
  opacity: 1;
}
.conteudo-extra ul {
  text-decoration: none;
  margin: 2rem 0;
  padding: 0;
}
.conteudo-extra ul li{
  list-style: none;
  margin: 0;
  padding: 0 0 0.375rem 0;
  text-align: center;
}
.conteudo-extra ul li a{
  font-weight: 400;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.2;
  color: var(--bs-white);
  position: relative;
  z-index: 0;
  padding-left: 15px;
  box-sizing: border-box;
  display: inline-block;
}
.conteudo-extra ul li a::before{
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bs-white);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50px;
}
.conteudo-extra ul li a:hover{
  color: var(--bs-secondary);
}
.conteudo-extra ul li a:hover::before{
  background-color: var(--bs-secondary);
}
@media screen and (min-width: 600px) {
  .conteudo-extra .content p {
    max-width: 654px;
    margin: 0 auto;
  }
  .social-network{
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .conteudo-extra ul li a{
    display: inline;
  }
}

/*** Compartilhe **/
#compartilhar {
  z-index: 0;
}

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 2.188rem;
}

#compartilhar h2 strong {
  font-weight: 700;
  /* width: 100%;
  display: inline-block; */
}


@media screen and (min-width: 600px) {
  .bg-main-gradient::before {
    content: "";
    width: 193px;
    height: 540px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: -70px;
    top: 5rem;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/51d692af-3e8b-4d02-806c-0316d8b84585.png");
  }

  .bg-main-gradient::after {
    content: "";
    width: 523px;
    height: 204px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: -102px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1fd381d0-fa38-4341-b945-89c8dc04f8ae.png");
  }
}

@media screen and (max-width: 600px) {
  #compartilhar {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-attachment: scroll;
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f0a7e799-78a5-4560-b99b-fdf01a432d5c.png");
  }
  /* .compartilhar::after {
    content: "";
    width: 411px;
    height: 89px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: -20px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/700bf58e-1927-484b-bc53-0030160257fe.png"); 
  }
  */
  #compartilhar h2 strong {
    /* display: inline-block;
    width: 100%; */
  }

  .mobile {
    display: none;
  }

  .formulario h2 {
    max-width: inherit;
    font-size: 1.527rem;
  }

  .bg-top {
    background-size: cover;
  }

  .conteudo-extra h2,
  .sobre h2,
  #form .section-title,

  h2 {
    font-size: 2.188rem;
  }

  /*
  .bg-repeat {
    background-position: right;
  }
   */
  .header {
    padding-bottom: 0rem;
  }

  .header.lp h1,
  .header.tp h1,
  .header h1 {
    text-align: left;
    padding: 0;
    margin: 0 0 1rem 0;
  }

  .header h1 img {
    width: 100%;
  }

  /*
  .header h1::before {
    left: -190%;
    height: 50px;
  }
  .header small {
    background-size: cover;
  }
  */
  .header h2 {
    padding: 0;
    max-width: 253px;
    text-align: center;
    font-size: 0;
  }

  .header h2 span {
    margin: 0 auto;
    max-width: inherit;
    text-align: center;
  }

  .header h1 span {
    margin: 0;
    max-width: 140px;
  }

  /* .header h1 span::before {
    width: 30px;
    left: -22px;
   }

  .header h2 span::before {
    left: -26px;
    width: 35px;
   } */
  .header h2 strong {
    line-height: 1.2;
  }


  .header.tp h3 {
    margin-bottom: 0.875rem;
  }

  .header p {
    font-size: 1.1rem;

  }

  .header.lp p strong {
    max-width: inherit;
    font-size: 1.25rem;
  }


  .header.tp .btn,
  .header.lp .btn {
    margin-bottom: 0rem;
  }


  .compartilhar::before,
  .sobre::before,
  .sobre::after,
  .footer::after,
  .trilhas.lp::before {
    display: none;
  }

  .sobre p {
    font-size: 1.063rem;
    max-width: 314px;
  }

  .social-network ul li {
    justify-content: center;
  }

  #sobre .btn {
    margin: 0rem;
    max-width: 240px;
  }

  #compartilhar h2 {
    font-size: 1.75rem;
  }

  .social-network {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  /* .sobre .row,
  #form .container>.row {
    flex-direction: column-reverse;
  } */
  .sobre .container>.row {
    flex-direction: column-reverse;
  }

  /*
  #form .container>.row {
    flex-direction: column-reverse;
  } */

  .formulario {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }

  #form .section-title {
    margin: 0rem;
    /* text-align: center; */
  }

  #form h3 {
    /* text-align: center; */
    margin-bottom: 1rem;
  }

  #form .list-vantagens li p,
  #form p {
    font-size: 1.2rem;

  }

  #form .list-vantagens li p {
    padding: 0 1rem;
    width: 100%;
  }

  #compartilhar::before,
  #form::before {
    display: none;
  }

  #form .list-vantagens {
    margin-top: 2.5rem;
  }

  #form .list-vantagens li {
    padding-left: calc(var(--bs-size-width-image-icon) - 0px);


    height: auto;
    margin-bottom: 1rem;
    max-width: inherit;
  }

  /* #form .list-vantagens li span,
  #form .list-vantagens li figure {
    width: calc(var(--bs-size-width-image-icon) - 20px);
    height: calc(var(--bs-size-height-image-icon) - 70px); */
  /* top: inherit;
    left: 0;
    position: relative;
    margin: 0 auto 1rem;
  }*/

  #form .list-vantagens li h3 {
    width: 100%;
    display: inline-block;

  }
/*
  .conteudo-extra h2 {
    max-width: 355px;
    margin: 0 auto;
  } */

  .conteudo-extra p {

  }

  .sobre {
    padding: 0;
  }

  .sobre .content {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: inherit;
  }

  .sobre h2 {
    margin-top: 2rem;
    font-size: 2.5rem;
    line-height: 1;
  }




  /* .sobre h3 {
    font-size: 1.3rem;
    text-align: center;
  } */
  .sobre ul li p {
    width: 100%;
    text-align: center;
  }

  .sobre p span::before,
  .sobre p span::after {
    display: none;
  }

  .sobre p span {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
  }

  /*
  .sobre .row {
    flex-direction: column-reverse;
  }
*/
  .sobre ul li {
    font-size: 1rem;
  }


  .sobre .thunb-image {
    padding: 0;
  }

  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

  .trilhas .content ul {
    max-width: inherit;
  }

  .fale-conosco {
    background-color: var(--bs-terciary);
  }

  .fale-conosco h2 {
    margin: 0;
    text-align: left;
  }

  .contato {
    padding-bottom: 1rem;
    justify-content: center;
  }

  .social-list {
    justify-content: center;
    padding-top: 1rem;
  }

  .formulario .btn {
    white-space: inherit;
  }

  #compartilhar {
    padding-bottom: 2rem;
  }
}