@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=Georama: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: "Georama", 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: "Figtree", 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: #207AA9;
  --bs-primary-dark: #044669;
  --bs-primary-darken: #1A2D6C;
  --bs-primary-light: #207AA9;
  --bs-secondary: #FF6F5D;
  --bs-terciary: #044669;
  --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-darken);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 116px;
  --bs-size-height-image-icon: 116px;
  --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.btn-outline{
  text-transform: inherit;
  font-size: 1.107rem;
}
.btn {
  font-weight: 800;
  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-font-sub-title-pages);
  /* -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-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-darken);
  --bs-btn-hover-border-color: var(--bs-primary-darken);
  --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: transparent;
  --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-secondary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn-info {
  --bs-btn-color: var(--bs-primary-darken);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-primary-darken);
  --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
}
.btn-outline-primary {
    --bs-btn-color: var(--bs-primary-dark);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-primary-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color:var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-primary-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color:var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}
.btn-outline-light {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bs-primary-dark);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color:var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
  font-size: 0;
  position: absolute;
  top: 35%;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next{
  right: -3rem;
} 
.owl-carousel .owl-nav button.owl-prev{
  left: -3rem;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::before{
    content: '';
    position: relative;
    padding: 0;
    box-shadow: 2px -2px 0 1px var(--bs-white) inset;
    border: solid transparent;
    border-width: 0 0 2px 2px;
    transition: transform 0.3s ease;   
    width: 50px;
    height: 50px;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-next::before{
    transform: rotate(-134deg); 
} 
.owl-carousel .owl-nav button.owl-prev::before{
  transform: rotate(45deg);
}
.owl-carousel .owl-dots{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span{
  background-color: var(--bs-primary-dark);
  border: 2px solid var(--bs-white);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 10px;
  margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
   background-color: var(--bs-white);   
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button.owl-prev::before, 
  .owl-carousel .owl-nav button.owl-next::before{
      width: 25px;
      height: 25px;
  }
  .owl-carousel .owl-nav button.owl-next{
    right: -2rem;
  }
  .owl-carousel .owl-nav button.owl-prev{
    left: -2rem;
  }
}

.card {
  border: none;
  border-radius: 0px;
}


h2 {
  /* font-family: var(--bs-font-sub-title-pages); */
  font-size: 2.813rem;
  font-weight: 700;
  color: var(--bs-white);
  line-height: 1.1;
}

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

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

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

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

.img-header {
  width: 100%;
}



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

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

@media screen and (max-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1684b526-cdc8-42e7-b484-7e324bec2559.png");
    background-position: center bottom;
  }

  /* 
  .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/b63b0d8f-73f8-4cb8-a544-f0e78662072c.png");
  }

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

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

}


/** 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: 117px;
  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-size: 4.183rem;
  margin-bottom: 1rem;
  line-height: 1;
  width: 100%;
  display: block;
  margin-top: 0;
  color: var(--bs-white);
  font-weight: 800;
}

.header h2 strong {
  font-weight: 800;
  width: 100%;
  display: inline-block;
}

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

.header.lp h3 {
  display: none
}


.header p {
  font-weight: 400;
  font-size: 1.25rem;
  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: 5rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

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


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


.header.lp .btn {
  max-width: 218px;
  display: block;
  margin: 1rem 0 0 0;
  text-transform: inherit;
}

.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,
  h3 {
    font-size: 1.219rem;
  }

}

@media screen and (min-width: 600px) {
  .header .content-text {
    position: relative;
  }

  .header .asset-top {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7af05f05-13fa-4d71-a10d-9ec179842df6.png");
    width: 201px;
    height: 54px;
    position: absolute;
    top: -1.5rem;
    left: -130px;
    background-attachment: scroll;
    display: inline-block;
  }

  .header .asset-top::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/74291cfa-bd47-4449-bc50-7809307b20a7.png");
    position: absolute;
    width: 500%;
    display: inline-block;
    left: -500%;
    height: 54px;
    top: 0;
    background-repeat: repeat-x;
  }

  .header h2 {
    margin-top: 2rem;
  }

  .header.lp p {
    font-size: 1.621rem;
    max-width: 465px;
  }

  .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: 570px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: flex-start;
  }

  .header.lp h3 {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 475px;
    height: 82px;
    z-index: 0;
    margin-top: 0.575rem;
  }




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

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

/** InfoBar ***/
.info-bar {
  background-color: var(--bs-secondary);
  z-index: 0;
}

.info-bar h2 {
  text-align: center;
}

.info-bar .card {
  background-color: transparent;
  border: none;
}

.info-bar .card-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--bs-primary-dark);
  line-height: 1.1;
  text-align: center;
}

.info-bar .card-body {
  padding: 0.575rem 1rem 0;
}

.info-bar .card-img-top {
  margin: 0 auto;
  max-width: 160px;
}

.info-bar .fornecedores-sebrae {
  border: 2px solid var(--bs-white);
  border-radius: 20px;
}

.info-bar .legend {
  width: 100%;
  display: inline-block
}

.info-bar .legend p {
  color: var(--bs-white);
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .info-bar::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bac4ba08-9ae6-434a-9a61-6b6fcd2b5944.png");
    width: 286px;
    height: 108px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .info-bar::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a4a76c25-9a8f-4ff3-a1b5-b20fe7a4f031.png");
    width: 443px;
    height: 116px;
    position: absolute;
    right: 0;
    bottom: -40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 600px) {
  .info-bar h2 {
    margin-top: 2.3rem;
  }

  .info-bar {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c8f81450-42d4-4043-a220-073a597c3351.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
  }

  .info-bar .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/15ca18f7-d37b-4314-a526-09bf0940a31f.png");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .info-bar .card {
    margin-bottom: 1rem;
  }
}

/** Ebook **/
.ebook {
  background-color: var(--bs-primary);
  z-index: 0;
}

.ebook .card {
  background-color: transparent;
}

.ebook .section-header h2 {
  text-align: center;
}

.ebook .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.5rem;
  text-align: center;
}

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

.ebook .faq-reforma-tributaria {
  background-color: var(--bs-white);
}

.ebook .card-title {
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.1;
}

.ebook .card-title strong {
  width: 100%;
  display: inline-block;
  font-weight: 700;
}

.ebook .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
}

.ebook .faq-reforma-tributaria .card-title,
.ebook .faq-reforma-tributaria .card-text {
  color: var(--bs-primary-darken);
}

@media screen and (max-width: 600px) {
  .ebook .section-header p {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .ebook .card-img-top {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }

  .ebook .card-title,
  .ebook .card-text {
    text-align: center;
  }

  .ebook .card-title {
    font-size: 1.5rem;
  }

  .ebook .card-text {
    font-size: 1rem;
  }

  .ebook .btn {
    margin: 0 auto;
    display: block;
    max-width: 268px;
  }
}

@media screen and (min-width: 600px) {
  .ebook .section-header h2 {
    max-width: 721px;
    margin: 0 auto;
  }

  .ebook .ebook-reforma-tributaria::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/42918164-3c4d-43b1-8ffe-3e15d9d2e523.png");
    background-repeat: no-repeat;
    width: 151px;
    height: 106px;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: inline-block;
  }

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

  .ebook .btn {
    max-width: 278px;
  }

  .ebook .faq-reforma-tributaria .row {
    flex-direction: row-reverse;
  }

  .ebook .faq-reforma-tributaria .card-title,
  .ebook .faq-reforma-tributaria .card-text {
    text-align: right;
  }

  .ebook .faq-reforma-tributaria .card-body {
    align-items: end;
  }
}

/** Curso online **/
.curso-on-line {
  background-color: var(--bs-primary-dark);
  z-index: 0;
}

.curso-on-line .card {
  background-color: transparent;
  border: none;
}

.curso-on-line .card-title {
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.1;
}

.curso-on-line .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .curso-on-line .btn {
    margin: 1rem auto 0;
    display: block;
    max-width: 268px;
  }

  .curso-on-line .card-title {
    font-size: 1.5rem;
    max-width: 284px;
    margin: 0 auto 0.5rem;
  }

  .curso-on-line .card-text {
    font-size: 1rem;
  }

  .curso-on-line .card-title,
  .curso-on-line .card-text {
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .curso-on-line::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c4f67b27-d4ec-44f9-85fa-1f7c8227261d.png");
    width: 233px;
    height: 204px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
  }

  .curso-on-line .card-title {
    max-width: 400px;
  }

  .curso-on-line .card-text {
    max-width: 480px;
  }
}

/** Webinars **/
.webinars {
  z-index: 0;
}

.webinars .section-header h2 {
  color: var(--bs-secondary);
  text-align: center;
}

.webinars .section-header p {
  color: var(--bs-primary-dark);
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.5rem;
  text-align: center;
}

.webinars .section-bonus h3 {
  color: var(--bs-primary-dark);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.webinars .section-bonus p {
  color: var(--bs-primary-dark);
  font-size: 1.5rem;
  text-align: center;
}

.webinars .card {
  background-color: var(--bs-secondary);
  border-radius: 10px;
  overflow: hidden;
}

.webinars .card-img-top {
  border-radius: 0;
}

.webinars .card-title {
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.1;
}

.webinars .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
}

.webinars .btn {
  margin: 0 auto;
  display: block;
}

.webinars .card-body {
  padding: 2rem 2rem 0;
}

.webinars .palestrante {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem 2rem;
}

.webinars .palestrante 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: 0rem;
  flex-direction: column;
}

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

.webinars .palestrante li h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.579rem;
  font-weight: 700;
  width: 100%;
  color: var(--bs-white);
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.125rem;
}

.webinars .palestrante li p {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 400;
  padding-top: 0;
  font-size: 1.312rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .webinars .btn {
    max-width: 310px;
  }

  .webinars::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/942ec7b7-9609-4f2c-b578-10ca064a6c27.png");
    width: 255px;
    height: 116px;
    position: absolute;
    right: 0;
    bottom: -5px;
    display: inline-block;
    background-repeat: no-repeat;
  }

  .webinars .emenda-constitucional .row {
    flex-direction: row-reverse;
    text-align: right;
  }

  .webinars .emenda-constitucional .card-body {
    align-items: end;
    display: flex;
    flex-direction: column;
  }

  .webinars .emenda-constitucional .card-text {
    max-width: 500px;
  }

  .webinars .emenda-constitucional .palestrante li figure {
    right: 0;
    left: inherit;
  }

  .webinars .emenda-constitucional .palestrante li {
    padding-right: calc(var(--bs-size-width-image-icon) + 20px);
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .webinars {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1769294a-e4c5-42f8-b695-2b922f650a2b.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
  }

  .webinars .section-header p {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .webinars .card-title {
    font-size: 1.5rem;
  }

  .webinars .card-text {
    font-size: 1rem;
  }

  .webinars .palestrante li {
    padding-left: calc(var(--bs-size-width-image-icon) - 10px);
  }

  .webinars .palestrante li figure {
    width: calc(var(--bs-size-width-image-icon) - 20px);
    height: calc(var(--bs-size-width-image-icon) - 20px);
    top: 1rem;
  }

  .webinars .palestrante li h3 {
    font-size: 1.188rem;
  }

  .webinars .palestrante li p {
    font-size: 1rem;
  }

  .webinars .section-bonus h3 {
    font-size: 1.438rem;
  }

  .webinars .section-bonus p {
    font-size: 1.284rem;
  }

  .webinars .btn {
    max-width: 300px;
    margin-bottom: 4rem;
  }
}

/** Fornecedor **/
.fornecedor {
  background-color: var(--bs-secondary);
  z-index: 0;
}

.fornecedor h2 {
  text-align: center;
}

.fornecedor .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
}

.fornecedor .card {
  background: transparent;
}

.fornecedor .card-title {
  font-size: 1.908rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.fornecedor .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.fornecedor .btn {
  margin: 0 auto;
  display: block;

  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
}

@media screen and (max-width: 600px) {
  .fornecedor .section-header p {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .fornecedor .btn {
    max-width: 280px;
    margin-bottom: 1rem;
  }

  .fornecedor .card {
    max-width: 90%;
    margin: 0 auto;
  }

  .fornecedor .card-title {
    font-size: 1.5rem;
  }

  .fornecedor .card-text {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .fornecedor {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f7f8b4f6-8154-499f-a59e-20cc651fd598.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
    background-size: contain;
  }
}

@media screen and (min-width: 600px) {
  .fornecedor:after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c5c8e30f-957a-4c99-95b4-42c0ed7630b2.png");
    width: 380px;
    height: 187px;
    position: absolute;
    left: 0;
    bottom: -105px;
    display: inline-block;
  }

  .fornecedor::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/fef19a2f-9dde-4b0e-839d-2ebdd330833b.png");
    width: 228px;
    height: 205px;
    position: absolute;
    right: 0;
    bottom: -100px;
    display: inline-block;
  }
}

/** Consultor **/
.consultor {
  background-color: var(--bs-primary);
  z-index: 0;
}

.consultor h2 {
  text-align: center;
}

.consultor .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
}

.consultor .card {
  background: transparent;
}

.consultor .card-title {
  font-size: 1.908rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.consultor .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.consultor .btn {
  margin: 0 auto;
  display: block;
  max-width: 270px;
}

@media screen and (max-width: 600px) {
  .consultor .section-header p {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .consultor .btn {
    max-width: 280px;
    margin-bottom: 2rem;
  }

  .consultor .card {
    max-width: 90%;
    margin: 0 auto;
  }

  .consultor .card-title {
    font-size: 1.5rem;
  }

  .consultor .card-text {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .consultor {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/454a461c-7015-41bf-bac0-3f58815b00ec.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
    background-size: contain;
  }
}

@media screen and (min-width: 600px) {
  .consultor .section-header h2 {
    margin: 0 auto 0.5rem;
    font-size: 2.5rem;
  }

  .consultor .card-title {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/** Comunicados **/
.comunicados {
  background-color: var(--bs-primary-dark);
  z-index: 0;
}

.comunicados h2 {
  text-align: center;
}

.comunicados .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
}

.comunicados .card {
  background: transparent;
}

.comunicados .card-title {
  font-size: 1.439rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 1rem;
}

.comunicados .card-text {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.comunicados .btn {
  margin: 1rem auto;
  display: block;
  max-width: 270px;
}

.comunicados .card-img {
  min-height: 295px;
  position: relative;
  z-index: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid var(--bs-secondary);
}

.comunicados .card-img::before {
  content: "";
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 24%, rgba(0, 0, 0, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 24%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 24%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .comunicados .section-header p {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .comunicados .btn {
    max-width: 280px;
    margin-bottom: 2rem;
  }

  .comunicados .card {
    max-width: 90%;
    margin: 0 auto;
  }

  .comunicados .card-title {
    font-size: 1.2rem;
  }

  .comunicados .card-text {
    font-size: 1.1rem;
    line-height: 1.2;
  }


}

@media screen and (min-width: 600px) {
  .comunicados .section-header h2 {
    max-width: 520px;
    margin: 0 auto 0.5rem;
  }

  .comunicados .section-header p {
    max-width: 520px;
    margin: 0 auto 0.5rem;
    line-height: 1.2
  }

  .comunicados::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4b400091-dda8-4cb4-9522-ae3af404ee0e.png");
    width: 283px;
    height: 116px;
    position: absolute;
    right: 0;
    top: -55px;
    display: inline-block;
  }

}

/** Videos **/
.videos {
  background-color: var(--bs-primary);
}

.videos h2 {
  text-align: center;
}

.videos .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
}

.videos iframe {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
}

.videos .video-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-top: 1rem;
}

@media screen and (min-width: 600px) {
  .videos .video-container {
    width: 813px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .videos iframe {
    height: 449px;
  }
  .videos .video-title{
    margin: 1rem auto 0;
    max-width: 640px;
  }
}

@media screen and (max-width: 600px) {
  .videos .section-header p {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .videos iframe {
    height: 250px;
  }

  .videos .video-title {
    font-size: 1.375rem;
  }
}

/** Emissão Nota Fiscal **/
.emissao-nota-fiscal {
  background-color: var(--bs-secondary);
  z-index: 0;
}

.emissao-nota-fiscal h2 {
  text-align: center;
}

.emissao-nota-fiscal .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.emissao-nota-fiscal .card{
  background-color: var(--bs-primary-darken);
  border-radius: 10px;
  overflow: hidden;
}
.emissao-nota-fiscal .card-img-top{
  border-radius: 0;
}
.emissao-nota-fiscal .card-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}
.emissao-nota-fiscal .card-text {    
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.3;
}
.emissao-nota-fiscal .btn{
  max-width: 180px;
}
.emissao-nota-fiscal h3{
  font-size: 1.563rem;
  font-weight: 500;
  color: var(--bs-white);
  text-align: center;
}
.emissao-nota-fiscal ul{
  margin: 0;
  padding: 0;
}
.emissao-nota-fiscal ul li{
  width: 100%;
  display: inline-block;
  text-align: center;
  list-style: none;
}
.emissao-nota-fiscal ul li a{
    font-size: 1.463rem;
    position: relative;
    color: var(--bs-primary-dark);   
    text-decoration: underline; 
    font-weight: 700;
    padding-left: 25px;
}
.emissao-nota-fiscal ul li a:hover{
  color: var(--bs-primary);
}
.emissao-nota-fiscal ul li a:hover::before{
  background-color: var(--bs-primary);
}

.emissao-nota-fiscal ul li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--bs-primary-dark);
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .emissao-nota-fiscal{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2e33ced5-b99c-48d6-ba90-b229f883e301.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    background-size: contain;
  }
   .emissao-nota-fiscal .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/19249197-c027-408c-bcb2-dd997061b442.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;
    background-size: contain;
  }
  .emissao-nota-fiscal h2{
    max-width: 270px;
    margin: 2.5rem auto 0.5rem;
  }
  .emissao-nota-fiscal .card{
    margin: 0rem auto 2rem;
    max-width: 363px;
  }
  .emissao-nota-fiscal .section-header p {
    font-size: 1.1rem;
    line-height: 1.2;
  } 
  .emissao-nota-fiscal h3{
    font-size: 1.438rem;
  }
  .emissao-nota-fiscal ul li a{
    font-size: 1.275rem;
  }
  .emissao-nota-fiscal .card-body{
    padding: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .emissao-nota-fiscal h2 {
    max-width: 479px;
    margin: 0 auto 0.5rem;
  }
  .emissao-nota-fiscal h3{
    max-width: 630px;
    margin: 0 auto 0.5rem;
  }
  .emissao-nota-fiscal::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0ea1532c-ae02-4a62-b6dc-aef44855c296.png");
    width: 239px;
    height: 98px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
  }
   .emissao-nota-fiscal::before {
      content: "";
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ec5a51bc-0e7b-4ab8-b544-968ad429ebf9.png");
      width: 260px;
      height: 131px;
      position: absolute;
      left: 0;
      bottom: -70px;
      display: inline-block;
  }
   .emissao-nota-fiscal .card-body{
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
 }
}

/** Ferramentas **/
.ferramentas{
  background-color: var(--bs-primary-dark);
  z-index: 0
}
.ferramentas h2 {
    text-align: center;
}
.ferramentas .section-header p {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.563rem;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.ferramentas .card {    
    border-radius: 10px;
    overflow: hidden;
}
.ferramentas .card-odd {
    background-color: var(--bs-primary);    
}
.ferramentas .card-even {
    background-color: var(--bs-secondary);        
}
.ferramentas .card-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    margin: 0;
}
.ferramentas .card-text {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
}
.ferramentas .card-even .btn.btn-outline{
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-bg: var(--bs-white);
  --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);
}
.ferramentas .btn.btn-outline{
    width: auto;
    display: block;    
    max-width: 250px;
}
@media screen and (max-width: 600px) {
  .ferramentas .section-header p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .ferramentas .card-title{
    font-size: 1.3rem;
  }
  .ferramentas .card-text{
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 600px) {
  .ferramentas .section-header p{
    max-width: 580px;
    margin: 0 auto;
  }
  .ferramentas .card-body{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
}

/** Faq **/
.faq h2 {
  color: var(--bs-primary);
  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;
  border-bottom: 2px solid var(--bs-primary);
  padding-bottom: 10px;
}

.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: 2.188rem;  
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-right: 30px;
}

.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-primary) 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-primary);
  font-size: 1.3rem;
}
.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) {
  .faq::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6b52dc1a-a8eb-468b-bda3-be6c897b6b1a.png");
    width: 260px;
    height: 153px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@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 h2{
    padding-top: 2rem;
  }
  .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;
}

/** 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: 0rem;
  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;
  padding-top: 0;
  font-size: 1.312rem;
  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: 5px;
  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-secondary);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h2 {
  font-size: 1.35rem;
  font-family: var(--bs-font-form-tittle);
  font-weight: 700;
  color: var(--bs-terciary);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;
  max-width: 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::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c6a0c82f-2776-410f-aafe-2f6ce8729343.png");
    width: 143px;
    height: 228px;
    position: absolute;
    left: 0;
    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 **/

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

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

.sobre h2 {
  line-height: 1.1;
  margin-bottom: 2rem;

}


.sobre h2 span {
  max-width: inherit;
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 2.712rem;
  font-weight: 400;
  letter-spacing: 14px;
  height: 35px;
}

.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 p.tel-sebrae a {
  font-weight: 500;
  font-size: 2.2rem;
  color: var(--bs-white);
  text-decoration: none;
}
.sobre p.tel-sebrae a:hover{ 
  /* color: var(--bs-primary); */
  text-decoration: underline;
}
.sobre p.tel-sebrae a i{
  padding-right: 1rem;
}
@media screen and (max-width: 600px) {
  .bg-sobre {
    background: #ABD6E9;
    background: -webkit-linear-gradient(0deg, rgba(171, 214, 233, 1) 0%, rgba(32, 122, 169, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(171, 214, 233, 1) 0%, rgba(32, 122, 169, 1) 100%);
    background: linear-gradient(0deg, rgba(171, 214, 233, 1) 0%, rgba(32, 122, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ABD6E9", endColorstr="#207AA9", GradientType=0);
  }

  .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("");
    content: "";
    width: 152px;
    height: 100px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
  }


  .sobre p {
    width: 450px;
    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: #207AA9;
    background: -webkit-linear-gradient(270deg, rgba(32, 122, 169, 1) 0%, rgba(171, 214, 233, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(32, 122, 169, 1) 0%, rgba(171, 214, 233, 1) 100%);
    background: linear-gradient(270deg, rgba(32, 122, 169, 1) 0%, rgba(171, 214, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207AA9", endColorstr="#ABD6E9", GradientType=0);
  }

  .sobre .sobre-img {
    position: absolute;
    width: 44%;
    text-align: left;
    top: 2rem;
    left: 0rem;
  }

  .sobre .sobre-img img {
    width: 100%;
  }
/* 
  .sobre .row {
    flex-direction: row-reverse;
  } */
}

/** Contato **/
.fale-conosco {
  background-color: var(--bs-secondary);
  z-index: 0;
}

.fale-conosco h2,
.fale-conosco p {
  text-align: center;
  color: var(--bs-white);
  font-family: var(--bs-font-sebrae);
  margin: 0;
  line-height: 1.2;
}

.fale-conosco h2 {
  font-size: 1.443rem;
  font-weight: 700;

}

.fale-conosco p,
.fale-conosco p a {
  font-size: 1.31rem;
  font-weight: 400;
}

.fale-conosco p a {
  color: var(--bs-white);
  text-decoration: none;
}

.fale-conosco p a,
.fale-conosco p a strong {
  font-weight: 700;
}

.fale-conosco p a:hover {
  text-decoration: underline;

}

@media screen and (min-width: 600px) {
  .fale-conosco h2 {
    font-size: 2.703rem;
  }

  .fale-conosco p,
  .fale-conosco p a {
    font-size: 2.453rem;
  }
}

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

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

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

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

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

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

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

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

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

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


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

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

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


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

/** Baixar Ebook **/

.material-exclusivo {
  background-color: var(--bs-secondary);
  z-index: 0;
}

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


.material-exclusivo .card {
  background-color: transparent;
}

.material-exclusivo p strong {
  font-weight: 700;
}

.material-exclusivo .btn {
  max-width: 270px;
  display: block;
  margin: 0;
}

.material-exclusivo .card-img-top {
  max-width: 100%;
}

.material-exclusivo .card {}

.material-exclusivo picture {}

.material-exclusivo .card-title {
  font-weight: 700;
  font-size: 2.8rem;
  color: var(--bs-white);
  line-height: 1.1;
  margin: 0 0 1rem 0;
}

.material-exclusivo .card-text {
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--bs-white);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.material-exclusivo .card-text strong {
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .material-exclusivo .card-title {
    max-width: 600px;
  }

  .material-exclusivo .content-image {
    position: relative;
    z-index: 0;
    height: 100%;
  }

  .material-exclusivo picture {
    position: absolute;
    z-index: 2;
    display: inline-block;
    bottom: 0px;
    width: 470px;
    right: -110px;
    height: 450px;
  }

  .material-exclusivo .content-image::before {
    content: "";
    width: 500%;
    position: absolute;
    background-color: var(--bs-primary);
    display: inline-block;
    height: 100%;
    bottom: 0;
    right: -500%;
    transform: skewx(-10deg);
  }

  .material-exclusivo .card-img-top {
    position: relative;
    z-index: 2;
  }

  .material-exclusivo .row {
    flex-direction: row-reverse;
  }

  .material-exclusivo .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .material-exclusivo .row {
    height: 450px;
  }

  /* 
  .material-exclusivo  .card-body {
    padding-top: 0;
  } */

  .material-exclusivo .btn {
    margin-bottom: 2rem;
  }
}

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

  .material-exclusivo .btn {
    margin: 0 auto;
  }


  .material-exclusivo .row>* {
    margin: 0;
    padding: 0;
  }

  .material-exclusivo picture {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
  }

  .material-exclusivo .card-body {
    margin-top: 0;
    padding-top: 0;
  }

  .material-exclusivo .card-title {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .material-exclusivo .card-text {
    font-size: 1.25rem;
    max-width: inherit;
  }

  .material-exclusivo .card {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/82aa373f-ccb9-4d9e-80d3-ba93e275d16f.png");
    background-attachment: scroll;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

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

.baixar-ebook h2 {
  text-align: center;
  color: var(--bs-secondary);
  font-family: var(--bs-font-form-serif);
  margin: 0;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 700;
}

.btn-e-book {
  max-width: 300px;
  margin: 1rem auto 0;
  display: block;
}

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

@media screen and (max-width: 600px) {
  .baixar-ebook h2 {
    font-size: 2rem;
  }
}

/** Outros Materiais Sebrae **/
.outros-materiais-sebrae {
  z-index: 0;
}

.outros-materiais-sebrae h2 {
  font-size: 3.8rem;
  font-weight: 800;
  color: var(--bs-white);
  text-align: center
}

.outros-materiais-sebrae p {
  font-size: 2rem;
  color: var(--bs-white);
  text-align: center;
  line-height: 1.1;
}

.outros-materiais-sebrae .btn-quero-saber-mais {
  max-width: 300px;
  margin: 1rem auto 0;
  display: block;
}

@media screen and (min-width: 600px) {
  .outros-materiais-sebrae {
    background: #207AA9;
    background: -webkit-linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 70%);
    background: -moz-linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 70%);
    background: linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207AA9", endColorstr="#FF6F5D", GradientType=1);
  }

  .outros-materiais-sebrae::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d53b9cdb-0f3c-40ac-b9e7-f6917b87eb4a.png");
    content: "";
    width: 152px;
    height: 100px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
  }

  .outros-materiais-sebrae .container {
    position: relative;
  }

  .outros-materiais-sebrae .asset-right {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/52dc9b96-09c9-48d9-ae74-6a04e7a167b4.png");
    height: 98px;
    width: 139px;
    background-attachment: scroll;
    display: inline-block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
  }

  .outros-materiais-sebrae .asset-right::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/88c4a417-3525-4b8d-ae9e-5630855650bb.png");
    position: absolute;
    width: 590%;
    display: inline-block;
    right: -590%;
    height: 98px;
    bottom: 0;
    background-repeat: repeat-x;
  }

}

@media screen and (max-width: 600px) {
  .outros-materiais-sebrae {
    background: #207AA9;
    background: -webkit-linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 100%);
    background: linear-gradient(90deg, rgba(32, 122, 169, 1) 0%, rgba(255, 111, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207AA9", endColorstr="#FF6F5D", GradientType=1);
  }

  .outros-materiais-sebrae .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3cee448d-7f5a-4736-919f-efe66230e6a0.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: bottom;
  }

  .outros-materiais-sebrae .bg-content {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/27b6a044-5049-4b17-be77-419153deb032.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    background-attachment: scroll;
    height: 60px;
  }

  .outros-materiais-sebrae h2 {
    font-size: 2.8rem;
    line-height: 1;
  }

  .outros-materiais-sebrae p {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .outros-materiais-sebrae .btn-quero-saber-mais {
    margin-bottom: 2rem;
  }
}

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

  .material-exclusivo 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 .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ad75d502-341b-4d1d-abf3-96490418fff6.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }

  .header h2 {
    padding: 0;
    text-align: left;
    font-size: 3.02rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0;
  }

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

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

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

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


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

  .header p {
    font-size: 1.1rem;
    max-width: inherit;
    margin: 1rem auto;
    padding-left: 2rem;
    padding-right: 2rem;

  }

  .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 .section-title {
    text-align: center;
    font-size: 1.6rem;
  }

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

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

  .material-exclusivo p {
    font-size: 1.375rem;
    max-width: 244px;
    margin: 0 auto;
  } */

  .sobre {
    padding: 0;
  }
/* 
  .sobre .container {
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-attachment: scroll;
  } */

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

  .sobre h2 {
    margin-top: 2rem;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 1rem;
  }

  .sobre h2 span {
    text-align: left;
    font-size: 1.8rem;
    letter-spacing: 10px;
    height: 20px;
  }



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

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

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

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


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

  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

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

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

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

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

}