@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Antonio:wght@100..700&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: "Antonio", 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: #008DFF;
  --bs-primary-dark: ;
  --bs-primary-light: ;
  --bs-secondary: #F7B7D3;
  --bs-secondary-dark: #FE87BB;
  --bs-terciary: #33C847;
  --bs-quaternary: ;


  /** cores especiais **/


  --bs-gray: #F8F8F8;
  --bs-gray-light: #9CB8E2;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-white);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 84px;
  --bs-size-height-image-icon: 84px;
  --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: 700;
  font-style: normal;
  font-size: 1.438rem;
  border-radius: 40px;
  text-transform: uppercase;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  font-family: var(--bs-font-sebrae);
  border-width: 2px;
  /* -webkit-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.20); */

  /* --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-primary);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-terciary);
  --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-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --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-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-border-color: var(--bs-btn-border-color);
  
  background: linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%) !important;  
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: var(--bs-primary) !important; 
  border-color: var(--bs-white);  
}

.btn-secondary:active {
  background: var(--bs-primary) !important;
  filter: brightness(0.9); 
  transform: translateY(0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



.btn-info {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-white);
  --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-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: 0px;
}


h2 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.111rem;
  font-weight: 400;
  color: var(--bs-black);
}

h3 {  
  font-size: 2.069rem;
  font-weight: 700;
  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: contain;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: center top;
}


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

@media screen and (max-width: 600px) {
  .bg-header.lp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f26bd7bd-1cbf-4c9f-818a-7327bcaf2d37.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-header.tp{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/8fb904cf-033e-4c19-a5db-1e72987da466.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
/* 
  .header::before {
    content: "";
    width: 414px;
    height: 48px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    top: -5px;
    background-image: url("");
  } */
  .header .content-text {
    padding: 0;
  }

}

@media screen and (min-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/e7e4f781-6ab3-4320-98ff-5421143c28a9.png");
  }
  
  .header::before{
    content: "";
    width: 432px;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2e8cf11e-7929-4d60-a208-b81a85c60b3f.png");
  }
  /* .header .container::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("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/62bd016a-07e7-4669-858a-48a3598d6579.png");
  } */

  .header::after {
    content: "";
    width: 235px;
    height: 98px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    right: 0;
    top: 0;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/96595b92-3209-485b-871f-d6b85b036dcf.png");
  }
  .header .asset-header{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d3551611-d099-4ae1-8c40-b8a8f5532baf.png");
    width: 309px;
    height: 68px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .content-logo{
    position: relative;
    z-index: 0;
  }
  .header .logosanta-catarina{
    width: 437px;
    height: 132px;
    position: absolute;
    bottom: 0;
    right: -210px;
  }
  .header .logosanta-catarina::after{
    content: "";
    position: absolute;
    width: 500%;
    height: 132px;    
    bottom: 0;
    right: -500%;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4a91adc2-8d33-4a51-979d-93fcc72abb3c.png");
  }
   .header .logosanta-catarina img{
    width: 100%;
   }
}


/** 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: 326px;
  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; */
  width: 100%;
  display: block;
  margin-top: 0;
  color: var(--bs-white);
}

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



.header p {
  font-weight: 400;
  font-size: 1.156rem;
  color: var(--bs-white);
  line-height: 1.2;
  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: 280px;
  display: block;
  margin: 0rem 0 0 0; 
  font-size: 1.238rem;
  letter-spacing: 2px;
}

.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.lp .hero-img .header.lp .hero-img {
    margin-bottom: 0rem;
  }

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

  .header .align-buttons {
    background-color: var(--bs-secondary);
  }

  .header.lp .content-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .header h3{
    font-size: 1.394rem;
    max-width: 310px;
    margin: 1rem auto;
    text-align: center;
  }
  h3{
     font-size: 1.219rem;
  }

}

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

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

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

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

  .header.tp .hero-content-wrapper {
    min-height: 690px;
    padding-top: 0;
  }

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


  .header h2 {
    width: 100%;    
    position: relative;
    left: 0px;
    max-width: 510px;
    margin: 10px 0 10px 0;
    /* font-size: 7rem;
    font-size: 8.629rem; 

    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 93px;*/   

  }

  

  .header h2 span {
    font-family: var(--bs-font-sans-serif);
    font-size: 1.8rem;
    font-weight: 400;
    max-width: inherit;
    width: 100%;
    display: block;
    line-height: 37px;
  }

  .header h2 strong {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 20px;
    max-width: inherit;
    width: 100%;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 2px;
  }
  .header h3{
    max-width: 443px;
    line-height: 1;
    margin: 0.575rem 0 0.575rem 0;
  }




  .header.lp .hero-img,
  .header.tp .hero-img {
    width: 100%;
    top: 0;
    max-width: 1440px;
  }

  /* .header.tp .hero-img {
    width: 41%;
    top: 3rem;
    right: 4rem;
  } */

  .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 {
  font-family: var(--bs-font-form-serif);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}

#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-top: 0;
  display: inline-block;
  width: 100%;
}


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

#form .content {
  margin-bottom: 1rem;
}

#form-salesforce .content {
  margin-bottom: 0rem;
}

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

#form .list-vantagens li {
  display: flex;
  width: 100%;
  max-width: inherit;
  margin-bottom: 0rem;
  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: 2rem;
  flex-direction: column;
}

#form .list-vantagens li p {
  font-weight: 400;
  color: var(--bs-gray-dark);
  padding-top: 0;
  font-size: 1.063rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  line-height: 1.3;
}

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

#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: none;
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#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: 10px;
}

#form .description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#form .description ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#form .description {
  margin-bottom: 0.175rem;
}

#form .description ul li h2 {
  display: inline-block;
  transform: skewX(-20deg);
  background-color: var(--bs-secondary);
  margin-bottom: 0rem;
  height: 37px;
  line-height: 1;
  vertical-align: middle;
}

#form .description ul li h2 span {
  font-family: var(--bs-font-sebrae);
  color: var(--bs-white);
  font-size: 1.341rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  transform: skewX(20deg);
  display: inline-block;
}

#form .description ul li h3 {
  font-size: 1.908rem;
  font-weight: 700;
  color: var(--bs-secondary);
  margin-top: 0.175rem;
}

#form .description ul li p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.61rem;
}

/* 

#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.35rem;
  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: 270px;
}

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

  #form .description ul li h2 {
    margin: 0 auto;
    width: 150px;
    height: 28px;
    text-align: center;
    display: block;
  }

  #form .description ul li h2 span {
    font-size: 1.233rem;
  }

  #form .description ul li h3 {
    font-size: 1.754rem;
    text-align: center;
  }

  #form .description ul li p {
    font-size: 1.481rem;
  }
}

@media screen and (min-width: 600px) {
  .bg-form {
    background-image: url("");
    background-position: center bottom;
  }

  #form .description:nth-child(2) ul li p {
    max-width: 317px;
  }

  #form .content span {
    width: 100%;
    display: inline-block;
  }
  .form .container{
    position: relative;
    z-index: 0;
  }
  .form .asset-top-form{    
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c426edb3-f489-4b84-9ed6-499a847748b6.png");
    width: 482px;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -180px;
  }
  .form .asset-top-form::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/adbc3bf4-5366-4a27-a0df-2880134314ca.png");
    width: 500%;
    height: 133px;
    background-repeat: repeat-x;
    position: absolute;
    left:-500%;
    top: 0;
    display: inline-block;
  }

  #form .description {
    position: relative;
  }

  #form .description ul li h2 {
    position: relative;
    left: -1rem;
    line-height: 30px;
  }

  #form .description ul li h2 span {
    padding-left: 25px;
  }

  #form .list-vantagens,
  #form .description ul li h3,
  #form .description ul li p {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
  }
}


.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 **/
/** Mercado Pronto **/
.mercado-pronto{
  background-color: var(--bs-primary);
  z-index: 0;
}

.mercado-pronto h2{
  color: var(--bs-white);
  font-weight: 700;
  font-size: 4rem;
  text-transform: uppercase;
}
.mercado-pronto article{
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.mercado-pronto article:last-child{
  margin: 0;
}
.mercado-pronto article h3{
  font-family: var(--bs-font-sub-title-pages);
  color: var(--bs-white);
  font-size: 4.033rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.mercado-pronto article .description{}
.mercado-pronto article .description p{
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--bs-white);
    margin: 0;
    line-height: 1.2;
    padding-left: 1.5rem;
    padding-bottom: 0.375rem;
}
.mercado-pronto article .description p cite{
  color: var(--bs-secondary);
  font-size: 0.938rem;
  font-weight: 600;
  font-style: italic;
  width: 100%;
  display: inline-block;
}

.mercado-pronto article .description p.font{
  position: relative;
  z-index: 0;
  height: 100%; 
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  .mercado-pronto .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/abf5fb5e-7bdb-4a9b-8651-11f1504a5039.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .mercado-pronto h2{
    font-size: 3.054rem;
    max-width: 270px;
    margin: 2rem auto 4rem;
    position: relative;
    z-index: 0;
  }
  .mercado-pronto h2::before{
    content: "";
    background-color: var(--bs-white);
    width: 130px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -5rem;
    bottom: -3rem;
  }
  .mercado-pronto article{
    padding: 0 0rem 0 1rem;
  }
   .mercado-pronto article:first-child{
    margin-top: 2rem;
   }
   .mercado-pronto article h3{
     font-size: 3.079rem;
   }
   .mercado-pronto article .description p{
    font-size: 1.145rem;
    margin-bottom: 0.575rem;
    padding-bottom: 0;
   }
   .mercado-pronto article .description p.font cite{
    font-size: 0.716rem;
    max-width: 140px;
    display: block;
   }
   .mercado-pronto article .description p.font::before{
    content: "";
    width: calc(100% - 180px);
    height: 4px;
    background: var(--bs-secondary);
    position: absolute;
    right: -1rem;
    top: 5px;
   }
   .mercado-pronto article .description{
    position: relative;
    z-index: 0;
   }  
}
@media screen and (min-width: 600px) {
  .mercado-pronto .content-title{
    display: flex;
    align-items: center;
    position: relative;
  }
  .mercado-pronto .container{
    position: relative;
    z-index: 0;
  }
  .mercado-pronto .asset-top{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f6da7950-6eea-4187-aba1-d73f36757f5c.png");
    width: 482px;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: -1.5rem;    
    left: -170px;
    background-repeat: no-repeat;
  }
  .mercado-pronto .asset-top::before{
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a85bedf3-8c01-4eae-9fa9-71c6ee6c1d57.png");
    width: 500%;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -500%;
    background-repeat: repeat-x;
  }
  .mercado-pronto .content-title::after{
    content: "";
    bottom: 0rem;
    right: 2.5rem;
    width: 8px;
    height: 100%;
    background-color: var(--bs-white);
    display: inline-block;
    position: absolute;
  }
  .mercado-pronto h2{
    margin-top: 0rem;
    max-width: 310px;
  }
  .mercado-pronto article .description p.font::before{
    content: "";
    width: calc(100% - 280px);
    height: 3px;
    background: var(--bs-secondary);
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .mercado-pronto article .description p.font::after{
    content: "";
    width: calc(500% - 280px);
    height: 4px;
    background: var(--bs-secondary);
    position: absolute;
    right: -400%;
    bottom: 10px;
  }
  .mercado-pronto article:last-child .description p.font::after,
  .mercado-pronto article:last-child .description p.font::before{
    display: none;
  }
}
/** Resultados Reais  ***/
.resultados-reais{

}
.resultados-reais picture img {
  width: 100%;
}
.resultados-reais h2{
  text-transform: uppercase;
  color: var(--bs-white);
  font-size: 5.663rem;
  line-height: 1;
}
.resultados-reais h2 span{
  font-family: var(--bs-font-sans-serif);
  text-transform: none;
  font-weight: 400;
  font-size: 4rem;
}
.resultados-reais h2 strong{
  font-weight: 700;
  color: var(--bs-secondary);
  font-size: 8rem;
}
@media screen and (min-width: 600px) {
  .resultados-reais{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c1b9578f-ca4f-4e34-8fb3-ac35642f728f.png");    
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    background-position: center top;    
  }
  .resultados-reais .row{
    flex-direction: row-reverse;
  }
  .resultados-reais picture {
    position: absolute;
    width: 60%;
    text-align: left;
    top: 0rem;
    left: 0rem;
    z-index: 0;
    max-width: 1290px;
  }
  .resultados-reais h2{
    min-height: 380px;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;
  }
  .resultados-reais .content-assets{
    position: relative;
  }
  .resultados-reais .asset-top-left{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/45f27e55-cfb8-4934-ba4f-cd4a5fe3a084.png");
    width: 307px;
    height: 136px;
    position: absolute;
    left: -230px;
    z-index: 1;
    display: inline-block;
    top: -3rem;
  }
  .resultados-reais .asset-top-left::before{
    content: "";
    width: 500%;
    background-color: var(--bs-white);    
    display: inline-block;
    position: absolute;
    top: 0;
    left: -500%;
    height: 136px;
  }

  .resultados-reais .asset-bottom-right{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/040c8693-9f1b-4685-99ee-ecaa2138e8ad.png");
    display: inline-block;
    width: 186px;
    height: 67px;
    position: absolute;
    bottom: -3.5rem;
    right: -180px;
  }
  .resultados-reais .asset-bottom-right::before{
    content: "";
    width: 500%;
    background-color: var(--bs-white);    
    display: inline-block;
    position: absolute;
    top: 0;
    right: -500%;
    height: 67px;
  }
}
@media screen and (max-width: 600px) {
  .resultados-reais{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/b2abefc0-ce24-4add-acc5-07db8217b4cb.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: scroll;
  }
  .resultados-reais .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/be3bb7fd-0eb2-4253-ad88-0c1dd0965b28.png");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .resultados-reais h2{
    text-align: center;
    font-size: 2.932rem;
    margin-top: 1rem;
  }
  .resultados-reais h2 span{
    font-size: 2.071rem;
  }
  .resultados-reais h2 strong{
    font-size: 4.141rem;
  } 
}

/**Quem Participou**/
.quem-participou{
  background: #F7B7D3;
  background: -webkit-linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  background: -moz-linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  background: linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7B7D3", endColorstr="#FF82B9", GradientType=0);
  z-index: 0;
}
.quem-participou .asset-bottom-right{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ae77f168-7699-453f-8bf1-43953fedc47b.png");
  width: 100%;
  min-height: 95px;
  position: absolute;
  top: -70px;
  left: 0;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}

.quem-participou h2{
  color: var(--bs-white);
  text-transform: uppercase;
  font-size: 2.624rem;
  line-height: 1.2;
  margin: 0;
}
.quem-participou strong{
  color: var(--bs-primary);
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
.quem-participou .content-asset{
  position: relative;
}
.quem-participou .asset-left{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2bdab9bc-d371-486e-aeb7-f3f9d176832e.png");
  width: 251px;
  height: 225px;
  display: inline-block;
  position: absolute;
  left: -120px;
  top: -1rem;
  background-size: cover;
}
.quem-participou .asset-left::before{  
  content: "";
  width: 500%;
  background-color: var(--bs-white);    
  display: inline-block;
  position: absolute;
  top: 0;
  left: -500%;
  height: 225px;
}
.quem-participou article {
    display: flex;
    margin-bottom: 1.2rem;
    justify-content: flex-start;
    align-items: center;
}

.quem-participou article h3{
  font-family: var(--bs-font-sub-title-pages);
  color: var(--bs-white);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.quem-participou article p{
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--bs-white);
  margin: 0;
  line-height: 1.2;
  padding-left: 1.5rem;
  padding-bottom: 0rem;
}
@media screen and (min-width: 600px) {
  .quem-participou h2{
    display: flex;
    justify-content: center;
    height: 190px;
    flex-direction: column;
  }
  
  .quem-participou h2{
    position: relative;    
  }
  .quem-participou h2::after {
    content: "";
    bottom: 1rem;
    right: 2rem;
    width: 8px;
    height: 150px;
    background-color: var(--bs-white);
    display: inline-block;
    position: absolute;
  }
  .quem-participou article p{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .quem-participou article:last-child{
    margin-bottom: 0;
  }
  .quem-participou .articles{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .quem-participou h2{
    max-width: 270px;
    margin: 2rem auto 1rem;
    font-size: 2.6rem;
    text-align: center;
  }
  .quem-participou article{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .quem-participou article:first-child{
    margin-bottom: 0;
  }
  .quem-participou article h3{
    font-size: 3.211rem;
  }
  .quem-participou article p{
    font-size: 1rem;
  }
}
/**Videos  ***/
.videos{
  z-index: 0;
}
.videos .card{
  background: transparent;
  border: none;
}
.videos .card a:hover{
    transform: scale(1.05);
    transition: .3s;
 }
.videos .card-title{
  color: var(--bs-primary);
  text-transform: uppercase;
  width: 100%;
  display: inline-block;  
}
.videos .card-title strong{
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: 1.846rem;
  margin-bottom: 0.557rem;
}
.videos .card-title span{
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 700;
  font-size: 3.875rem;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.videos .card-text{
  font-size: 1.1rem;
  text-align: center;
  color: var(--bs-gray-dark);
  font-style: italic;
}
.modal-videos .modal-title{
  font-family: var(--bs-font-sub-title-pages);
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.modal-videos .modal-body{
  padding: 0;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}


@media screen and (min-width: 600px) {}
@media screen and (max-width: 600px) {
  .modal-videos .modal-title{
    font-size: 1.7rem;
  }
  .videos .card-title span{
    font-size: 2.641rem;
  }
  .videos .card-title strong{
    font-size: 1.258rem;
  }
}

/*** Participe ***/
.participe{
  background: #F7B7D3;
  background: -webkit-linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  background: -moz-linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  background: linear-gradient(85deg, rgba(247, 183, 211, 1) 0%, rgba(255, 130, 185, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7B7D3", endColorstr="#FF82B9", GradientType=0);
  z-index: 0;
}
.participe h2{
  font-family: var(--bs-font-sans-serif);
  text-align: center;
  font-weight: 700;
  color: var(--bs-white);
  margin-bottom: 1.5rem;
}
.participe .btn-participe {
  max-width: 530px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {}
@media screen and (max-width: 600px) {
  .participe .btn-participe{
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}



/**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: flex-start;
  position: relative;
  z-index: 2;
  align-items: flex-start;
}

.sobre h2 {
  line-height: 1.1;
  margin-bottom: 2rem;
  color: var(--bs-white);
  font-size: 3.178rem;
  font-weight: 800;
  text-transform: uppercase;
}


.sobre h2 strong {
  max-width: inherit;
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 6.355rem;
  font-weight: 800;
  height: auto;
  margin-top: 1rem;
}

.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 ul{
  margin-top: 2rem;
}
.sobre ul li{
  list-style: none;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
}
.sobre ul li::before{
  content: "";
  position: absolute;
  left: -2rem;
  top: 3px;
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/dab39032-5fea-4555-b0ec-efb32edbc012.png");
  width: 22px;
  height: 18px;
  display: inline-block;

}
@media screen and (max-width: 600px) {
  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4d3ed3d2-cd84-4296-a336-8d6a30fa9520.png"); 
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
  }

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

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

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

@media screen and (min-width: 600px) {
  .sobre::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0d2ff25c-1e44-4a2a-81de-01936f2b8037.png");
    content: "";
    width: 255px;
    height: 101%;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .sobre h2 {
    width: 674px;    
  }

  .sobre p {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  .sobre .btn-sobre {
    max-width: 400px;
    margin-top: 0.475rem;
  }

  .sobre .content {
    min-height: 500px;
    padding-top: 2rem;
  }

  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c1b9578f-ca4f-4e34-8fb3-ac35642f728f.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    background-position: top right;
  }
  .sobre .sobre-img {
    position: absolute;
    width: 83%;
    text-align: left;
    top: 0rem;
    right: 0rem;
    max-width: 1262px;
  }

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

  .sobre .row {
    flex-direction: row-reverse;
  }
}

/** Contato **/
.fale-conosco {
  background: #13E9FE;
  background: -webkit-linear-gradient(85deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  background: -moz-linear-gradient(85deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  background: linear-gradient(85deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13E9FE", endColorstr="#33C847", GradientType=0);
  z-index: 0;
}

.fale-conosco h2{
  text-align: center;
  color: var(--bs-white);
  font-family: var(--bs-font-sans-serif);
  margin: 0 0 2rem 0;
  line-height: 1.2;
  font-size: 1.438rem;
  font-weight: 700;
}

.fale-conosco .btn{    
    margin: 0 auto;
} 
@media screen and (min-width: 600px) {
  .fale-conosco h2 {
    font-size: 2.5rem;
  }
  .fale-conosco .btn{
    max-width: 440px;    
  } 
}
@media screen and (max-width: 600px) {
  .fale-conosco .btn{
    max-width: 90%;    
    font-size: 1.2rem;
  } 
}


/** Faq **/
.faq h2 {
  font-family: var(--bs-font-form-serif);
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-align: center;
}
.faq .section-header p {
    font-family: var(--bs-font-sub-title-pages);
    font-size: 1.563rem;
    color: var(--bs-primary);
    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;  
}

.faq .accordion .header {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  color: var(--bs-primary);
  text-decoration: none;
  padding: 0;
  border-radius: 0.15em;
  font-size: 1.879rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-right: 30px;
}
.faq .accordion .header::before {
  display: none;
}
.faq .accordion .header::after {
  content: '';
  position: absolute;
  padding: 0;
  box-shadow: 2px -2px 0 1px var(--bs-primary) inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

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

.faq .accordion .header.open::after {
  content: '';
  transform: rotate(135deg);
  box-shadow: 2px -2px 0 1px var(--bs-white) 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-gray-dark);
  font-size: 1.1rem;  
  margin-bottom: 0.5rem;
}
.faq .accordion .inner p a{
  color: var(--bs-primary);
  font-weight: 600;
  text-decoration: underline;
}
.faq .accordion .inner.show {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
  border-bottom: 2px solid var(--bs-primary);
  padding-bottom: 10px;
}
.faq .accordion .inner h3{
  color: var(--bs-gray-dark);
}
.faq .accordion .inner ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.faq .accordion .inner ol{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.faq .accordion .inner ol li{  
  border: none;
  margin: 0;
  list-style: decimal;
  color: var(--bs-gray-dark);
}
.faq .accordion .inner ul li{  
  border: none;
  margin: 0;
  list-style: disc;
  color: var(--bs-gray-dark);
}
.faq .accordion .inner ul li p,
.faq .accordion .inner ol li p{
  margin: 0;
}

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

@media screen and (min-width: 600px) {
  .faq .container{
    position: relative;
    z-index: 0;
  }
  .faq .asset-top-faq{    
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c426edb3-f489-4b84-9ed6-499a847748b6.png");
    width: 482px;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -180px;
  }
  .faq .asset-top-faq::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/adbc3bf4-5366-4a27-a0df-2880134314ca.png");
    width: 500%;
    height: 133px;
    background-repeat: repeat-x;
    position: absolute;
    left:-500%;
    top: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  /* .faq{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4b67272c-9e2e-495d-b3ed-3e4ad218f77d.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    background-size: contain;
  }
   .faq .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/843544d5-48bf-4542-939d-983408319123.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
    background-size: contain;
  } */
  .faq{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/dd1fcba7-51b5-4e96-8ee8-a73374993696.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: top center;
  }
  .faq h2{
    padding-top: 0rem;
    margin: 0;
  }
  .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.125rem;
  }
}
/* 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;
}


/** 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;
}
@media screen and (max-width: 600px) {
   .footer {
      padding-bottom: 3rem;
   }
}
.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;
}


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



/** Parabens  **/
.parabens {
  z-index: 0;
}

.parabens h2 {  
  color: var(--bs-secondary-dark);
  font-family: var(--bs-font-form-serif);
  margin: 0;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 700;
}
.parabens p{
  font-size: 1.5rem;
  color: var(--bs-gray-dark);
  font-weight: 400;
  line-height: 1.2;
}
.btn-e-book {
  max-width: 300px;
  margin: 1rem auto 0;
  display: block;
}

@media screen and (min-width: 600px) {
 .parabens .container{
  position: relative;
 }
 .parabens h2{
  margin-top: 4rem;
 }
 .parabens .asset-top{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2c75a539-5e2b-4539-9489-83eb28eb5f46.png");
    width: 266px;
    height: 133px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -140px;
 }
  .parabens .asset-top::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f81a8777-53e9-47c0-a4e5-af66ab6fa658.png");
    width: 500%;
    height: 133px;
    background-repeat: repeat-x;
    position: absolute;
    left: -500%;
    top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .parabens {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/982d878f-c3af-479a-9972-270af91bc741.png");
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  .parabens h2 {
    font-size: 2rem;
    text-align: center;
    max-width: 350px;
    margin: 0rem auto 0;
  }
  .parabens p {
    font-size: 1.1rem;
    text-align: center;
  }
}

/** Outros Materiais Sebrae **/

.retorno {
  z-index: 0;
  background: #13E9FE;
  background: -webkit-linear-gradient(256deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  background: -moz-linear-gradient(256deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  background: linear-gradient(256deg, rgba(19, 233, 254, 1) 0%, rgba(51, 200, 71, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13E9FE", endColorstr="#33C847", GradientType=0);
}
.retorno h2{
  font-family: var(--bs-font-sans-serif);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--bs-white);
  text-align: center;
  margin: 0;
}
.retorno p{
  font-size: 2rem;
  color: var(--bs-white);
  text-align: center;
  line-height: 1.1;
}


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

@media screen and (max-width: 600px) { 
  .retorno h2{
    font-size: 1.5rem;
    
  }
}
/*** Compartilhe **/
#compartilhar {
  background-color: var(--bs-primary);
  z-index: 0;
}

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-family: var(--bs-font-sebrae);
  font-size: 2.043rem;
  color: var(--bs-white);
  font-weight: 700;
}

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

#compartilhar hr {
  opacity: 1;
  border-width: 2px;
}


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

@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none;
  }

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

  
  .sobre h2,
  #form .section-title,
  #form h2,
  h2 {
    font-size: 1.5rem;
  }
  .header.lp .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/14d38090-9b46-4ac1-a5ab-8b6e418f34ee.png");
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
  }
   .header.tp .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2ed1dd7a-0ffd-45af-ade4-5e811131b133.png");
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
  }
  /*
  .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.lp h2 {
    padding: 0;
    max-width: 305px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
  }

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

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

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

  .header p {
    font-size: 1rem;
    max-width: 420px;
    margin: 0rem auto;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;

  }
/*
  .header.lp p strong {
    /* max-width: inherit;
    font-size: 1.25rem; *
  }
*/
  .header.tp p {
    max-width: 90%;
    font-size: 1.3rem;
  }

  .header.tp .btn,
  .header.lp .btn {
    margin: 1.5rem auto;
    max-width: 240px;
    /* padding-right: 1.3rem;
    padding-left: 1.3rem; */
  }


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

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

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

  #sobre .btn {
    margin-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .social-network {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  /* .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{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/dd1fcba7-51b5-4e96-8ee8-a73374993696.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: top center;
  }
  #form .section-title {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1rem;
  }

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

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

  #form .list-vantagens li p {
    padding: 0 1rem;
    width: 100%;
    display: inline-block;
    font-size: 1.206rem;
  }

  #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) - 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;
  }

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


  .sobre {
    padding: 0;
  }


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

  .sobre h2 {
      margin: 1rem auto 1rem;
      font-size: 2.1rem;
      display: block;
      max-width: 225px;
      text-align: center;
  }

  .sobre h2 strong {
    text-align: center;
    font-size: 4.246rem;   
  }



  /* .sobre h3 {
    font-size: 1.3rem;
    text-align: center;
  } */
  .sobre ul li p {
    width: 100%;
    text-align: left;
  }
  .sobre ul{
    max-width: 320px;
    margin: 2rem auto 0;
  }
  .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;
  }

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

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

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

}