@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');
/**Icon bootstrap **/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.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: var(--bs-font-sans-serif);
  --bs-btn-lp-font-family: "Saira Semi Condensed", sans-serif;
  --bs-title-card-font-family: "Saira", 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: #1F0D7F;
  --bs-primary-dark: #060B80;
  --bs-primary-darken: #0025AA;
  --bs-primary-light: #2962FF;
  --bs-secondary: #AA008B;
  --bs-secondary-dark: #;
  --bs-terciary: #A629FF;
  --bs-terciary-dark: #;
  --bs-terciary-light: #;
  --bs-quaternary: #;
  --bs-quaternary-light: #;





  /* Cores de apoio **/
  --bs-gray: #F8F8F8;
  --bs-gray-light: #EEEEEE;
  --bs-gray-dark: #6C6C6C;
  --bs-gray-darken: #010716;
  --bs-bg-sebrae: #2A4FDA;


  /** Outras configurações **/
  --bs-body-color: var(--bs-primary);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 0px;
  --bs-size-height-image-icon: 0px;
  --bs-bg-icon-page-list-form: var();
  --bs-border-radius-page-list-form: 0%;
}

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

.btn {
  font-family: var(--bs-btn-lp-font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  border-radius: 30px;
  text-transform: initial;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

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

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

.btn-info {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary-darken);
  --bs-btn-border-color: var(--bs-primary-darken);
  --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: 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-light {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-primary-dark);
  --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: 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
}

.bg-gray-darken {
  background-color: var(--bs-gray-darken);
}

@media screen and (min-width: 600px) {
  .bg-gradient-blue-dark {
    background: #010716;
    background: -webkit-linear-gradient(180deg, rgba(1, 7, 22, 1) 0%, rgba(6, 39, 124, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(1, 7, 22, 1) 0%, rgba(6, 39, 124, 1) 100%);
    background: linear-gradient(180deg, rgba(1, 7, 22, 1) 0%, rgba(6, 39, 124, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010716", endColorstr="#06277C", GradientType=0);
  }
}

@media screen and (max-width: 600px) {
  .bg-gradient-blue-dark {
    background: #010717;
    background: -webkit-linear-gradient(180deg, rgba(1, 7, 23, 1) 0%, rgba(6, 39, 122, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(1, 7, 23, 1) 0%, rgba(6, 39, 122, 1) 100%);
    background: linear-gradient(180deg, rgba(1, 7, 23, 1) 0%, rgba(6, 39, 122, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010717", endColorstr="#06277A", GradientType=0);
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 0;
  position: absolute;
  top: 38%;
}

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

  .owl-carousel .owl-nav button.owl-prev {
    left: -1.5rem;
  }
}

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


h2 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.188rem;
  font-weight: 700;
  color: var(--bs-primary);
}

h3 {
  /* font-family: var(--bs-font-sub-title-pages); */
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--bs-white);
}

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

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

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



/* Container da Thumbnail */
.video-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

/* O "Círculo" Vermelho do Botão Play (usando pseudo-elemento ::before) */
.video-thumbnail::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  /* Largura padrão do botão do YT */
  height: 48px;
  /* Altura padrão */
  background-color: rgba(33, 33, 33, 0.8);
  /* Cor escura inicial */
  border-radius: 12%;
  /* Bordas arredondadas padrão */
  z-index: 2;
  transition: background-color 0.3s ease;
  /* Efeito de hover */
}

/* O Triângulo Branco (usando pseudo-elemento ::after) */
.video-thumbnail::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  /* Cria o triângulo */
  border-color: transparent transparent transparent var(--bs-white);
  /* Triângulo branco */
  z-index: 3;
}

/* Efeito de Hover: O botão fica vermelho quando o mouse passa */
.item:hover .video-thumbnail::before {
  background-color: var(--bs-danger);
  cursor: pointer;
  /* Vermelho YouTube */
}

/* Garante que se um iframe for inserido, os botões CSS sumam */
.video-thumbnail iframe {
  position: relative;
  z-index: 4;
}

.bg-header.lp {
  background: #000E31;
  background: -webkit-linear-gradient(45deg, rgba(0, 14, 49, 1) 0%, rgba(0, 8, 26, 1) 100%);
  background: -moz-linear-gradient(45deg, rgba(0, 14, 49, 1) 0%, rgba(0, 8, 26, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 14, 49, 1) 0%, rgba(0, 8, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000E31", endColorstr="#00081A", GradientType=0);
}

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

  .bg-main-gradient {}
}

@media screen and (min-width: 600px) {
  /* .header .hero-content-wrapper::before {
    content: "";
    background-color: var(--bs-white);
    position: absolute;
    width: 500%;
    display: inline-block;
    left: -500%;
    height: 40px;
    top: -2rem;
    transform: skew(-25deg);
  } */


  .header.lp::before {
    content: "";
    width: 272px;
    height: 695px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: 0px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-left-bottom-lp-virada-chave-desktop.png");
  }



  /*
  .bg-main-gradient {
   
  }*/
}


/** header **/


.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: 100%;
  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);
}

/** logo imagem -FIM **/
.header h2 {
  font-size: 4rem;
  font-style: italic;
  color: var(--bs-primary-light);
  text-shadow: 1px 1px 2px var(--bs-gray-dark);
}

.header h2 span {
  color: var(--bs-white);
}

.header h3 {
  font-size: 2.25rem;
  /* text-shadow: 1px 1px 2px var(--bs-gray-dark); */
  color: var(--bs-primary-light);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
  width: 100%;
  display: block;
  margin-top: 0;
}



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

.header h4 {
  color: var(--bs-white);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: inherit;
  margin: 0 0 1rem 0;
  padding-left: 0rem;
  position: relative;
  z-index: 1;
}


.header p {
  font-weight: 400;
  font-size: 1.125rem;
  color: var(--bs-white);
  text-shadow: 1px 1px 2px var(--bs-gray-dark);
  line-height: 1.2;
  margin-bottom: 1rem;
  width: 100%;
  display: inline-block;
}

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

.header .hero-content-wrapper {
  padding-top: 0rem;
  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.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: 0;
    padding: 0;
  }

  .header.lp .hero-content-wrapper {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-header-lp-virada-chave-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: scroll;
  }

  /* .header::before {
    content: "";
    background-color: var(--bs-white);
    position: absolute;
    width: 35%;
    display: inline-block;
    left: -23px;
    height: 35px;
    top: 0;
    transform: skew(-25deg);
  } */

  /* 
  .header h3 {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  } */

  h3 {
    font-size: 1.219rem;
  }


  .bg-header {
    background-image: url("");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
  }


}

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

  /* .header.lp p {
    max-width: 560px;
  }
  */
  .header.tp p {
    margin-top: 0rem;
    max-width: 523px;
    line-height: 1.3;
  }

  /* .header.tp .hero-content-wrapper {
    min-height: 645px;
    padding-top: 7rem;
    padding-bottom: 2rem;
  } */

  .header.lp .hero-content-wrapper {
    min-height: 658px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header.tp .hero-content-wrapper {
    min-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header.lp .btn {
    max-width: 285px;
    display: block;
    margin: 0;
    left: -25px;
    position: relative;
  }

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

  .header h1 {
    top: 0rem;
    display: inline-block;
    max-width: 255px;
    margin: 0 0 1.5rem 0;
    text-align: left;
    position: relative;
    left: -25px;
  }

  .header h2 {
    line-height: 1;
    width: 598px;
    display: inline-block;
    position: relative;
    padding: 0;
    left: -25px;
  }

  .header.tp h2 {
    margin-bottom: 1.5rem;
  }

  /* 
  .header h2::before {
    content: "";
    background-color: var(--bs-terciary);
    position: absolute;
    width: 500%;
    display: inline-block;
    left: -499%;
    height: 100%;
    top: 0;
  } */

  .header h2 span {
    position: relative;
    left: 0;
    width: 100%;
    display: inline-block;
  }

  .header h3 {
    max-width: 559px;
    display: inline-block;
    position: relative;
    padding: 0;
    left: -25px;
  }

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

  .header p {
    max-width: 474px;
    display: inline-block;
    position: relative;
    padding: 0;
    left: -25px
  }

  .header h4 {
    max-width: 410px;
    left: -25px;
    position: relative;
  }

  /* 
  .header.lp h4 {
    max-width: 540px;
  }

  .header.tp h4 {
    max-width: 460px;
  } */

  .header.lp .hero-img {
    /* width: 100%; */
    max-width: 55%;
    object-fit: contain;
  }

  .header.tp .hero-img {
    width: 100%;
    max-width: 1440px;
    object-fit: contain;
  }

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

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

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


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

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

#form .section-title strong {
  color: var(--bs-secondary-dark);
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

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

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

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

#form h3 {
  color: var(--bs-primary-light);
  font-weight: 600;
  font-size: 1.868rem;
  line-height: 1.2;
}

#form h3 strong {
  font-weight: 700;
}

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

#form p strong {
  color: var(--bs-primary-light);
  font-weight: 700;
}


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

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

#form .list-vantagens li p {
  padding-top: 0;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  /* min-height: var(--bs-size-height-image-icon);
  font-weight: 400;
  font-size: 1.125rem; */
  align-content: center;
}

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

#form .list-vantagens li p strong {
  color: var(--bs-primary-dark);
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

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

#form .list-vantagens li .icon {
  width: var(--bs-size-width-image-icon);
  height: var(--bs-size-height-image-icon);
  line-height: var(--bs-size-height-image-icon);
  background: var(--bs-bg-icon-page-list-form);
  border-radius: var(--bs-border-radius-page-list-form);
  border: none;
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;

}

#form .list-vantagens li .icon strong {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.411rem;
  font-weight: 700;
  color: var(--bs-white);

}

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

/* 

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

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

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

.form-label {
  display: none;
}

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

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

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

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

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

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

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

/*.formulario p{}*/

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

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

  #form .section-title {
    margin-top: 1rem;
  }

  .form .description p {
    max-width: 540px;
  }

  #form .list-vantagens {
    padding-left: 0rem;
    margin-bottom: 1rem;
  }

  #form h3 {
    margin-bottom: 2rem;
    max-width: 393px;
  }

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

  #form::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-left-top-form-virada-chave-desktop.png");
    width: 123px;
    height: 470px;
    display: inline-block;
    left: 0;
    top: 4rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #form::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-right-top-form-virada-chave-desktop.png");
    width: 166px;
    height: 589px;
    display: inline-block;
    right: 0;
    bottom: 3rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.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.3;
  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 **/
/**Regionais  ***/
.regionais {
  z-index: 0;
}

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

.regionais .programacao-regional .description p {
  text-align: center;
  color: var(--bs-white);
  font-size: 1.1rem;
  text-shadow: 1px 1px 2px var(--bs-gray-dark);
}

.regionais .programacao-regional .col {
  margin-top: 1rem;
}

.regionais .card {
  border-radius: 0;
  border: 5px solid var(--bs-primary-light);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.regionais .programacao-regional .card-header {
  background-color: transparent;
  border-bottom: none;
}

.regionais .programacao-regional .card-header h4 {
  color: var(--bs-primary-light);
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.regionais .programacao-regional .card-header p {
  color: var(--bs-primary-darken);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

.regionais .programacao-regional .card-body {
  padding-top: 0;
}

.regionais .programacao-regional .card-title {
  color: var(--bs-primary-darken);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}

.regionais .programacao-regional .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.regionais .programacao-regional .card-body ul li {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.regionais .programacao-regional .card-body ul li p {
  margin: 0;
  padding: 0;
  color: var(--bs-gray-darken);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
  display: inline;
}

.regionais .programacao-regional .card-body ul li p::before {
  content: "";
  background-color: var(--bs-gray-darken);
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  border-radius: 50%;
}

.regionais .programacao-regional .btn {
  margin-top: 2rem;
  border-width: 3px;
}

.regionais .evento-creci-delas {
  background-color: var(--bs-white);
  border: none;
}

.regionais .evento-creci-delas h2,
.regionais .evento-creci-delas h3,
.regionais .evento-creci-delas p {
  color: var(--bs-secondary);
  text-align: center;
}
.regionais .evento-creci-delas h2{
  vertical-align: middle;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.regionais .evento-creci-delas h2 strong{
  margin:0;
  padding:0;
  max-width: 253px;
  display: inline-block;
}
.regionais .evento-creci-delas h3{
  font-weight: 700;
}
.regionais .evento-creci-delas h2 {
  text-transform: uppercase;
  font-size: 2.25rem;
  margin: 2rem auto 1rem;
}

.regionais .evento-creci-delas p {
  font-size: 1.1rem;
}

.regionais .evento-creci-delas .btn {
  max-width: 280px;
  display: block;
  margin: 1.5rem auto 0;
}

@media screen and (min-width: 600px) {
  .regionais .programacao-regional {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-roadshow-virada-chave-desktop.png");
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
  }

  .regionais .programacao-regional h2 {
    font-size: 4.25rem;
  }

  .regionais .programacao-regional .description p {
    font-size: 2rem;
    line-height: 1.2;
  }

  .regionais .programacao-regional .cards-wrapper {
    justify-content: space-between;
  }

  .regionais .programacao-regional .btn {
    max-width: 250px;
    display: block;
    margin: 2rem auto 4rem;
  }

  .regionais .programacao-regional .card-header p {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }

  .regionais .programacao-regional .col:nth-child(1) .card,
  .regionais .programacao-regional .col:nth-child(4) .card {
    background-color: var(--bs-primary-light);
    border-color: var(--bs-white);
  }

  .regionais .programacao-regional .col:nth-child(2) .card-body ul {
    float: left;
    width: 50%;
    display: block;
    padding: 0 1rem;
  }

  .regionais .programacao-regional .col:nth-child(2) .card-body ul li p {
    display: block;
    line-height: 1.4;
  }

  .regionais .programacao-regional .col:nth-child(1) .card-body ul,
  .regionais .programacao-regional .col:nth-child(3) .card-body ul,
  .regionais .programacao-regional .col:nth-child(4) .card-body ul {
    max-width: 85%;
    display: block;
    margin: 0 auto;
  }

  .regionais .programacao-regional .col:nth-child(2) .card-body ul li {
    text-align: left;
  }

  .regionais .programacao-regional .col:nth-child(1) .card-title,
  .regionais .programacao-regional .col:nth-child(1) .card-header h4,
  .regionais .programacao-regional .col:nth-child(4) .card-header h4,
  .regionais .programacao-regional .col:nth-child(1) .card-header p,
  .regionais .programacao-regional .col:nth-child(4) .card-title,
  .regionais .programacao-regional .col:nth-child(4) .card-header p,
  .regionais .programacao-regional .col:nth-child(1) .card-body ul li p,
  .regionais .programacao-regional .col:nth-child(4) .card-body ul li p {
    color: var(--bs-white);
  }

  .regionais .programacao-regional .col:nth-child(1) .card-body ul li p::before,
  .regionais .programacao-regional .col:nth-child(4) .card-body ul li p::before {
    background-color: var(--bs-white);
  }

  .regionais .programacao-regional .card-body {
    min-height: 330px;
  }
  .regionais .evento-creci-delas h2{
    margin-top: 2rem;
  }
  .regionais .evento-creci-delas h2 strong{
    margin-left: 0.5rem;
  }
  .regionais .evento-creci-delas p {
    font-size: 1.5rem;
  }

  .regionais .evento-creci-delas::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-left-roadshow-virada-chave-desktop.png");
    width: 259px;
    height: 589px;
    display: inline-block;
    left: 0;
    bottom: -1rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .regionais .evento-creci-delas::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-right-roadshow-virada-chave-desktop.png");
    width: 233px;
    height: 635px;
    display: inline-block;
    right: 0;
    bottom: -3rem;
    /* bottom: -1rem; */
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .regionais .evento-creci-delas h3{
    margin-bottom: 4rem;
  }

}

@media screen and (max-width: 600px) {
  .regionais .programacao-regional{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-roadshow-virada-chave-mobile.jpg");
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
  }

  .regionais .programacao-regional h2 {
    font-size: 2.25rem;
  }

  .regionais .programacao-regional .cards-wrapper {
    justify-content: center;
  }

  .regionais .programacao-regional .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .regionais .programacao-regional .card-body ul li {
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
  }

  .regionais .programacao-regional .btn {
    display: block;
  }

  .regionais .programacao-regional .col:nth-child(1) .card-title,
  .regionais .programacao-regional .col:nth-child(1) .card-header h4,
  .regionais .programacao-regional .col:nth-child(3) .card-header h4,
  .regionais .programacao-regional .col:nth-child(1) .card-header p,
  .regionais .programacao-regional .col:nth-child(3) .card-title,
  .regionais .programacao-regional .col:nth-child(3) .card-header p,
  .regionais .programacao-regional .col:nth-child(1) .card-body ul li p,
  .regionais .programacao-regional .col:nth-child(3) .card-body ul li p {
    color: var(--bs-white);
  }

  .regionais .programacao-regional .col:nth-child(1) .card-body ul li p::before,
  .regionais .programacao-regional .col:nth-child(3) .card-body ul li p::before {
    background-color: var(--bs-white);
  }

  .regionais .programacao-regional .col:nth-child(1) .card,
  .regionais .programacao-regional .col:nth-child(3) .card {
    background-color: var(--bs-primary-light);
    border-color: var(--bs-white);
  }
  .regionais .evento-creci-delas h2{
    flex-direction: column;
     margin-top: 0rem;
  }
  .regionais .evento-creci-delas h2 strong{
    max-width: 100%;
    margin-top: 1rem;
  }
  .regionais .evento-creci-delas h3{
    font-size: 1.563rem;
    margin-bottom: 5rem;
  }
  .regionais .evento-creci-delas{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-right-roadshow-virada-chave-bottom-mobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
  }
}

/** Regionais - Fim **/
/**Roadshow **/
.roadshows {
  z-index: 0;
}

.roadshows .roadshows-reforma-tributaria {}

.roadshows .roadshows-reforma-tributaria h2,
.roadshows .roadshows-reforma-tributaria .description p {
  color: var(--bs-white);
  text-align: center;
  text-shadow: 1px 1px 2px var(--bs-gray-dark);
}


.roadshows .roadshows-reforma-tributaria .description p {
  font-size: 1.1rem;
}

.roadshows .roadshows-reforma-tributaria .btn-inscreva-se {
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-border-width: 3px;


  max-width: 280px;
  display: block;
  margin: 3rem auto 0;
}


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


  .roadshows .roadshows-reforma-tributaria h2 {
    font-size: 4rem;
    line-height: 1;
    margin: 1rem 0 2rem;
  }
  .roadshows .roadshows-reforma-tributaria .description p {
    font-size: 1.875rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }  
}

@media screen and (max-width: 600px) {
  .roadshows .roadshows-reforma-tributaria h2 {
    margin-top: 0;
    font-size: 2rem;
  }
  .roadshows .roadshows-reforma-tributaria .description p {
    margin-bottom: 2rem;
  }
  .roadshows .box-cidades .col{
    max-width: 243px;
  }
}

/** Lista de Cidades **/
/* .lista-cidades {
  z-index: 0;
} */


.roadshows .box-cidades .card {
  width: 100%;
  background-color: transparent;
  border: 3px solid var(--bs-white);
}

.roadshows .box-cidades .card-title{
  font-family: var(--bs-title-card-font-family);
  color: var(--bs-white);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.roadshows .box-cidades .card-text{
  font-family: var(--bs-title-card-font-family);
  color: var(--bs-white); 
  font-size: 1.25rem;
  font-weight: 600;
}
.roadshows .box-cidades .card-text strong{
  display: none;
}
.roadshows .box-cidades .card .btn-evento {
  
  --bs-btn-bg: var(--bs-primary-light);
  

  
  font-size: 1.125rem;
  max-width: 100%;
  margin: 1rem auto 0;
  display: block;
}
/* 

.roadshows .fstdropdown>.fstselected {
  font-family: var(--bs-font-sub-title-pages);
  background-color: var(--bs-primary-light);
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--bs-white);
  text-align: center;
}

.roadshows .fstdropdown>.fstselected::after {
  content: '';
  position: absolute;
  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;
  transform: rotate(-45deg);
  right: 1.5rem;
  top: 1rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0;
}

.roadshows .fstdropdown {
  border-radius: 30px;
}

.roadshows .fstlist>div {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--bs-primary-dark);
  text-transform: uppercase;
  text-align: center;
}

.roadshows .fstlist>div:hover {
  background-color: var(--bs-primary-dark);
  color: var(--bs-white);
} */

/** Modal cidades***
.modal-cidades .modal-content {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-cidades .card-custom {
  width: 100%;
}

.modal-cidades .modal-header {
  padding: 1rem 1rem 1rem 1rem;
  background-color: var(--bs-primary-darken);
}

.modal-cidades .map-section {
  overflow: hidden;
  position: relative;
  min-height: 350px;
  height: 100%;

}

.modal-cidades .map-section iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.modal-cidades .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-cidades .contact-info-item i {
  color: var(--bs-primary);
  font-size: 1.25rem;
  margin-right: 1rem;
  width: 25px;
  text-align: center;
}

.modal-header .btn-close {
  background-image: none;
  color: var(--bs-white);
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  width: auto;
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
}

.modal .modal-title {
  background-image: none;
  color: var(--bs-white);
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding-right: 2rem;
}

.modal p {
  text-align: center;
  width: 100%;
  color: var(--bs-primary);
  font-size: 1.1rem;
}

.modal-cidades .nav-tabs .nav-item.show .nav-link,
.modal-cidades .nav-tabs .nav-link.active {
  color: var(--bs-primary);
}

.modal .btn-evento {
  max-width: 320px;
  display: block;
  margin: 0 auto;

}

.modal .btn-evento i {
  font-size: 1rem;
  position: relative;
  left: 5px;
  bottom: 2px;
  vertical-align: middle;
}

.modal-cidades .nav-tabs .nav-link {
  color: var(--bs-gray-dark);
}

/* .modal h2{
  color: var(--bs-primary);
} *
.modal-cidades .contact-info-item p {
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--bs-gray-dark);
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
  background-color: var(--bs-primary);
}

.modal-cidades .content p {
  color: var(--bs-gray-dark);
  margin-bottom: 1.5rem;
}

.modal-cidades .content p.message-info {
  background-color: var(--bs-gray);
  padding: 1rem 1rem 1rem 0.5rem;
  vertical-align: middle;
}

.modal-cidades .content p.message-info.multiple-links {
  position: relative;
  padding-left: 50px;
}

.modal-cidades .content p.message-info.multiple-links .info {
  position: absolute;
  left: 5px;
  top: 10%;
  margin-top: 5%;
}

.modal-cidades .content p.message-info.multiple-links a {
  width: 100%;
  display: inline-block;
}

.modal-cidades .content p.message-info a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 700;

}

.modal-cidades .content p.message-info a:hover {
  text-decoration: underline;
}

.modal-cidades .content p.message-info .info {
  font-size: 1.5rem;
  background-color: var(--bs-gray);
  color: var(--bs-gray-dark);
  padding: 6px;
  width: 40px;
  text-align: center;
}

.modal-cidades .lista-unidade {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 2px solid var(--bs-gray);
}

.modal-cidades .lista-unidade li {
  min-height: 30px;
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  z-index: 0;
}

.modal-cidades .lista-unidade li i {
  font-size: 1.5rem;
  background-color: var(--bs-gray);
  color: var(--bs-gray-dark);
  padding: 6px;
  width: 40px;
  text-align: center;
}

.modal-cidades .lista-unidade li a {
  color: var(--bs-primary);
  text-decoration: none;
}

.modal-cidades .lista-unidade li a:hover {
  text-decoration: underline;
}

.modal-cidades .lista-unidade li i.fa-arrow-up-right-from-square {
  color: var(--bs-primary);
  font-size: 1rem;
  background-color: transparent;
}

.modal-cidades .lista-unidade li.whatsapp i,
.modal-cidades .lista-unidade li.whatsapp a:hover {
  color: var(--bs-success)
}

.modal-cidades .lista-unidade li strong {
  font-weight: 700;
}

.modal-cidades .lista-unidade li:nth-child(even) {
  background-color: var(--bs-gray);
}

.modal-cidades .lista-unidade li.endereco-item,
.modal-cidades .lista-unidade li.horario-funcionamento {
  padding-left: 50px;
  overflow: hidden;
}

.modal-cidades .lista-unidade li.endereco-item i,
.modal-cidades .lista-unidade li.horario-funcionamento i {
  position: absolute;
  left: 5px;
  height: 100%;
  top: 0px;
  margin: auto;
  padding-top: 20px;
}

.modal-cidades .lista-unidade li.endereco-item strong,
.modal-cidades .lista-unidade li.horario-funcionamento strong {
  width: 100%;
  display: inline-block;
}

/* Adjustments for smaller screens */
/* @media screen and (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 520px;
  }
}

@media screen and (max-width: 767.98px) {
  .modal-cidades .map-section {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 300px;
    min-height: unset;
  }

  .modal-cidades .contact-info-group {
    text-align: center;
    margin-top: 30px;
  }

  .modal-cidades .contact-info-item {
    justify-content: center;
  }
} */

@media screen and (min-width: 600px) {
  /* .roadshows .box-cidades .card-title{
    min-height: 50px;
  } */
  .roadshows .box-cidades .card {
    margin-top: 0rem;
  }
  .roadshows .box-cidades .card:hover {    
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }
 

  .roadshows .box-cidades .card-body {
    min-height: inherit;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 1rem;
  }
}
/* 
@media screen and (max-width: 600px) {

  .roadshows .fstdropdown>.fstselected,
  .roadshows .box-cidades .card .btn-programacao {
    font-size: 1.25rem;
  }

  .roadshows .fstdropdown>.fstselected::after {
    top: 0.8rem;
    width: 15px;
    height: 15px;
  }
} */

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

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

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

.sobre p strong {
  color: var(--bs-white);
}

.sobre ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sobre ul li {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.3rem;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: var(--bs-primary-dark);
}

.sobre ul li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.sobre ul li i.icon-check {
  color: var(--bs-success);
}

.sobre ul li i.icon-delete {
  color: var(--bs-danger);
}

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

/* 
.sobre .btn {
  --bs-btn-border-color: var(--bs-primary-light);
  --bs-btn-border-width: 3px;
} */

/*
.bg-sobre {
  
}
*/
@media screen and (max-width: 600px) {
  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/94986300-deba-4c40-bedc-0ef622e9c66d.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    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%;
    display: inline-block;
  }

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

  .sobre .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c7d85cb4-c8fe-45f7-aa2b-13673faaaa43.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-size: contain;
  }
}

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

  /*.bg-sobre {
   
  }
 
  .sobre::after {
    content: "";
    width: 300px;
    height: 170px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    top: -100px;
    background-image: url("");
  }
 */
  .sobre h2 {
    font-size: 2.5rem;
    max-width: 560px;
    margin-bottom: 2rem;
  }

  /* 
  .sobre p {
    max-width: 492px;
  } */

  .sobre ul {
    margin-bottom: 2rem;
  }

  .sobre .btn-sobre {
    max-width: 254px;
    margin-top: 1rem;
  }

  .sobre .content {
    min-height: 600px;
  }

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

  .sobre .sobre-img {
    position: absolute;
    width: 100%;
    max-width: inherit;
    object-fit: contain;
    text-align: left;
    top: 0;
    right: 0rem;
  }

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

/*** Sobre - FIM ***/


/** Baixar Ebooks -- FIM**/

/** 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-terciary);
  font-weight: 400;
  font-size: 0.975rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

}

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

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

}

.social-network ul li a i:hover {
  color: var(--bs-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-light);
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}


/*** Compartilhe **/
#compartilhar {
  z-index: 0;
  background: #2962FF;
  background: -webkit-linear-gradient(260deg, rgba(41, 98, 255, 1) 0%, rgba(31, 13, 127, 1) 100%);
  background: -moz-linear-gradient(260deg, rgba(41, 98, 255, 1) 0%, rgba(31, 13, 127, 1) 100%);
  background: linear-gradient(260deg, rgba(41, 98, 255, 1) 0%, rgba(31, 13, 127, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2962FF", endColorstr="#1F0D7F", GradientType=0);

}

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

}

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


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

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

  #compartilhar h2 strong {
    display: inline-block;
    width: 100%;
  }

  .mobile {
    display: none;
  }

  #form .formulario h2 {
    max-width: 250px;
    font-size: 1.434rem;
  }

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


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

  /*
  .bg-repeat {
    background-position: right;
  }
  
  .header {
    padding-bottom: 0rem;
    background-image: url("");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
    
  */

  .header .container {
    padding: 0;
  }


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

  .header h1 img {
    width: 100%;
  }

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

  } */
  .header.modal-backdrop h3 {
    padding: 0 1rem 1rem 4rem;
    max-width: 100%;
    margin: 0;
    font-size: 1.7rem;
    position: relative;
  }

  .header.lp h3 {
    padding: 0 1rem 1rem 4rem;
    max-width: 100%;
    margin: 0;
    font-size: 1.7rem;
    position: relative;
  }

  .header.tp h3 {
    padding: 0 1rem 1rem 1rem;
    max-width: 100%;
    margin: 0;
    font-size: 3rem;
    position: relative;
  }



  /* .header h2 small {
    font-size: 1.5rem;
  } */

  /* .header h2 strong{
    font-size: 1.375rem;
  } */
  .header.lp h1 span {
    margin: 5rem 0 0 4rem;
    max-width: 135px;
  }

  .header.tp h1 span {
    margin: 5rem 0 0 1rem;
    max-width: 135px;
  }

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

  .header h2 span::before {
    left: -26px;
    width: 35px;
   } */
  .header.tp h2 {
    padding: 0 1rem;
  }

  .header.lp h2 {
    width: 100%;
    display: inline-block;
    padding: 0 1rem 0 4rem;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .header h4 {
    font-size: 1.5rem;
    padding-left: 1rem;
    margin: 1rem 0;
  }

  /* 
  .header.tp h3 {
    margin-bottom: 0rem;
    text-align: center;
    font-size: 1.75rem;
  } */


  .header.tp p {
    font-size: 1.1rem;
    padding: 0 1rem 0 1rem;
    max-width: 100%;
  }

  .header.lp p {
    font-size: 1.1rem;
    padding: 0 1rem 0 4rem;
    max-width: 100%;
  }

  .header.tp .hero-content-wrapper {
    padding-bottom: 3rem;
  }

  /* 
  .header.tp p {
    margin: 1rem auto 6rem;
  } */

  .header.tp .btn,
  .header.lp .btn {
    margin: 1rem auto 22rem;
    width: 310px;
  }


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

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

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

  #sobre .btn {
    margin-bottom: 10rem;
    margin-top: 2rem;
  }

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

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

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

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

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

  #form .row {
    padding-left: 0;
    padding-right: 0;
  }

  #form .section-title {
    line-height: 1.1;
    font-size: 1.5rem;
    text-align: left;
  }

  #form .section-title strong {
    font-size: 2rem;
    text-align: left;
  }

  .form .content-site {
    position: relative;
    z-index: 0;
    padding: 1rem;
  }

  .form .content-site::before {
    content: "";
    background: #47EDF6;
    background: -webkit-linear-gradient(90deg, rgba(71, 237, 246, 1) 0%, rgba(0, 83, 93, 1) 24%);
    background: -moz-linear-gradient(90deg, rgba(71, 237, 246, 1) 0%, rgba(0, 83, 93, 1) 24%);
    background: linear-gradient(90deg, rgba(71, 237, 246, 1) 0%, rgba(0, 83, 93, 1) 24%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47EDF6", endColorstr="#00535D", GradientType=1);
    position: absolute;
    z-index: 1;
    width: 120%;
    display: inline-block;
    left: -2rem;
    height: 100%;
    top: 0;
  }

  #form .content-site p {
    position: relative;
    z-index: 2;
  }

  #form p {
    font-size: 1.1rem;
    text-align: left;
  }

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

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

  #form .list-vantagens li p {
    width: 100%;
    display: inline-block;
    min-height: auto;

    padding: 0 1rem;
  }

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

  #form .description {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
  }

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

  #form .list-vantagens li {
    /* padding-left: calc(var(--bs-size-width-image-icon) - 20px);
    height: calc(var(--bs-size-height-image-icon) - 40px);  */
    padding-left: 0;
    height: auto;
    margin-bottom: 1rem;
    max-width: inherit;
  }

  #form .list-vantagens li:last-child {
    margin: 0;
  }

  #form .list-vantagens li .icon {
    /* width: calc(var(--bs-size-width-image-icon) - 42px);
    height: calc(var(--bs-size-height-image-icon) - 40px);  */
    top: inherit;
    left: 0;
    position: relative;
    margin: 0 auto 1rem;
    padding: 0.5rem;
  }

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


  .sobre {
    padding: 0;
  }

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

  .sobre h2 {
    font-size: 2.5rem;
    margin-top: 5rem;
    text-align: center;
  }

  .sobre .content-txt {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-sobre-virada-de-chave-mobile.png");
    background-size: cover;
    border: none;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: scroll;
  }



  /*
  .sobre .row {
    flex-direction: column-reverse;
  }
*/
  .sobre ul li {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }


  .sobre .btn {

    margin: 0 auto;
    display: block;
  }


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

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

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

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

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

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