@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=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,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-font-sub-title-pages-marquee: "Livvic", 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: #22376E;
  --bs-primary-dark: "#0B2574";
  --bs-primary-light: #2A4FDA;
  --bs-secondary: #FF7A39;
  --bs-terciary: var(--bs-white);
  /** cor especial **/


  --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);
  --bs-footer-color: var(--bs-terciary);
  --bs-size-width-image-icon: 83px;
  --bs-size-height-image-icon: 68px;
  --bs-bg-icon-page-list-form: var(--bs-secondary);
  --bs-border-radius-page-list-form: 0%;
}

::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: 0px;
  text-transform: inherit;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  transform: skewX(-20deg);
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

.btn span {
  display: inline-block;
  transform: skewX(20deg);
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --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-terciary);
  --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: 2.813rem;
  font-weight: 400;
  color: var(--bs-primary);
  line-height: 1.1;
}


h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.438rem;
  font-weight: 400;
  color: var(--bs-black);
  line-height: 1.1;
}

@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;
}

.bg-blue-dark {
  background-color: var(--bs-primary);
}
.bg-main-gradient {
  background: #F8A781;
  background: -webkit-linear-gradient(180deg, rgba(248, 167, 129, 1) 0%, rgba(254, 246, 241, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(248, 167, 129, 1) 0%, rgba(254, 246, 241, 1) 100%);
  background: linear-gradient(180deg, rgba(248, 167, 129, 1) 0%, rgba(254, 246, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8A781", endColorstr="#FEF6F1", GradientType=0);
}

@media screen and (max-width: 600px) {

  /*.bg-header {
    background-image: url("");
  }
   .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("");
  } */
  .header-gradient {
    background: #FCFEFE;
    background: -webkit-linear-gradient(180deg, rgba(252, 254, 254, 1) 0%, rgba(181, 227, 249, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(252, 254, 254, 1) 0%, rgba(181, 227, 249, 1) 100%);
    background: linear-gradient(180deg, rgba(252, 254, 254, 1) 0%, rgba(181, 227, 249, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FCFEFE", endColorstr="#B5E3F9", GradientType=0);
  }


}

@media screen and (min-width: 600px) {

  /*.bg-header {
    background-image: url("");
  }
   .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("");
  } */
  .header-gradient {
    background: #B5E3F9;
    background: -webkit-linear-gradient(-90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: -moz-linear-gradient(-90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: linear-gradient(-90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B5E3F9", endColorstr="#FCFEFE", 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: 280px;
  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 {
  width: 100%;
  display: block;
  margin-top: 0;
  font-size: 3.125rem;
}

.header h2 i {
  font-family: var(--bs-font-sub-title-pages-marquee);
  font-weight: 500;
  color: var(--bs-secondary);
}

.header h2 img {
  width: 100%;
}

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

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

.header h3 {
  vertical-align: middle;
  line-height: 1.2;
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  color: var(--bs-primary);
  margin: 1rem 0;
}

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

.header h3 span:first-child {
  border-bottom: none;
}

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

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

.header .hero-content-wrapper {
  padding-top: 5rem;
  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: 203px;
  display: block;
  margin: 0;
}

.header.tp .btn {
  max-width: 315px;
  display: block;
  margin: 0 auto;
}

/* .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;
    margin-top: 2rem;
  }

  .header.tp .hero-img {
    margin-bottom: 0rem;
  }

  .header h3,
  h3 {
    font-size: 1.219rem;
  }

}

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

  .header.tp p {
    margin-top: 0rem;
    max-width: 462px;
    line-height: 1.3;
  }

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

  /* .header.tp .hero-content-wrapper {
    min-height: 680px;
  } */

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

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

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

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

  .header.tp .hero-img {
    width: 55%;
    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;
  color: var(--bs-white);
}

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



#form p {
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 1.188rem;
  line-height: 1.2;
}

.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: center;
  line-height: 1.2;
  background-color: transparent;
  padding-top: 0rem;
  padding-bottom: 0rem;
  flex-direction: column;
}

#form .list-vantagens li p {
  font-weight: 600;
  padding-top: 0;
  color: var(--bs-white);
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

#form .list-vantagens li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  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-primary);
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-20deg);
}

#form .list-vantagens li figure img {
  transform: skewX(20deg);
}

#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-primary-light);
  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-terciary);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;
  max-width: 290px;
}

.bg-golden-gradient-form {
  background: #F8A883;
  background: -webkit-linear-gradient(90deg, rgba(248, 168, 131, 1) 0%, rgba(253, 244, 238, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(248, 168, 131, 1) 0%, rgba(253, 244, 238, 1) 100%);
  background: linear-gradient(90deg, rgba(248, 168, 131, 1) 0%, rgba(253, 244, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8A883", endColorstr="#FDF4EE", GradientType=1);
}

/*
.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{}*/
.form .content-form {
  padding: 2rem 2rem 2em 2rem;
}

@media screen and (max-width: 600px) {}

@media screen and (min-width: 600px) {
  .form .content-form {
      padding: 2rem 2rem 2em 3rem;
      transform: skewX(-15deg);
      position: relative;
      left: -40px;
      max-width: 630px;
  }

  .form .content-form span {
    transform: skewX(15deg);
    display: inline-block;
    width: 100%;
    padding-left: 1rem;
  }

  #form .list-vantagens li h3 {
    max-width: 317px;
  }

  #form .list-vantagens li:last-child h3 {
    max-width: none;
  }

  .form::before {
    content: "";
    width: 182px;
    height: 660px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/51aab03e-6a50-46a7-880f-e90c787e7a11.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: -9px;
    bottom: 0;
  }
}


.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-terciary);
}

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

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/
/** Como funciona  ***/
.como-funciona {
  z-index: 0;
}

.como-funciona p {
  font-size: 1.438rem;
}

.como-funciona .content h2,
.como-funciona .content p,
.como-funciona .description p {
  text-align: center;
}

.como-funciona .content h2 span:first-child {
  border-bottom: none;
}

.como-funciona .content p {
  color: var(--bs-primary);
  line-height: 1.3;
  margin-top: 1rem;
}

.como-funciona .description p {
  color: var(--bs-primary);
  line-height: 1.3;
}

.como-funciona .description p strong {
  width: 100%;
  display: inline-block;
}

.como-funciona .btn-quero-guia {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
  max-width: 429px;
}

.bg-gradient-como-funciona {
  background: #FEF6F1;
  background: -webkit-linear-gradient(180deg, rgba(254, 246, 241, 1) 0%, rgba(248, 167, 129, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(254, 246, 241, 1) 0%, rgba(248, 167, 129, 1) 100%);
  background: linear-gradient(180deg, rgba(254, 246, 241, 1) 0%, rgba(248, 167, 129, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FEF6F1", endColorstr="#F8A781", GradientType=0);
}

.como-funciona .card {
  background-color: transparent;
  background-repeat: no-repeat;
  width: 300px;
  position: relative;
  z-index: 0;
  display: block;
  background-size: cover;
  border-radius: 0;
  margin: 0 auto 2rem;
}

.como-funciona .card-img-top {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.como-funciona .card-title {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.313rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.como-funciona .card-text {
  font-size: 1.063rem;
  text-align: center;
  font-weight: 400;
  color: var(--bs-primary);
}

.como-funciona .card .btn {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  opacity: 0;
}

@media screen and (min-width: 600px) {
  .como-funciona .card-title {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .como-funciona .content p {
    max-width: 544px;
    display: block;
    margin: 0rem auto 0;
  }

  /* .como-funciona::before {
    content: "";
    width: 818px;
    height: 89px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url("");
  }
  .como-funciona::after {
    content: "";
    width: 731px;
    height: 89px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    background-image: url("");
  } */


  .como-funciona .wrapper-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .como-funciona .card {
    text-align: center;
    flex: 0 0 calc(33% - 40px);
    padding: 0px;
    margin: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  /* .como-funciona::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("");
  }
   .como-funciona::after {
      content: "";
      width: 414px;
      height: 61px;
      display: inline-block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1;
      right: 0px;
      bottom: 0px;
      background-image: url("");
  } */
  .como-funciona .description p,
  .como-funciona .content p {
    font-size: 1.188rem;
    margin: 0;
  }

  .como-funciona .description p {
    margin-bottom: 1rem;
  }

  .como-funciona .btn-quero-guia {
    margin-bottom: 2rem;
  }

}

/** Como funciona  - Fim **/
/** TEstemunhos **/
.testemunhos {
  z-index: 0;
}

.testemunhos h2 {
  color: var(--bs-white);
  text-align: center;
}

.testemunhos .btn-quero-alcancar {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
  max-width: 429px;
}

.testemunhos .video iframe {
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
  height: 100%;
  min-height: 372px;
  margin: 2rem auto;
}

.testemunhos .card {
  margin-top: 80px;
  padding: 1.5em 0.5em 0.5em;
  border-radius: 2px;
  text-align: center;
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-secondary);
}

.testemunhos .card img {
  width: auto;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 160px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}

.testemunhos .card .card-text {
  color: var(--bs-terciary);
  font-size: 0.938rem;
  padding-top: 70px;
}

.testemunhos .card .card-title {
  font-weight: 600;
  font-size: 1em;
  font-style: italic;
  color: var(--bs-terciary);
}

@media screen and (min-width: 600px) {
  .testemunhos .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 480px;
  }

  .testemunhos .btn-quero-alcancar {
    margin-top: 2rem;
  }

  .testemunhos::before {
    content: "";
    width: 578px;
    height: 201px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9aa72eed-60f5-4f9d-8f08-a73454ec1c55.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: 0;
  }

  .testemunhos::after {
    content: "";
    width: 473px;
    height: 482px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2f8a5d2a-8436-48f0-b1fe-4adf6f672400.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    bottom: -2px;
  }
}

@media screen and (max-width: 600px) {
  .testemunhos {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/66a187de-f653-470e-8321-a0df42985df0.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .testemunhos .card {
    margin-bottom: 1.5rem;
  }
}

/**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;
  text-align: center;
  color: var(--bs-primary-light);
  font-weight: 600;
}

.sobre h2 span {
  width: 100%;
  display: inline-block;
}


.sobre p {
  font-size: 1.3rem;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3;
}

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

.sobre .card {
  background-color: var(--bs-primary-light);
  border-radius: 10px;
  padding: 1rem;
}

.sobre .card-title {
  font-family: var(--bs-font-sub-title-pages-marquee);
  font-style: italic;
  font-size: 2.75rem;
  text-align: center;
  color: var(--bs-white);
  font-weight: 600;
  margin: 0;
}

.sobre .card-text {
  font-size: 1.375rem;
  text-align: center;
  color: var(--bs-white);
  line-height: 1.1;
}

.sobre .card-text span {
  display: inline-block;
  width: 100%;
}

.sobre .card.intro {
  background-color: var(--bs-secondary);
}

.sobre .card.investimento {
  background-color: transparent;
  border: 2px solid var(--bs-primary);
}

.sobre .card.investimento .card-title {
  font-size: 2.4rem;
  color: var(--bs-primary-light);
}

.sobre .card.investimento .card-text {
  color: var(--bs-primary);
}

@media screen and (max-width: 600px) {
  .sobre .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7ed4ebf4-4277-462c-aa48-dd9244639cde.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .bg-sobre {
    /* background-image: url(""); */
    background: #B5E3F9;
    background: -webkit-linear-gradient(180deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: linear-gradient(180deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B5E3F9", endColorstr="#FCFEFE", GradientType=0);
  }

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

  .sobre h2 {
    font-size: 1.558rem;
  }
  .sobre .cards-horas .col-11{
    margin-bottom: 1rem;
  }
  .sobre .cards-horas .col-11:last-child{
    margin-bottom: 0rem;
  }
  .sobre .card.investimento{
    background-color: #DEF3FC;
  }
}

@media screen and (min-width: 600px) {
  .sobre p {
    max-width: 492px;
  }

  .sobre .btn-sobre {
    max-width: 323px;
    margin: 0 auto;
    display: block;
  }

  .sobre .content {}

  .sobre .card,
  .sobre .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bg-sobre {
    /* background-image: url(""); */
    background: #B5E3F9;
    background: -webkit-linear-gradient(90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    background: linear-gradient(90deg, rgba(181, 227, 249, 1) 0%, rgba(252, 254, 254, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#B5E3F9", endColorstr="#FCFEFE", GradientType=1);
  }

  .sobre .sobre-img {
    position: absolute;
    width: 42%;
    text-align: left;
    bottom: 0rem;
    left: 5rem;
  }

  .sobre .sobre-img img {
    width: 100%;
  }
  
  .sobre::before {
    content: "";
    width: 527px;
    height: 438px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/941ee693-bd73-4ca7-89ed-0b1a1d55e600.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -110px;
  }

  .sobre::after {
    content: "";
    width: 473px;
    height: 482px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0764e66c-dc2c-4c80-8498-a5086eafd7df.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    bottom: -122px;
  }
}



/** 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-primary);
  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: #FBD6C3;
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}

/** Baixar Ebook **/

.baixar-ebook {}

.baixar-ebook h2 {
  max-width: 830px;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  color: var(--bs-white);
  text-align: center;
}

.baixar-ebook p {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 2rem;
  line-height: 1.2;
}

.baixar-ebook p strong {
  font-weight: 700;
}

.baixar-ebook .btn {
  max-width: 257px;
  display: block;
  margin: 1rem auto;
}

.baixar-ebook hr {
  border-width: 4px;
  border-color: var(--bs-primary-light);
  opacity: 0.5;
}

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

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 2.5rem;
  max-width: 810px;  
}

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


@media screen and (min-width: 600px) {
  .compartilhar .container{
      min-height: 350px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .compartilhar::before {
    content: "";
    width: 565px;
    height: 306px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    bottom: -150px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3bb8bf62-7e56-4530-b936-e5921885feac.png");
  }
   .compartilhar::after {
    content: "";
    width: 325px;
    height: 494px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: -70px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2d55aa0c-3e47-4bab-8051-c1b6eaf576c2.png");
  }
}

@media screen and (max-width: 600px) {
  /* .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{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/32132edc-cc2c-4b55-95e7-894000e28844.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .mobile {
    display: none;
  }

  .formulario h2 {
    font-size: 1.379rem;
  }

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

  .baixar-ebook h2,
  .sobre h2,
  #form .section-title,
  h2 {
    font-size: 2.188rem;
  }

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


  .header.tp h1,
  .header h1 {
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .header h1 img {}

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

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

  .header h1 span {
    margin: 0 auto 1rem;
    max-width: 90%;
    display: block;
  }

  /* .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;
    text-align: center;
    font-size: 1.438rem;
  }

  .header p {
    font-size: 1.1rem;
    text-align: center;
  }

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

  .header.tp p {
    
    font-size: 1.1rem;
  }

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


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

  .sobre p {
    text-align: center;
    font-size: 1.2rem;
  }

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

  #sobre .btn {
    margin-bottom: 2rem;
    max-width: 278px;
  }

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

  .social-network {
    margin-bottom: 5rem;
  }

  /* .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: 0rem;
    margin-top: 2rem;
  }

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

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

  #form .list-vantagens li p {
    text-align: left;
    padding-left: calc(20px + var(--bs-size-width-image-icon));
    width: 100%;
    display: inline-block;
  }

  #form p {
    font-size: 1.2rem;
    text-align: center;
  }



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

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

  #form .list-vantagens li {
    /* padding-left: calc(var(--bs-size-width-image-icon) - 20px); */
    /* height: calc(var(--bs-size-height-image-icon) - 40px); */
    padding-left: 0;
    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;
    text-align: center;
  }

  .baixar-ebook p {
    font-size: 1.1rem;
  }

  .sobre {
    padding: 0;
  }

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

  .sobre h2,
  .sobre h3 {
    margin-top: 1rem;
    text-align: center;
    text-align: center;
    /* text-shadow: 2px 2px 2px var(--bs-gray); */
  }




  /* .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;
  }
}