@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Figtree:ital,wght@0,300..900;1,300..900&family=Work+Sans:ital,wght@0,100..900;1,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: "Work Sans", sans-serif;
  --bs-btn-font: var(--bs-font-sub-title-pages);
  --bs-font-form-serif: var(--bs-font-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: #412B7A;
  --bs-primary-dark: #342D56;
  --bs-primary-dark-2: ;
  --bs-primary-light: ;
  --bs-secondary: #EA4E82;
  --bs-secondary-light: ;
  --bs-secondary-dark: #641E56;
  --bs-terciary: #1D1C45;
  --bs-terciary-dark: ;
  --bs-quaternary: ;
  --bs-quaternary-dark: ;


  /** cor especial **/

  --bs-gray: #F8F8F8;
  --bs-gray-light: #9CB8E2;
  --bs-gray-light-2: #FEFDF1;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;



  --bs-body-color: var(--bs-primary-dark);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 92px;
  --bs-size-height-image-icon: 91px;
  --bs-bg-icon-page-list-form: var(--bs-secondary);
  --bs-border-radius-page-list-form: 10px;

  /** premiação */
  --bs-width-icon-premiacao: 70px;
  --bs-height-icon-premiacao: 70px;
}

::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: uppercase;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  font-family: var(--bs-btn-font);
  border-width: 2px;
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-white);
  --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-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-white);
  --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-quaternary);
  --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: 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.5rem;
  font-weight: 700;
  color: var(--bs-black);
}


h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.316rem;
  font-weight: 400;
  color: var(--bs-white);
}

@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-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg-main-gradient{
  background-color: var(--bs-primary);
}

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

@media screen and (max-width: 600px) {
  .bg-header {
    background: #17193C;
    background: -webkit-linear-gradient(90deg, rgba(23, 25, 60, 1) 0%, rgba(81, 35, 78, 1) 70%, rgba(162, 44, 97, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(23, 25, 60, 1) 0%, rgba(81, 35, 78, 1) 70%, rgba(162, 44, 97, 1) 100%);
    background: linear-gradient(90deg, rgba(23, 25, 60, 1) 0%, rgba(81, 35, 78, 1) 70%, rgba(162, 44, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17193C", endColorstr="#A22C61", GradientType=1);
  }

 
}

@media screen and (min-width: 600px) {
  .bg-header {
    background: #A22C61;
    background: -webkit-linear-gradient(230deg, rgba(162, 44, 97, 1) 0%, rgba(34, 31, 74, 1) 60%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(230deg, rgba(162, 44, 97, 1) 0%, rgba(34, 31, 74, 1) 60%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(230deg, rgba(162, 44, 97, 1) 0%, rgba(34, 31, 74, 1) 60%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A22C61", endColorstr="#000000", GradientType=0);
  }

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

  
}


/** 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: 200px;
  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: 2.015rem;
  line-height: 1.1;
  color: var(--bs-secondary);
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  margin-top: 0;
}

.header h2 img {
  width: 100%;
}

.header h2 span {
  max-width: 570px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}

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

.header h3 {
  vertical-align: middle;
  line-height: 1;
  font-style: italic;
}




.header h4 {
  font-size: 1.375rem;
  color: var(--bs-white);
  font-weight: 700;

}
.header.tp h4 {
  font-size: 1.25rem;
}
.header p {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--bs-white);
  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: 4rem;
  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: 236px;
  display: block;
}


.header.tp .btn {
  max-width: 316px;
  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: 0;
  }

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

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

  .header h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 0.5rem auto;
    max-width: 370px;
  }

}

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

  .header.lp p {
    max-width: 550px;
  }

  .header.tp p {
    margin-top: 0rem;
    /* font-size: 1.188rem; */
    max-width: 510px;
  }

  .header.tp p:last-child {
    max-width: 370px;
  }

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

  .header .container {
    position: relative;
  }


  .header.tp .hero-content-wrapper {
    min-height: 630px;
    /* padding-top: 5rem; */
  }

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

  /* 
  .header h2 {
    font-size: 2.074rem;
    max-width: 350px;
  } */


  .header h3 {
    width: 670px;
  }

  .header.tp h3 {
    padding-bottom: 1rem;
  }

  .header h4 {
    margin-top: 0rem;
  }

  .header.lp .hero-img {
    width: 50%;
    max-width: 583px;
    top: 1.5rem;
    right: -140px;
  }

  .header.tp .hero-img {
    width: 50%;
    max-width: 583px;
    top: 1.5rem;
    right: -140px;
  }

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

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

/** O que é **/
.o-que-e {
  background-color: var(--bs-primary);
  z-index: 0;
}

.o-que-e .o-que-e-img,
.o-que-e .o-que-e-img img {
  width: 100%;
  display: inline-block;
}

.o-que-e h2,
.o-que-e p {
  color: var(--bs-white);
  text-align: center;
}

.o-que-e h2 {
  font-size: 3rem;
}

.o-que-e p {
  font-family: var(--bs-font-sub-title-pages);
  line-height: 1.2;
  font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
  .o-que-e h2 {
    font-size: 4rem;
    text-align: left;
  }

  .o-que-e p {
    font-size: 1.8rem;
    text-align: left;
  }
}

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


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

#form .section-title {
  color: var(--bs-primary);
  margin-top: 0rem;
  margin-bottom: 0.375rem;
  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-primary-dark);
  font-weight: 400;
  font-size: 1.25rem;
  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: 400;
  padding-top: 0;
  color: var(--bs-gray-dark);
  font-size: 1.5rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

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

#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 .icon {
  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-bg-icon-page-list-form);
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.437rem;
  color: var(--bs-primary);
  font-weight: 700;
  text-align: center;
}

#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);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

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

/*
.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{}*/
.bg-form {
  background-size: cover;
  background-attachment: scroll;
  background-repeat: repeat;
}

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

  .bg-form {
    background-image: url("");
    background-position: center top;
  }
}

@media screen and (min-width: 600px) {
  #form .section-title {}

  #form .list-vantagens li h3 {
    white-space: nowrap;
  }

  #form .content {
    max-width: 342px;
  }

  .bg-form {
    background-image: url("");
    background-position: center bottom;
  }
}

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

.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 h2 {
  text-align: left;
  color: var(--bs-white);
  font-size: 1.736rem;
  line-height: 1;
  padding-bottom: 2rem;
}

.como-funciona h2 span {
  color: var(--bs-white);
  font-size: 3.214rem;
  text-align: left;
  max-width: 340px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.como-funciona h2 span small {
  max-width: 138px;
  display: block;
  font-size: 0;
  margin-left: 0.5rem;
}

.como-funciona picture,
.como-funciona figure,
.como-funciona figure img,
.como-funciona picture img {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .bg-gradient-red {
    background: #291451;
    background: -webkit-linear-gradient(0deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: linear-gradient(0deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291451", endColorstr="#EA4E82", GradientType=0);
  }

  .como-funciona h2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .bg-gradient-red {
    background: #291451;
    background: -webkit-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291451", endColorstr="#EA4E82", GradientType=1);
  }

  .como-funciona h2 {
    font-size: 3.478rem;
  }

  .como-funciona h2 span {
    font-size: 6rem;
    max-width: 681px;
  }

  .como-funciona h2 span small {
    max-width: 278px;
    margin-left: 1rem;
  }

  .como-funciona .btn {
    max-width: 290px;
    margin: 0 auto;
  }

  .como-funciona .como-funciona-img {
    position: relative;
    z-index: 2;
    width: 553px;
    text-align: left;
    bottom: 0rem;
    right: 0;
    display: inline-block;
    height: 100%;
  }
}

/*** Potencial **/
.potencial {
  z-index: 0;
}

.potencial h2 {
  font-size: 2.313rem;
  font-weight: 400;
  font-style: italic;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.potencial h2 strong {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2.284rem;
  font-weight: 700;
}

.potencial h2 span {
  color: var(--bs-primary-dark);
  max-width: 360px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.potencial h2 span img {
  max-width: 95px;
  display: block;
  font-size: 0;
  margin-left: 0.5rem;
}

.potencial p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.346rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.potencial .card-title{

}
.potencial .card-title strong{
  
}
.potencial ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid var(--bs-secondary);
  border-radius: 20px;
}

.potencial ul li {
  line-height: 1;
}

.potencial ul li h3 {
  font-size: 7.115rem;
  font-weight: 900;
  color: var(--bs-secondary);
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 600px) {
  .potencial h2 span {
    max-width: 834px;
    font-size: 5.366rem;
    margin: 0 auto;
  }

  .potencial h2 span img {
    max-width: 220px;
  }

  .potencial h2 strong {
    font-size: 5.366rem;
  }

  .potencial p {
    font-size: 2.2rem;
  }

  .potencial ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 5rem;
  }

  .potencial ul li {
    width: 33%;
  }

  .potencial ul li p {
    line-height: 1.1;
  }

  .potencial ul li:last-child p {
    width: 190px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .potencial ul {
    padding: 1rem 2rem;
  }

  .potencial ul li {
    padding-bottom: 1rem;
  }
}

/*** Premiação  **/
.premiacao {
  z-index: 0;
  background-color: var(--bs-primary);
}

.premiacao h2 {
  color: var(--bs-white);
  font-size: 3.744rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.premiacao p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.613rem;
  color: var(--bs-white);
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
.premiacao p strong{
  font-weight: 700;
}
.premiacao .content {
  margin-bottom: 2rem;
}

.premiacao .content p {
  font-size: 1.285rem;
}

.premiacao .content p strong {
  font-size: 2.053rem;
  font-weight: 700;
}

.premiacao .content p span {
  font-weight: 700;
}

.premiacao .description {
  margin-bottom: 5rem;
}

.premiacao .description p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.premiacao .description p strong {
  font-weight: 700;
}
.premiacao .card{
  background-color: transparent;
  padding: 20px 10px;
}
.premiacao .card-title{
  font-family: var(--bs-font-sub-title-pages);
  font-style: italic;
  font-weight: 600;
  font-size: 2.009rem;
  text-transform: uppercase;
  color: var(--bs-white);
  line-height: 1.1;
  text-align: center;
  margin: 0 auto 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.premiacao .card-title strong{
  font-size: 4.592rem;
  font-weight: 700;
  margin-right: 0.8rem;
  color: var(--bs-white);
}
.premiacao .card.primeiroLugar{
  padding-left: 1rem;
  padding-right: 1rem;
}
.premiacao .card.segundoLugar{
  background-color: var(--bs-terciary);
}
.premiacao .card.segundoLugar .card-title{
  color: var(--bs-secondary);
}
.premiacao .card.terceiroLugar{
  background-color: var(--bs-secondary);
}
.premiacao .card.terceiroLugar .card-title{
  color: var(--bs-primary);
}
.premiacao .card ul{
  margin: 0;
  padding: 0;
}
.premiacao .card ul li{
  list-style: none;
  margin-bottom: 1rem;
}
.premiacao .card ul li figure{  
  width: var(--bs-width-icon-premiacao);
  height: var(--bs-height-icon-premiacao);
  margin: 0 auto 0.5rem;
}
.premiacao .card ul li figure img{
  width: 100%;
  display: inline-block;
}
.premiacao .card ul li p{
  font-size: 1.5rem;
}

 .premiacao h3{
  font-weight: 700;
  text-align: center;
 }
.premiacao .btn-inscricao{
  max-width: 315px;
  margin: 0 auto;
}
 .premiacao .card .btn{
  position: relative;
  z-index: 2;
  margin: 2.5rem auto 0;
  display: block
}

/*** classes modal **/
.pdf-container {
    height: 70vh;
    overflow-y: auto;
    background-color: var(--bs-gray);
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.pdf-container canvas{
   width: 100%;
   max-width: 970px;
}
.pdf-container canvas {
    margin: auto;
    display: block;
}

.pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.pdf-controls {
    background-color: var(--bs-white);
    padding: 10px;
    border-bottom: 1px solid var(--bs-gray);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.pdf-page {
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.pdf-page canvas {
    width: 100%;
    height: auto;
    display: block;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pageInfo {
    font-weight: 500;
    color: var(--bs-gray-dark);
}

.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.btn-outline-primary {
    border-width: 2px;
}

.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-outline-primary:active {
    transform: translateY(0);
}


@media screen and (min-width: 600px) {
  .premiacao .btn-inscricao{
    margin-top: 2rem;
  }
  .premiacao {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2bbb218a-cf1b-4794-be62-71f17507ef42.jpg");
    background-attachment: scroll;
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
  } 
  .premiacao h2,
  .premiacao .content p,
  .premiacao .description p {
    text-align: left;
  }
  .premiacao h2{
    font-size: 7.296rem;
    padding-top: 2rem;
  }
  .premiacao .card.terceiroLugar,
  .premiacao .card.segundoLugar{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .premiacao .card.terceiroLugar .card-title,
  .premiacao .card.segundoLugar .card-title{
    font-size: 3.525rem;
  }
  .premiacao .card.terceiroLugar .card-title strong,
  .premiacao .card.segundoLugar .card-title strong{
    font-size: 8.057rem;
  }
  .premiacao .card.primeiroLugar .card-title{
    justify-content: flex-start;
    font-size: 4.786rem;
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 1rem;
    padding-left:2rem
  }
  .premiacao .card.primeiroLugar .card-title strong{
    font-size: 10.939rem;  
  }
  .premiacao .content p{
    font-size: 2.504rem;
  }
  .premiacao .content p strong{
    font-size: 4rem;
  }
  .premiacao .description p{
    font-size: 1.513rem;
  }
   .premiacao .description{
    max-width: 725px;
  }
  .premiacao .card.primeiroLugar{
    position: relative;
    z-index: 0;
    height: 970px;
  }
  .premiacao .card.primeiroLugar::after{
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/34424877-047b-4bc7-8ec9-7d9183279615.png");
    height: 267.7px;
    width: 500%;
    background-repeat: repeat-x;
    left: -511%;
    display: inline-block;
    position: absolute;
    bottom: 8px;
    background-size: contain;
  }
  .premiacao .card.primeiroLugar::before {
      content: "";
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/5c497308-e46d-4729-81b2-829d89124444.png");
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: contain;
      height: 970px;
      width: 1100px;
      position: absolute;
      left: -110px;
      top: 0;
      z-index: 0;     
  }
  .premiacao .card p{
    font-size: 1.5rem;    
  }
  .premiacao .card ul{
    padding-left: 1.8rem;
  }
  .premiacao .card ul li p{
    font-size: 2.25rem;
    text-align: left;
  }
  .premiacao .card ul li{
    margin-bottom: 1.5rem;
    display: flex;
    position: relative;
    z-index: 0;
  }
  .premiacao .card ul li figure{
    width: calc(var(--bs-width-icon-premiacao) + 20px);
    height: auto;
    position: absolute;
    left: 0;
  }
  .premiacao .card ul li p{
    padding-left: calc(var(--bs-width-icon-premiacao) + 40px);
  }
  .modal-header{
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  
  .premiacao h2 {
    padding-top: 18rem;
  }
  .premiacao h3{
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .premiacao {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/df515ff6-09f7-44e7-a297-5f341bbf5244.png");
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .premiacao .description {
    max-width: 330px;
    margin: 0 auto 2rem;
  }
  .premiacao .card.primeiroLugar{
    border: 3px solid var(--bs-white);
    background: #EA4E82;
    background: -webkit-linear-gradient(260deg, rgba(234, 78, 130, 1) 0%, rgba(41, 20, 81, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(234, 78, 130, 1) 0%, rgba(41, 20, 81, 1) 100%);
    background: linear-gradient(260deg, rgba(234, 78, 130, 1) 0%, rgba(41, 20, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EA4E82", endColorstr="#291451", GradientType=0);
  } 
  .premiacao .card .btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modal-header{
    display: inline-block;
    text-align: center;
  }
  .modal-header .align-buttons{
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 2rem;
  }
}

/*** FAQ  **/
.faq {
  background-color: var(--bs-gray-light-2);
  z-index: 0;
}
.faq h2 {
  color: var(--bs-secondary-dark);
  text-align: center;
}
.faq .section-header p {
    font-family: var(--bs-font-sub-title-pages);
    font-size: 1.563rem;
    color: var(--bs-secondary-dark);
    text-align: center;
    margin: 0;
    line-height: 1.2;
}
.faq .accordion {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.faq .accordion >li {
  margin: 1rem 0;
  border: 1px solid var(--bs-secondary-dark);
  padding: 10px 30px;
  border-radius: 10px;
}
.faq .accordion >li ul{
  list-style: disc;
  color: var(--bs-secondary-dark);
  margin-bottom: 1rem;
}
.faq .accordion >li ul li{

}
.faq .accordion >li ul li p{
  margin: 0;
}
.faq .accordion .header {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  color: var(--bs-secondary-dark);
  text-decoration: none;
  padding: 0;
  border-radius: 0.15em;
  font-size: 1.188rem;  
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.faq .accordion .header::after {
  content: '';
  position: absolute;
  padding: 0;
  box-shadow: 2px -2px 0 1px var(--bs-secondary-dark) inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
  right: 5px;
  top: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.faq .accordion .header:hover::after {
  box-shadow: 2px -2px 0 1px var(--bs-secondary-dark) inset;
  transform: rotate(-133deg);
  top: 10px;
}

.faq .accordion .header.open::after {
  content: '';
  transform: rotate(135deg);
  box-shadow: 2px -2px 0 1px var(--bs-secondary-dark) inset;
  top: 5px;
}

.faq .accordion .header:hover {
  color: var(--bs-primary);
}

.faq .accordion .inner {
  overflow: hidden;
  transition: all 0.3s ease;
  transform-origin: top;
  max-height: 0;
  opacity: 0;
  margin-top: 0.5rem;
}
.faq .accordion .inner p{
  color: var(--bs-secondary-dark);
  font-size: 1.1rem;
}
.faq .accordion .inner.show {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}

.faq .accordion .inner.animating {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media screen and (min-width: 600px) {
  
}
@media screen and (max-width: 600px) {
   
  .faq h2{
    padding-top: 2rem;
    font-size: 2.5rem;
  }
  .faq .section-header p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .faq .accordion .header{
    /* font-size: 1.5rem; */
    line-height: 1.2;
  }
  .faq .accordion .inner p{
    font-size: 1.1rem;
  }
}
/* Efeito de "bounce" quando abre */
@keyframes bounceIn {
  0% {
    transform: scaleY(0);
  }

  60% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.inner.show.animating {
  animation: bounceIn 0.5s forwards;
}


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

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

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

.sobre ul li {
  color: var(--bs-white);

}

.sobre ul li p {
  font-weight: 700;
}

/*
.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 {
  color: var(--bs-white);
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.296rem;
}

.sobre h2 strong {
  max-width: inherit;
  display: inline-block;
  width: 100%;   
  font-weight: 700;
}
.sobre h3 {
  color: var(--bs-white);
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 5.511rem;
}

.sobre h3 strong {
  max-width: inherit;
  display: inline-block;
  width: 100%;   
  font-weight: 700;
}

.sobre p {

  font-size: 1.063rem;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  /* line-height: 1.3; */
  color: var(--bs-white);
}
 .sobre p strong{
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
  }

.bg-sobre {
  /* background-image: url("");
    background-position: center; */
  background: #291451;
  background: -webkit-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
  background: linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291451", endColorstr="#EA4E82", GradientType=1);
}

 .sobre .align-socials {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0;
  padding: 0;
  margin-top: 3rem;
}

.sobre .align-socials li {
  text-decoration: none;
  list-style: none;
  border: none;
  padding: 0 0.375rem;
}
.sobre .align-socials li.logo{  
  max-width: 145px;
  display: inline-block;
  margin-left: 1rem;
 }
.sobre .align-socials li.logo a,
.sobre .align-socials li.logo a i{
  background-color: transparent;
  width: 100%;
  display: inline-block;
}
.sobre .align-socials li a i {
  background-color: var(--bs-footer-color);
  color: var(--bs-secondary-dark);
  font-size: 2rem;
  border-radius: 10px;
  padding: 5px 0px;
  width: 48px;
  text-align: center;
  height: 48px;
  line-height: 40px;
}
.sobre .align-socials li a:hover i{
  color: var(--bs-primary);
}
@media screen and (max-width: 600px) {
  .bg-sobre {
    /* background-image: url("");
    background-position: top center; */
   
  }

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

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

  .sobre h2 {
    font-size: 1.558rem;
  }
  .sobre .align-socials li a i{
     font-size: 1.8rem;
  }
}

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

  .sobre h2 {
    padding-top: 0rem;
    max-width: 491px;
    margin-bottom: 2rem;
  }
  .sobre h3 {
    width: 678px;
    display: inline-block;
    position: relative;
    line-height: 72px;
    margin-bottom: 2rem;
  }
  .sobre p {
    font-size: 2.296rem;
    max-width: 490px;
    line-height: 1;
  }
 
  .sobre .btn-sobre {
    margin-top: 1rem;
    max-width: 320px;
  }

  .sobre .content {
    min-height: 600px;
    left: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3rem 0;
  }
  /*
  .bg-sobre {
    /* background-image: url("");
      background-position: center; 
    background: #291451;
    background: -webkit-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    background: linear-gradient(90deg, rgba(41, 20, 81, 1) 0%, rgba(234, 78, 130, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#291451", endColorstr="#EA4E82", GradientType=1);
  }
  */
  /* .sobre .container {
    position: relative;
  } */

  /* .sobre .container::before {
    content: "";
    background-image: url("");
    height: 864px;
    width: 1056px;
    position: absolute;
    left: -490px;
    top: -312px;
    z-index: 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
  } */
/* 
  .sobre .container::after {
    content: "";
    width: 455px;
    height: 202px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 60px;
    bottom: 0;
    background-image: url("");
  } */

  .sobre .sobre-img {
    position: absolute;
    z-index: 2;
    width: 520px;
    text-align: left;
    top: 2rem;
    left: 2rem;
    display: inline-block;
    height: 100%;
  }

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



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

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

}
.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);
}
@media screen and (min-width: 600px) {
  .tp .footer .container{
    border-top:2px solid var(--bs-white);
    padding-top: 2rem;
  }
}
.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-white);
}

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

/*** Ebook ***/
.ebook {
  z-index: 0;
}

.ebook h2 {
  color: var(--bs-white);
  font-size: 1.746rem;
  margin-bottom: 1rem;
}

.ebook p {
  color: var(--bs-white);
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}

.ebook .link-img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ebook .link-img img {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .ebook .content-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    left: -40px;
  }

  .ebook .btn {
    max-width: 312px;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .ebook .row {
    flex-direction: column-reverse;
  }

  .ebook h2 {
    font-size: 1.488rem;
  }

  .ebook p {
    font-size: 1.172rem;
  }
}

/*** Links Úteis  ***/
.links-uteis {
  z-index: 0;
}

.links-uteis h2 {
  font-size: 1.563rem;
  color: var(--bs-white);
  text-align: center;
  margin-bottom: 1.5rem;
}

.links-uteis ul {
  margin: 0;
  padding: 0;
}

.links-uteis ul li {
  text-align: center;
  list-style: none;
}

.links-uteis ul li a::before {
  content: "";
  position: absolute;
  background-color: var(--bs-terciary);
  width: 6px;
  height: 6px;
  left: 0rem;
  top: 0.5rem;
  border-radius: 50px;
}

.links-uteis ul li a {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bs-terciary);
  position: relative;
  z-index: 0;
  padding-left: 1rem;
  text-decoration: underline;
}

.links-uteis ul li a:hover {
  color: var(--bs-white)
}

.links-uteis hr {
  border-top-color: var(--bs-terciary);
  opacity: 0.5;
  border-width: 2px;
}

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

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

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

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 2.804rem;
  font-family: var(--bs-font-sebrae);
  color: var(--bs-white);
}
#compartilhar h2 strong {
  font-weight: 400;
  width: 100%;
  display: inline-block;
}


@media screen and (min-width: 600px) {
  .compartilhar::after {
    /* content: "";
    width: 572px;
    height: 91px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: -40px;
    background-image: url(""); */
  }
}

@media screen and (max-width: 600px) {
  /* .compartilhar {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/80b4d9ef-358c-40bf-b75d-9ac47a178e4b.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
  } */

  /* .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("");
  } */
  #compartilhar h2 strong {
    /* display: inline-block;
    width: 100%; */
  }

  .mobile {
    display: none;
  }

  .formulario h2 {
    max-width: inherit;
  }

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

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

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


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

  .header h1 img {
    width: 100%;
  }

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

  } */

  .header h2 span {
    max-width: 100%;
  }

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

  .header h1 span {
    margin: 0 auto 1rem;
    max-width: 215px;
  }


  .header h2 strong {
    line-height: 1.2;
  }


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

  .header p {
    font-size: 1.1rem;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header h4 {
    text-align: center;
  }

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

  /* 
  .header.tp p {
    max-width: inherit;
    font-size: 1.188rem;
  }

  .header.tp p:last-child {
    margin-bottom: 0;
  } */

  .header.tp .btn,
  .header.lp .btn {
    margin: 1rem auto 2rem;
  }


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

  /* .sobre p {    
    font-size: 1.2rem;
  } */

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

  /* 
  #sobre .btn {
    margin-bottom: 2rem;
  } */

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

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

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

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

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

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

  #form .section-title {
    margin: 0;
    max-width: inherit;
    line-height: 1.1;
    width: 100%;
    text-align: center;
  }

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

  #form .list-vantagens li p,
  #form p {
    font-size: 1.4rem;
    text-align: center;
  }

  #form .list-vantagens li p {
    width: 100%;
    padding-left: 0;
    display: inline-block;
    padding-right: 0;
  }


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

  #form .list-vantagens li {
    padding-left: 0;
  }

  #form .list-vantagens li h3 {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.9rem;
  }

  #form .list-vantagens li .icon {
    position: relative;
    margin: 0 auto 1rem;
    width: calc(var(--bs-size-width-image-icon) + 20px);
    height: calc(var(--bs-size-height-image-icon) + 20px);
  }

  .sobre {
    padding: 0;
  }

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

  .sobre h2 {
    margin-top: 3rem;
    font-size: 1.39rem;
    text-align: center;
  }
   .sobre h3 {
    font-size: 3rem;
    text-align: center;
    line-height: 1;
  } 
  .sobre p{
    text-align: center;
    font-size: 1.331rem;
    line-height: 1.1;
  }
  .sobre ul li p {
    width: 100%;
    margin-bottom: 0.575rem;
  }

  .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-top: 1rem;
    /* max-width: 261px; */
  }

  .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: 0rem;
  }
}