@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&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');

/**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-font: var(--bs-font-sub-title-pages);
  --bs-font-form-serif: var(--bs-font-sans-serif);
  /*Select e input*/
  --bs-font-form-tittle: var(--bs-font-sans-serif);

  /*titulo form*/
  --bs-body-font-size: 1.063rem;
  --bs-body-font-weight: 400;

  --bs-primary: #FF8B43;
  --bs-primary-dark: #;
  --bs-primary-light: #FFD359;
  --bs-primary-lighten: #;
  --bs-secondary: #5B2DFB;
  --bs-secondary-dark: #9637ED;
  --bs-secondary-darken: #712EEF;
  --bs-secondary-light: #;
  --bs-terciary: #D3558E;
  --bs-terciary-dark: #;
  --bs-terciary-light: #;
  --bs-terciary-lighten: #;
  --bs-quaternary: #FFE35D;
  --bs-quaternary-light: #;
  --bs-quaternary-dark: #;


  /** cor especial **/
  /* Branco com opacidade */
  --bs-white-alpha: rgba(255, 255, 255, 0.25);

  --bs-gray: #F8F8F8;
  --bs-gray-light: #FEFDF1;
  --bs-gray-dark: #043545;
  --bs-gray-darken: #cccccc;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-primary);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 102px;
  --bs-size-height-image-icon: 99px;
  --bs-bg-border-icon: transparent;
  --bs-color-icon: var(--bs-white);
  --bs-bg-icon-page-list-form: transparent;
  --bs-border-radius-page-list-form: 0px 0px 0px 0px;
  --bs-border-radius--icon: 0px 0px 0px 0px;
  --bs-linkedin-color: #117BB8;


  /** Outras cores **/
  --bs-yellow-color: #FFDC5C;
  --bs-yellow-gold-color: #FFD603;
  --bs-red-color: var(var(--bs-terciary));
  --bs-orange-color: var(--bs-primary);
  --bs-blue-color: #0024A9;
  --bs-color-dark:#250099;
}

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

.btn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.30rem;
  font-family: var(--bs-btn-font);
  border-radius: 30px;
  text-transform: inherit;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  /* --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-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-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-terciary);
  --bs-btn-border-color: var(--bs-terciary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn-info {
  --bs-btn-color: var(--bs-terciary);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-terciary);
  --bs-btn-hover-border-color: var(--bs-terciary);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  border-color: transparent;
  outline: none;
  box-shadow: none
}

.owl-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.5rem;
  font-weight: 900;
  text-transform: inherit;
  color: var(--bs-white);
}

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

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

@media screen and (min-width: 1200px) {
  .container {
    max-width: 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;
}

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

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

/** 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-weight: 500;
  font-size: 2.475rem;
  line-height: 1.1; 
  color: var(--bs-primary-light); 
  */
  width: 100%;
  display: inline-block;
}
.header h2 figure,
.header h2 figure img{
  width: 100%;
  display: inline-block;
}
/* 
.header h2 span {
  color: var(--bs-secondary);
}

.header h2 strong {
  color: var(--bs-terciary);
  font-weight: 600;
}


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

} */
.header h3 {  
   font-weight: 400;
  font-size: 1.5rem;   
  margin-bottom: 1rem;  
  width: 100%;
  display: block;
  margin-top: 0;
  text-transform: inherit;
}
.header h3 strong{
  font-weight: 700;
  color:var(--bs-white)
}

/* 
.header h3 span {
  width: 100%;
  display: inline-block;
  text-align: left;
} */

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

.header h4 {
  /* font-family: var(--bs-font-sub-title-pages); */
  color: var(--bs-white);
  font-size: 1.544rem;
  font-weight: 700;
  text-transform: inherit;
  margin: 0 0 1rem 0;
  padding-left: 0rem;
  position: relative;
  z-index: 1;
}
.header h4 i{
  font-style: normal;
}

.header p {
  font-weight: 400;
  font-size: 1.188rem;
  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 ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header ul li {
  margin: 0 0 0.3rem 0;
  padding: 0 0 0 35px;
  display: block;
  float: left;
  position: relative;
  width: auto;
}

.header ul li p {
  font-size: 1.19rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
}
.header ul li p i{

}
.header .hero-content-wrapper {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}


.header .hero-img img {
  width: 100%;
}

/* .header.lp .btn {
  margin: 1rem 0 1.5rem 0;
} */

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

  /* .header::before {
    content: "";
    
  } */
  .bg-header {        
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .bg-header{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-header-lp-mobile-mei-formalize-regularize-cresca-2026.png");
    background-position: center bottom;
  }
  
  .header.quiz .hero-img{
    margin-top: 2rem;
  }
  .header .hero-img {
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

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

@media screen and (min-width: 600px) {
  
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-header-lp-desktop-mei-formalize-regularize-cresca-2026.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  .header::before {
    /* content: "";
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 317px; *
    content: "";
    background-color: var(--bs-terciary-lighten);
    position: absolute;
    width: 500%;
    display: inline-block;
    left: -480%;
    height: 87px;
    top: -30px;
    border-radius: 0px 0px 90px 0px; */
  }

  
  .header::after {
    /* background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: absolute;
    width: 283px; 
    content: "";
    background-color: transparent;
    position: absolute;
    width: 500%;
    display: inline-block;
    border: 4px solid var(--bs-white);
    left: -480%;
    border-radius: 0px 120px 0px 0px;
    height: 90px;
    bottom: -25px;
    z-index: 1;*/
  }

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

  .header.lp .hero-content-wrapper {
    min-height: 550px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header .hero-content-wrapper{
    position: static;
    /* z-index: 0; */
  } 

  .header.lp .btn {
    max-width: 300px;
    display: block;
    /* margin: 0; */
    left: 0px;
    position: relative;
  }

  .header.tp p {
    max-width: 520px;
    font-size: 1.1rem;
  }

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

  .header h1 {
    top: 0rem;
    display: inline-block;
    width: 348px;
    margin: 0 0 0rem 0;
    text-align: left;
    position: relative;
    left: -50px;
  }
  
  .header h2 {
    /* font-size: 2.694rem;
    color: var(--bs-white);
    line-height: 1; 
    width: 100%;*/
    width: 546px;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    left: -58px;
  }

  /* .header.tp h2 {
    margin-bottom: 0.5rem;
    font-size: 2.625rem;
    max-width: 435px;
  } */
  .header h4{
    max-width: 305px;
    position: relative;
  }
  .header h4 i{
    position: absolute;
    right: -5px;
    bottom: 3px
  }
  /* 
  .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{    
    position: relative;
    z-index: 3;
    left: -25px;
    /* height: 90px;
    margin-bottom: 1rem; */
  }
  .header h3 strong {   
    width: 100%;
    display: inline-block;
  }
  /* .header.lp h3,
  .header.tp h3{
    width: 456px;
  } */
  
  .header.lp p {
    width: 500px;
    left: 0px;
    display: inline-block;
    position: relative;
  }
  .header ul {
    width: 100%;
    position: relative;
    left: -25px;
    display: inline-block;
  }
  .header ul li{
    
  }
  .header ul li p i{
    color: var(--bs-secondary);
    font-size: 2rem;
    position: absolute;
    left: -34px;
    top: 0;
  }
  .header.lp ul li p,
  .header ul li p {
    width: auto;
    max-width: 200px;
    font-size: 1.438rem;
    line-height: 1.1;
  }
  .header .content-image{
    position: relative;    
  }
  .header .content-image .asset-image{
    width: 500%;
    height: 134px;
    background-color: var(--bs-secondary);
    position: absolute;
    right: -420%;
    bottom: -24px;
    display: block;
    transform: skew(-38deg);    
  }
  .header.lp .hero-img {
    width: 710px;   
    object-fit: contain;
  }

  .header.tp .hero-img {
    width: 52%;
    max-width: 857px;    
    object-fit: contain;
  }
 
  .header .hero-img {
    position: absolute;
    text-align: left;
    right: -10rem;
    top: 0rem;
    z-index: 2;
  }

  .header.tp h3 span {
    font-size: 2.5rem;
    max-width: 100%;
  }
}

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

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

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

#form .section-title {
  font-family: var(--bs-font-sans-serif);
  font-size: 2.5rem;
  text-transform: inherit;  
  color: var(--bs-terciary);
}

#form .section-title strong {
  font-weight: 900;
  color: var(--bs-terciary);
}

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

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

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

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

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

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

#form .list-vantagens li div {
  /* border: 2px dashed var(--bs-secondary); */
  border-radius: var(--bs-border-radius--icon);
  padding: 0px 10px;
  overflow: hidden;
}


#form .list-vantagens li p {
  padding-top: 0;
  margin: 0;
  padding: 0rem 1rem;
  width: 100%;
  min-height: var(--bs-size-height-image-icon);
  align-content: center;
}

#form .list-vantagens li p strong {
  font-weight: 700;
  /* width: 100%;
  display: inline-block; */
}
 

#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 .btn-vantagens-mobile {
  white-space: inherit;
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
}

#form .list-vantagens li .icon {
  width: calc(var(--bs-size-width-image-icon) + 2px);
  height: calc(var(--bs-size-height-image-icon) + 3px);
  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;
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--bs-color-icon);
  text-align: center;
}

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

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

.formulario h2 {
  font-size: 1.438rem;
  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;
}

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


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

  #form .section-title {
    margin-top: 0rem;
    max-width: inherit;
  }
  
  #form .section-title strong {
    width: 100%;
    display: inline-block;
  }

  #form .list-vantagens li {
    max-width: 490px;
  }
  #form .list-vantagens{
    margin-bottom: 5rem;
  }
}

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


/** Formulario - Fim **/
/** Lista Cidades  ***/
.lista-cidades{
  z-index: 0;
}
.lista-cidades h2 {  
  color: var(--bs-quaternary);
}
.lista-cidades h3 {  
  font-size: 1.125rem;
}
.lista-cidades .box-cidades .card {  
  width: 100%;
  background: #EA9E4D;
  background: -webkit-linear-gradient(180deg, rgba(234, 158, 77, 1) 0%, rgba(211, 85, 142, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(234, 158, 77, 1) 0%, rgba(211, 85, 142, 1) 100%);
  background: linear-gradient(180deg, rgba(234, 158, 77, 1) 0%, rgba(211, 85, 142, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EA9E4D", endColorstr="#D3558E", GradientType=0);
}

.lista-cidades .box-cidades .card .btn-programacao {

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

  max-width: 280px;
  text-transform: uppercase;

  margin: 1rem auto 0;
  display: block;
}

.lista-cidades p {
  font-size: 2.25rem;
  color: var(--bs-white);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.lista-cidades p strong{
  font-weight: 700;
}
.lista-cidades .fstdropdown>.fstselected {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.25rem;
  font-weight: 600;
  font-style: normal;
  text-transform: inherit;
  color: var(--bs-color-dark);
  
  text-align: center;
  position: relative;
  z-index: 0;
}
.lista-cidades .fstdropdown>.fstselected::after{
  border-color: var(--bs-color-dark) transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0;
}
.lista-cidades .fstdropdown.open>.fstselected {
  border: none;
}
.lista-cidades .open.fstdropdown>.fstselected::after{
  display: none;
}
.lista-cidades .fstdropdown {
  border-radius: 30px;
}
.lista-cidades .fstdropdown{
  border: 2px solid var(--bs-color-dark);
  border-radius: 40px;
}
.lista-cidades .fstdropdown.open{
  border-radius: 20px;
  padding-bottom: 0.5rem;
}
.lista-cidades .fstdropdown.open:hover{
  outline: none;
  box-shadow: none;
  border: 2px solid var(--bs-color-dark);
}
.lista-cidades .fstlist>div {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--bs-color-dark);
  text-transform: inherit;
  text-align: center;   
}

.lista-cidades .fstlist>div:hover {
  background-color: var(--bs-primary-dark);
  color: var(--bs-color-dark);
}
.lista-cidades .fstdropdown.open>.fstlist{
  max-height: 170px;
}

/** 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: 0 1rem;
}

.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 .modal-title {
  color: var(--bs-color-dark);
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.8rem;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

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

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

.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-secondary);
  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 {
  font-size: 1.1rem;
  color: var(--bs-black);
  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-color-dark);
  text-decoration: none;
}

.modal-cidades .lista-unidade li.whatsapp a {
  color: var(--bs-success);
  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-secondary);
  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.bairro-item,
.modal-cidades .lista-unidade li.cep-item,
.modal-cidades .lista-unidade li.ponto-referencia-item,
.modal-cidades .lista-unidade li.complemento-item
{
  display: none;
}
*/
.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 (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) {
  .bg-lista-cidades{
     background-color: var(--bs-secondary);
  }

  /* .lista-cidades.lp h2 {
    max-width: 454px;
  } */

  .lista-cidades.tp h2 {
    max-width: 490px;
  }

  .lista-cidades p {
    max-width: 427px
  }

  .lista-cidades .box-cidades .card-body {
    min-height: inherit;
    display: inline-block;
    width: 100%;
    padding: 5rem 2rem;
  }
  .lista-cidades h2{
    margin-bottom: 1rem;
    line-height: 1.1;
  }
  .lista-cidades .content-txt{
    display:flex;
    flex-direction: column;
    justify-content: center;   
    margin-bottom: 3rem;   
  }
  .lista-cidades .container {
     position: relative; 
    z-index: 0;
  }
  .lista-cidades .asset-bottom{
    width: 198px;
    height: 99px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-lista-cidades-desktop-mei-formalize-regularize-cresca-2026.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    display: inline-block;
    left: -58px;
    bottom: 0;
  }
  .lista-cidades .asset-bottom::before{
    content: "";
    width: 500%;
    height: 99px;
    left: -500%;
    position: absolute;
    display: inline-block;
    bottom: 0px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/repeat-asset-lista-cidades-desktop-mei-formalize-regularize-cresca-2026.png");
    background-repeat: repeat-x;
    background-size: contain;
  }
  .lista-cidades h2,
  .lista-cidades p{
    position: relative;
    left: -58px;
  }
  .lista-cidades h3{
    width: 500px;
    position: relative;
    left: -22px;
  }
  .lista-cidades .row{
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .lista-cidades h2 {
    font-size: 1.875rem;
  /* 
    text-align: center;    
    line-height: 40px; */
  }

  .lista-cidades p {
    /* text-align: center;
     */
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .lista-cidades h3{
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .bg-lista-cidades{
    background-color: var(--bs-secondary);
  }
  .lista-cidades .box-cidades .card{
    padding: 1rem 2rem;
  }
  .lista-cidades .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-lista-cidades-mobile-mei-formalize-regularize-cresca-2026.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .lista-cidades .row{
    margin-bottom: 6rem;
  }
}

/** Lista Cidades - Fim **/
/** Regularize ***/
.regularize{
  z-index: 0;
}
.bg-gradient-yellow{
  background: #FFDC5C;
  background: -webkit-linear-gradient(86deg, rgba(255, 220, 92, 1) 0%, rgba(255, 139, 67, 1) 83%);
  background: -moz-linear-gradient(86deg, rgba(255, 220, 92, 1) 0%, rgba(255, 139, 67, 1) 83%);
  background: linear-gradient(86deg, rgba(255, 220, 92, 1) 0%, rgba(255, 139, 67, 1) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDC5C", endColorstr="#FF8B43", GradientType=0);
}
.regularize h2{
  color: var(--bs-secondary-darken);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 800;
}
.regularize h3{
  color: var(--bs-color-dark);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.regularize p strong{
  color: var(--bs-color-dark);
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
}
.regularize .container{
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .regularize .container::before{
    content: "";
    width: 490%;
    height: 75px;
    background-color: transparent;
    border: 4px solid var(--bs-primary-light);
    position: absolute;
    right: -490%;
    top: 0px;
    display: block;
    transform: skew(-20deg);
  }
}
@media screen and (max-width: 600px) {
  .regularize h3{
    font-size: 1.5rem;
  }
  .regularize p strong{
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
/** Regularize / FIm***/
/**Sobre  ***/
.sobre {
  z-index: 0;
}

.sobre .content {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

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

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

.sobre p i{
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  margin: 0;    
}

.sobre ul {
  text-decoration: none;
  list-style: disc;
  color: var(--bs-color-dark);
  margin: 0 0 1rem 0;
  /* padding: 0; */
}

.sobre ul li {}

.sobre ul li p {
  margin-bottom: 0rem;
  color: var( --bs-color-dark);
  font-size: 1.25rem;
  font-weight: 600;
}

.sobre .description{
  position: relative;
  z-index: 0;
}
.sobre .description p{}

.sobre .servicos{}
/* 
.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 .card{
  background-color: var(--bs-yellow-color);
  margin-bottom: 0.5rem;
}

.sobre .card:nth-child(3){
  background-color: var(--bs-terciary);
}
.sobre .card:nth-child(3) .card-title{
  color: var(--bs-quaternary);
}
.sobre .card:nth-child(3) .card-text{
  color: var(--bs-white);
}
.sobre .card:nth-child(4){
  background-color: var(--bs-primary);
}
.sobre .card:nth-child(4) .card-title{
  color: var(--bs-color-dark);
}
.sobre .card:nth-child(4) .card-text{
  color: var(--bs-white);
}
.sobre .card:nth-child(5){
  background-color: var(--bs-color-dark);
}
.sobre .card:nth-child(5) .card-title{
  color: var(--bs-yellow-gold-color);
}
.sobre .card:nth-child(5) .card-text{
  color: var(--bs-white);
}
.sobre .card-title{
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--bs-color-dark);
  margin: 0;
}
.sobre .card-text{
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--bs-black);
}



.sobre .btn{
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {

  .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;
  }
  .bg-sobre{
    /* background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover; */

  }
  .sobre .card-title,
  .sobre .card-text{
    font-size: 1.125rem;
  }

}

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

  .sobre h2 {
    max-width: 530px;    
    line-height: 1;    
    position: relative;
    left: -30px;
  }
  .sobre ul{
    position: relative;
    left: -30px;
  }
  .sobre .description p{

  }
  .sobre h3{
    max-width: 480px;
    padding: 0 1rem;
  }
  .sobre .servicos{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .sobre .card:nth-child(2) .card-text{
    max-width: 290px;
  }
  .sobre .card:nth-child(3) .card-text{
    max-width: 300px;
  }
  .sobre .card:nth-child(4) .card-text{
    max-width: 330px;
  }
  .sobre .card:nth-child(6) .card-text{
    max-width: 330px;
  }
/* 
  .sobre h2 span {
    max-width: 350px;
    line-height: 1.1;
  }
  .sobre h4{
    max-width: 400px;
  } */
  /* 
  .sobre p {
    max-width: 492px;
  } */

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

  .sobre .btn-sobre {
    max-width: 323px;
    margin-top: 1.5rem;
  }

  .sobre .content {
    min-height: 440px;
    max-width: 534px;
  }

  /* .sobre .content-image {
    position: relative;
  } */

  .sobre .sobre-img {
    /* position: absolute;
    width: 696px;
    text-align: left;
    top: 0rem;
    right: 0rem;
     */
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 623px;
    left: -80px;
  }

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

  .sobre .btn {
    max-width: 370px;
  }
  /* .sobre::before {
    content: "";
    position: absolute;
    width: 500%;
    display: inline-block;
    border: 4px solid var(--bs-white);
    left: -486%;
    height: 95px;
    top: -4px;
    z-index: 1;
    transform: skew(-15deg);

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

/*** Sobre - FIM ***/
/*** Fale Conoco ***/
.fale-conosco{
  z-index: 0;
}
.fale-conosco h2,
.fale-conosco h3,
.fale-conosco p,
.fale-conosco p a{
  /* font-family: var(--bs-font-sebrae);
  color: var(--bs-white); */
  text-align: center;
  margin: 0;
  line-height: 1.1;
}
.fale-conosco h2{
  font-size: 2.25rem;
  font-weight: 800;
}
/* .fale-conosco h2,
.fale-conosco p strong,
.fale-conosco p strong a{
  font-weight: 700;
}
.fale-conosco h3,
.fale-conosco p,
.fale-conosco p a{
  font-size: 2.453rem;
  font-weight: 400;
}
.fale-conosco p a{
  text-decoration: none;
}
.fale-conosco p a:hover{
  text-decoration: underline;
} */
.fale-conosco .content{
  margin-top: 2rem;
}

.bg-gradient-lilac{
  background: #5327EE;
  background: -webkit-linear-gradient(86deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 83%);
  background: -moz-linear-gradient(86deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 83%);
  background: linear-gradient(86deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 83%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5327EE", endColorstr="#9B38F0", GradientType=0);
}
.fale-conosco .btn {
   display: block;
   margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .fale-conosco h2{
    font-size: 1.5rem;
  }
  .fale-conosco .content {
    margin-top: 1.3rem;
  }
 
}
@media screen and (min-width: 600px) {
   .fale-conosco .btn {
    max-width: 370px;
    font-size: 1.5rem;
  }
}

/*** Fale Conoco - FIM ***/
/*** Mensagem Agradecimento ***/
.mensagem-agradecimento{
  z-index: 0;
}
.mensagem-agradecimento h2{
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-primary-light);
}
.mensagem-agradecimento p{
  color: var(--bs-white);
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .mensagem-agradecimento h2{
    font-size: 3.332rem;
    margin-bottom: 2rem;
  }
  .mensagem-agradecimento h3{
    margin-top: 2rem;
    font-size: 2rem;
    max-width: 460px;
  }
  .mensagem-agradecimento .container{
    position: relative;
    z-index: 0;
  }
  .mensagem-agradecimento picture{
    position: absolute;
    text-align: left;
    right: -40px;
    top: 0rem;
    z-index: 2;
    width: 577px;
  }
  .mensagem-agradecimento picture::before{
    content: "";
    background-color: var(--bs-primary-light);
    display: inline-block;
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -500%;
    z-index: 2; 
  }       
}
@media screen and (max-width: 600px) {
  .mensagem-agradecimento h2{
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .mensagem-agradecimento .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bg-interesse-sebrae-mobile-ebook-reforma-tributaria-agro-2026.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .mensagem-agradecimento p{
    margin-bottom: 2rem;
  }
   .mensagem-agradecimento h3{
     font-size: 1.5rem;
   }
}
/*** Mensagem Agradecimento - FIM  ***/
/*** Ebook Baixar ***/
.ebook-baixar{
  z-index: 0;
}
.ebook-baixar h2{
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-terciary);
  text-align: center;
}
.ebook-baixar .btn{
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .ebook-baixar h2{
    font-size: 2rem;
  }
  .ebook-baixar .btn{
    max-width: 305px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .ebook-baixar h2{
    font-size: 3.332rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .ebook-baixar .btn{
    max-width: 440px;
    margin: 0 auto;
    display: block;
  }
}
/*** Ebook Baixar - FIM ***/
/*** Mais conteudos ***/
.mais-conteudos{
  z-index: 0;
}
.mais-conteudos h2{
  text-align: center;
}
.mais-conteudos p{
  color: var(--bs-white);
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.1;
}
.mais-conteudos .btn{
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
   .mais-conteudos::before{
      content: "";
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-right-bottom-desktop-ebook-reforma-tributaria-agro-2026.png");
      width: 388px;
      height: 144px;
      position: absolute;
      background-repeat: no-repeat;
      bottom: 0;
      right: 0;
   }
   .mais-conteudos::after{
      content: "";
      position: absolute;
      width: 500%;
      display: inline-block;
      border: 4px solid var(--bs-secondary);
      left: -486%;
      height: 95px;
      top: -4px;
      z-index: 1;
      transform: skew(-15deg);
   }
  .mais-conteudos h2{
    font-size: 4.1rem;
    margin-top: 1rem;
  }
  .mais-conteudos p{
    max-width: 606px;
    margin: 0 auto 2rem;
    display: block;
  }
  .mais-conteudos .btn{
    max-width: 390px;
    display: block;
    margin: 0 auto 2rem;
  }
  .bg-gradient-green-light{
    background: #99CA23;
    background: -webkit-linear-gradient(86deg, rgba(153, 202, 35, 1) 0%, rgba(4, 53, 69, 1) 100%);
    background: -moz-linear-gradient(86deg, rgba(153, 202, 35, 1) 0%, rgba(4, 53, 69, 1) 100%);
    background: linear-gradient(86deg, rgba(153, 202, 35, 1) 0%, rgba(4, 53, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99CA23", endColorstr="#043545", GradientType=0);
  }
}
@media screen and (max-width: 600px) {
  .mais-conteudos h2{
    font-size: 3rem;
    margin-top: 4rem;
  }
  .mais-conteudos p{
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .mais-conteudos .btn{
    max-width: 260px;
    display: block;
    margin: 0 auto 4rem;
  }
    .mais-conteudos::after{
      content: "";
      position: absolute;
      width: 232px;
      display: inline-block;
      border: 4px solid var(--bs-secondary);
      left: -40px;
      height: 95px;
      top: -10px;
      z-index: 1;
      transform: skew(-15deg);
   }
  .mais-conteudos .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/asset-right-bottom-mobile-ebook-reforma-tributaria-agro-2026.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
  
  .bg-gradient-green-light{
    background: #043545;
    background: -webkit-linear-gradient(86deg, rgba(4, 53, 69, 1) 0%, rgba(153, 202, 35, 1) 100%);
    background: -moz-linear-gradient(86deg, rgba(4, 53, 69, 1) 0%, rgba(153, 202, 35, 1) 100%);
    background: linear-gradient(86deg, rgba(4, 53, 69, 1) 0%, rgba(153, 202, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#043545", endColorstr="#99CA23", GradientType=0);
  }
}
/*** Mais conteudos - FIM ***/
/** Footer **/
.footer {
  padding: 1.25rem 0;
  background-color: var(--bs-footer-bg);
}

.footer,
.footer figure {
  margin: 0;
}
.footer.tp .container{
  border-top: 4px solid var(--bs-white);
  padding-top: 2.5rem;
}
.footer .policies {
  margin: 0;
  padding: 0;
  color: var(--bs-white);
  font-weight: 400;
  font-size: 0.975rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}

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

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

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

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

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

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

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


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

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

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

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

.social-network {
  margin: 0rem 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-terciary);
  border-radius: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
}

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

}

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



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

#compartilhar h2 { 
  /* font-family: var(--bs-font-sebrae); */
  color: var(--bs-secondary);
  line-height: 1.1;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: inherit;
}
#compartilhar p{
  font-size: 1.188rem;
  font-weight: 400;
  color: var(--bs-white);
}
#compartilhar h2 strong {
  font-weight: 500;
  /* width: 100%;
  display: inline-block; */
}

@media screen and (min-width: 600px) {
  #compartilhar h2{
    /* max-width: 510px;
    display: block; */
    margin: 0 auto 2rem;
  }
  /* .compartilhar::after {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    position: absolute;
    display: inline-block;
    width: 500%;
    left: -480%;
    height: 50px;
    top: -2px;
    border: 2px solid var(--bs-white);
    transform: skew(-20deg);
  } */

  
  
 
  /* 
  .compartilhar::before {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    position: absolute;
    display: inline-block;
    width: 500%;
    right: -480%;
    height: 120px;
    top: -2px;
    border: 2px solid var(--bs-white);
    transform: skew(-20deg);
  } */
}

@media screen and (max-width: 600px) {
  /* .compartilhar::before {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    position: absolute;
    display: inline-block;
    width: 40%;
    left: -10px;
    height: 35px;
    top: -2px;
    border: 2px solid var(--bs-white);
    transform: skew(-20deg);
  }

  .compartilhar::after {
    content: "";
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    position: absolute;
    display: inline-block;
    width: 40%;
    right: -10px;
    height: 35px;
    bottom: -2px;
    border: 2px solid var(--bs-white);
    transform: skew(-20deg);
  } */

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

  .mobile {
    display: none;
  }

  #form .formulario h2 {
    max-width: inherit;
    font-size: 1.655rem;
  }

  .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.lp h1,
  .header.tp h1,
  .header h1 {
    text-align: left;
    padding: 0;
    margin: 0rem auto;
    max-width: 279px;
  }

  .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 h3 {
    /* padding: 0rem;
    max-width: 330px;
    margin: 0 auto 1rem;
    display: block;
    font-size: 1.375rem;
    position: relative;
    text-align: center;
    line-height: 1.3; */
    display: none;
  }

  /* .header .hero-content-wrapper{
    margin-top: 1rem;
  } */
  /* .header h3 span {
    font-size: 1.8rem;
    position: relative;
    text-align: center;
  } */

  .header p {
    margin: 0.5rem 0;
    text-align: left;
    padding: 0rem;
    font-size: 1.1rem;
  }
  .header p{
    max-width: 330px;
    margin: 0 auto 1rem;
    display: block;
    text-align: center;
  }
  .header.quiz p{
    max-width: 350px;
  }
  
  .header ul li p {
    font-size: 1.125rem;
  }

  /* .header h3 span {
    margin: 0;
    display: block;
    line-height: 1.1;
    padding: 0.4rem 0.2rem;
  } */

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

  /* .header h2 strong{
    font-size: 1.375rem;
  } */
  .header h1 span {
    margin: 0;
    max-width: inherit;
  }

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

  .header h2 span::before {
    left: -26px;
    width: 35px;
   } */
  .header h2 {
    width: 100%;
    display: inline-block;    
    padding: 0rem;
    margin: 0 0 1rem 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;/* 
    color: var(--bs-white); */
  }
  .header.tp h2{
    /* max-width: 362px; */
    line-height: 1.1;
  }
  .header.lp h2{
    max-width: inherit;
  }
  .header h4 {
    font-size: 1.5rem;
    padding-left: 0rem;
    margin: 0rem 0 0.5rem 0;
  }

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

  /* 
  .header p {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 1rem;
    max-width: 340px;
    margin: 0 auto 2rem;
  }

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

  .header.tp .btn,
  .header.lp .btn {
    margin: 2rem auto;
    display: block;
    max-width: 310px;
  }
  .header .content-button{
    background-color: var(--bs-primary);
  }
  .sobre ul {
    margin-bottom: 1rem;
    padding: 0 3rem;
  }

  .sobre p {
    font-size: 1.125rem;
    text-align: left;
  }

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

  #sobre .btn {
    margin: 0 0 3rem 0;
    /* max-width: 288px; */
  }

  #compartilhar h2 {
    width: 100%;
    display: inline-block;
    padding: 0rem;
    margin-top: 0rem;    
    font-size: 1.5rem;
    line-height: 1;
  }

  .social-network {
    margin-top: 1rem;
  }
  #compartilhar h5{
    text-align: center;
    margin-top: 2rem;
  }
  .compartilhar .share-img {
    margin-top: 2rem;
  }
  /* .sobre .row,
  #form .container>.row {
    flex-direction: column-reverse;
  } */
  /* .sobre .container>.row {
    flex-direction: column-reverse;
  } */

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

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

  #form .section-title {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    max-width: 330px;
    margin: 0 auto 1rem;
  }

  #form p {
    font-size: 1.063rem;
  }

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

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

  #form .list-vantagens li p {
    font-size: 1.125rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    /* min-height: auto;
    */

  }


  /* #form .description {
    max-width: 370px;
    margin: 0 auto;
  } */

  #form .list-vantagens {
    margin-top: 0
  }

  #form .list-vantagens li {
    padding-left: calc(var(--bs-size-width-image-icon) - 102px);
    height: auto;
    /* height: calc(var(--bs-size-height-image-icon) - 40px);   */
    /* --bs-size-height-image-icon: 108px;


    height: auto;
    margin-bottom: 1rem;
    max-width: inherit; */
  }


  #form .list-vantagens li .icon {
    width: calc(var(--bs-size-width-image-icon) - 6px);
    height: calc(var(--bs-size-height-image-icon) - 8px); 
    top: inherit;
    left: 0;
    position: relative;
    margin: 0 auto;
    padding: 0rem;

    /* --bs-size-height-image-icon: 100%;

    height: calc(var(--bs-size-height-image-icon) - 1px); */
  }

  #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.188rem;    
    line-height: 1.1;
   /* text-align: center;
    max-width: 310px; */
    margin: 0rem auto 1rem;
    padding: 0 1.5rem;
  }
  .sobre h3{
    margin-top: 2rem;
    font-size: 2rem;
    
  }
  .sobre .description p{
    padding: 0 1.5rem;
  }
  .sobre .description ul li p{
    padding: 0;
  }
/*   
  .sobre h2 span {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
  } */


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


  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

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



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

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

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

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