@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');

@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-heading:  var(--bs-font-sans-serif);
  --bs-font-subheading: var(--bs-font-sans-serif);
  --bs-font-footer: "Almarai", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-btn-font-family: var(--bs-font-sans-serif);
  --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: #5B2DFB;
  --bs-primary-light: #; 
  --bs-primary-dark: #9236EF;
  --bs-primary-dark-card: #662BEF;
  --bs-secondary: #EFD766;  
  --bs-secondary-dark: #FFDC5C;  
  --bs-terciary: #250099;
  --bs-terciary-dark: #;
  --bs-gray: #3B3B3B;
  --bs-gray-dark: #454545;
  --bs-gray-light: #F1F2F4;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-gray);
  --bs-bg-form: var(--bs-primary-dark);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 81px;
  --bs-size-height-image-icon: 81px;
}

::after, ::before,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
picture,
figure{
  margin: 0;
  padding: 0;
}
figure img,
picture img{
  margin: 0;
  padding: 0;
  width: 100%;
}
.btn {
    font-weight: 600;
    font-style: normal;
    font-size: 1.375rem;
    border-radius: 30px;
    text-transform: inherit;
    padding-right: 2.3rem;
    padding-left: 2.3rem;
}
.btn-primary {
  --bs-btn-color: var(--bs-primary-dark);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 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-secondary);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-terciary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

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

h2 {  
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bs-primary);  
}

h3 {  
  font-weight: 700;
  color: var(--bs-white);
  font-size: 1.578rem;
}


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


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 bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
} 

.bg-header{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/8167a738-4686-4e2f-adbb-124ceb382e46.png")
}
.bg-about{
  background-image: url("");
}
.bg-share{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/5e04ffcd-2f0f-4d66-b06a-064a64e44624.png");
}

.bg-gradient-lilac{
  background: #5327EE;
  background: -webkit-linear-gradient(90deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 100%);
  background: linear-gradient(90deg, rgba(83, 39, 238, 1) 0%, rgba(155, 56, 240, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5327EE", endColorstr="#9B38F0", GradientType=1);
}
.bg-gradient-yellow-to-golden{
  background: #FFE35D;
  background: -webkit-linear-gradient(90deg, rgba(255, 227, 93, 1) 0%, rgba(255, 139, 67, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 227, 93, 1) 0%, rgba(255, 139, 67, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 227, 93, 1) 0%, rgba(255, 139, 67, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFE35D", endColorstr="#FF8B43", GradientType=1);
}
.bg-gradient-orange-to-golden{
  background: #D3558E;
  background: -webkit-linear-gradient(90deg, rgba(211, 85, 142, 1) 0%, rgba(235, 163, 72, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(211, 85, 142, 1) 0%, rgba(235, 163, 72, 1) 100%);
  background: linear-gradient(90deg, rgba(211, 85, 142, 1) 0%, rgba(235, 163, 72, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3558E", endColorstr="#EBA348", GradientType=1);
}



@media screen and (min-width: 600px) {
 .bg-header{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ec7df6ea-fca9-4a3c-aaef-86f2be1bc162.png")
  }
  .bg-about{
    background-image: url("");
  }
}

/** header **/


.header::before {
  content: "";
  width: 322px;
  height: 44px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  top: 0;
}
 
.header::after {
  content: "";
  width: 275px;
  height: 98px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: 0;
  bottom: 0;
}


.header::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c8f840b6-73a5-400b-9e3c-d5afdb036578.png");
}

.header::after {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d53826b8-7544-4e77-b220-5440177e59ed.png");
}

.header h1{  
  line-height: 1;
  margin: 6rem 0 0;
  vertical-align: middle;
}

.header h1 strong span{
  font-family: var(--bs-font-sebrae);
  font-size: 2.3rem;
  color: var(--bs-secondary);
  line-height: 1.2;
  vertical-align: middle;
  background-color: var(--bs-primary-dark);
  font-weight: 700;
}

.header h1 strong span{
  padding: 0 5px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 600px) {    
  /* .header .container::before {
    background-image: url("");
    content: "";
    width: 587px;
    height: 138px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: 0;
  } */
}
.header h1 strong {     
    display: inline-block;
    width: 100%;
    margin-bottom: 0rem;  
}

.header .logo svg {
  width: 100%;
  position: relative;
  z-index: 2;
  fill: var(--bs-white);
} 

/** logo SVG **/

.header h1 span{
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
  max-width: 230px;
  display: block;
  text-align: center; 
}
/* .header h1 svg {
  width: 100%;
  position: relative;
  z-index: 2;
  fill: var(--bs-white);
} 
.header.lp h1 svg{
   fill: var(--bs-white);
}
.header.tp h1 svg{
   fill: var(--bs-primary-dark-2);
}
/*
.header h1 span::after {
  width: 25px;
  height: 100%;
  content: "";
  right: -13px;
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-secondary);
  top: 0;
}
.header h1 span::before {
  width: 85px;
  height: 100%;
  content: "";
  left: -65px;
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-secondary);
  top: 0;
}
.header h1::before {
  content: "";
  background: var(--bs-secondary);
  width: 230%;
  position: absolute;
  top: 0;
  left: -230%;
  height: 80px;
}


/** logo imagem **/
.header h1 img {
  width: 450px;
}
.header.tp h1 {
   margin-bottom: 1rem;
}
/** logo imagem -FIM **/
.header h2{
  max-width: 272px;  
  line-height: 1;
  margin : 1rem 0;
  vertical-align: middle;
  font-size: 3.081rem;
  color: var(--bs-terciary);
  font-weight: 400;
  text-transform: uppercase;
  
}
.header h2 span{
    display: inline-block;
    width: 100%;
    max-width: 350px;
}
.header h2 img {     
    display: inline-block;
    width: 100%;  
}


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



.header h3 {
  vertical-align: middle;
  line-height: 1;
  margin: 0
}
.header p {
  font-weight: 400;
  font-size: 1.438rem;
  color: var(--bs-white);
  line-height: 1.2;
}
.header p strong {
  font-weight: 700;
}
.header.lp .info{
  max-width: 438px;
}
.header.tp p {
  max-width: 450px;
  font-size: 1.125rem;
}
.header.tp p strong{
  
  display: inline-block;
  width: 100%;
}
.header .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;  
}

.header .content{
  margin-bottom: 1rem;
}
.header .content ul{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .content ul li{  
  width: 100%;
  list-style: none;
 
}
.header .content ul li p{

}

.header .content p{
  margin: 0;
  display: inline-block;
  position: relative;
  width: calc(100% - 36px);
  text-align: left;
  height: 46px;
  line-height: 46px;
  padding-top: 5px;
}
.header .content p i{
  width: 36px;
  display: block;
  position: absolute;
  left: 0;
  top:0
}
.header .content p i img{
  display: block;
  width: 100%;
}
.header .content p strong{
  font-size: 1.438rem;
  font-weight: 700;
  display: flex  ;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  padding-left: 45px;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .header.tp .hero-content-wrapper,
  .header.lp .hero-content-wrapper{
    min-height: 600px;
  }
}

.header .btn {
  display: block;    
}
.header.lp .btn {
  width: 210px;
}
.header.tp .btn {
  width: 340px;
}

/*
@media only screen and (min-width: 1400px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
} */

/*
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .hero-content-wrapper {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .hero-content-wrapper {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .header .hero-content-wrapper {
    padding: 0;
    min-height: inherit;
  }
}

.header .hero-img {
    position: absolute;
    text-align: left;
    bottom: 0rem;
    right: 0;
    z-index: 2;
}
.header.lp .hero-img{
   width: 50%;
}
.header.tp .hero-img{
  width: 50%;
}



@media screen and (max-width: 1200px) {
  .header.lp .hero-img{
    width: 55%;
  }
  .header.tp .hero-img {
    width: 48%;
  }
  .header.tp p{
    max-width: 80%;
  }
  /* .header .hero-img {
    top: -20px !important;
  }

  .header .hero-img-tp {
    top: 10px;
  } */
}
/*
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .hero-img {
    top: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .hero-img {
    top: 150px !important;
  }

  .header .hero-img-tp {
    top: 100px;
  }
}
/*
@media screen and (max-width: 1199px) {
  .header .hero-img-tp {
    top: 100px;
    left: 600px;
    width: 60% !important;
    align-items: end;
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .header .hero-img {
    top: 3.5rem;
  }
}
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header .hero-img {
    position: relative;
    width: 100%;
    top: 0;
  }

}

@media (max-width: 767px) {
  .header.tp .hero-img,
  .header.lp .hero-img {
    position: relative;
    width: 100%;
    top: 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
    right: inherit;
    bottom: 0;
  }
}

/** Formulario **/
#form {
  z-index: 0;
}
@media screen and  (min-width: 600px) {
   .form .form-img {
      position: absolute;
      bottom: -55px;
      left: 0rem;
      width: 52%;      
    }
}
@media screen and  (max-width: 600px) {
   .form .form-img {
      position: relative;
      bottom: 0;
      padding: 0;
      width: 100%;
      left: -1.5rem;
      top: inherit;
      display: inline-block;
    }
}
/*
#form::before{
  content: "";
  width: 415px;
  height: 84px;
  background-image: url("");
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  top: -40px;
} */

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

#form .section-title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
  max-width: 563px;  
}

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

#form p{
  color: var(--bs-primary-dark-2);
  font-weight: 400;
  font-size: 1.438rem;
  line-height: 1.2;
}
.check-icon {
  color: var(--bs-black) !important;
  font-weight: 700;
}

#form .list-vantagens li {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
  z-index: 0;
  padding-left:var(--bs-size-width-image-icon);
  min-height: var(--bs-size-height-image-icon);
  align-items: center;
  line-height: 1.2;
}

#form .list-vantagens li p {
  font-weight: 400;
  padding-top: 0;
   color: var(--bs-gray);
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  padding-left: 20px; 
  max-width: 90%;
}

#form .list-vantagens li p strong {
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}

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

#form .list-vantagens li figure {
  width: var(--bs-size-width-image-icon);
  height: var(--bs-size-height-image-icon);
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  display: flex  ;
  align-items: center;
  justify-content: center;
}

#form .list-vantagens li figure img {
  width: 100%;
  display: inline-block;
  padding: 2px;
}

#form h3 {
  font-size: 1.563rem;
  font-weight: 500;
  color: var(--bs-terciary);
  max-width: 561px;
  margin-top: 2rem;
  line-height: 1.1;
}
#form h3 strong{
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
#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);
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--bs-font-form-serif);
}

.form-select {
  line-height: 1.2;
  color: var(--bs-gray);
}
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-color: var(--bs-bg-form);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h2 {
  font-size: 1.375rem;
  font-family: var(--bs-font-form-tittle);
  color: var(--bs-secondary-dark);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;
}


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


/*.formulario p{}*/

.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: #020e40;
  outline: none;
  box-shadow: none;
}

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;
  font-weight: 500;
  font-size: 0.75rem;
  position: relative;
  line-height: 1.3;
  color: var(--bs-white);
}

.formulario .politica-privacidade input {
  position: absolute;
  left: 0;
  display: none;
}

.formulario .politica-privacidade a {
  display: inline-block;
  color: var(--bs-white);
  font-size: 0.75rem;
}

.formulario .btn {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
}

/*
.formulario .btn.disabled {
  color: #2A4ED8;
  border-color: #C5E932;
  background-color: #C5E932;
} */

.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
}

.formulario p.spam small {
  display: block;
  line-height: 1.2;
  text-align: center;
  margin: 1rem auto 0;
  font-size: 0.875rem;
  padding: 0;
  color: var(--bs-white);
}

.error {
  color: #fff;
  font-size: 0.9em;
}

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **
/** Pontos de Atendimento ***/
.ponto-atendimento{}
.ponto-atendimento .dropdown-menu.show{
    height: 50vh;
}
.ponto-atendimento .card{
  border: none;
  background-color: var(--bs-primary);
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ponto-atendimento .card .form-select{
  width: 100%;
}
.ponto-atendimento .card-body{
    height: 100%;
     width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.ponto-atendimento .card .btn{
  text-transform: uppercase;
  max-width: 280px;
  margin: 0 auto;
  display: block;
}
.ponto-atendimento p{
  color: var(--bs-terciary);
  font-size: 1.25rem;
}
.ponto-atendimento.tp h2,
.ponto-atendimento.tp h3{
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bs-primary);
}
.modal-header.bg-primary{
  background-color: var(--bs-primary) !important;
} 
.modal p,
.modal a{
  color: var(--bs-primary);
}
.modal a.telefone{
  font-size: 1.668rem;
  text-decoration: none;
  font-weight: 700;
}
.modal a.telefone:hover{
  text-decoration: underline;
}
.modal a.telefone i{
   font-size: 2rem;
}

.modal .enderecos-section h6,
.modal .conjuntos-enderecos h6{
    font-size: 1.3rem;
    color: var(--bs-primary);
    padding-bottom: 0px;
}
/* .modal .enderecos-list{
  box-sizing: border-box;
  background: var(--bs-gray-100);
  padding: 10px;
  margin-bottom: 10px;
} */
.modal .enderecos-list div span
.modal .conjuntos-enderecos div span{
  color: var(--bs-secondary-dark);
  width: 15px;
  display: inline-block;
}
.modal .enderecos-list div p,
.modal .conjuntos-enderecos div p{
  width: calc(100% - 15px);
}
.modal .info-item i{
  color: var(--bs-primary);
}

.modal .conjunto-item{
  background-color: var(--bs-gray-light);
}
/* ===== ANIMAÇÕES ===== */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.selectBox .dropdown-menu {
  animation: slideIn 0.3s ease-out;
}

/* ===== ESTADOS ESPECIAIS ===== */
.selectBox.disabled {
  background: #f8fafc;
  border-color: #e2e8f0;
  cursor: not-allowed;
  opacity: 0.6;
}

.selectBox.disabled .selectBox__value {
  color: #94a3b8;
}

.selectBox.disabled:after {
  opacity: 0.4;
}

/* Badge para itens selecionados */
.selectBox__badge {
  background: #4f46e5;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}
/** Pontos de Atendimento /FIM***/
/**Sobre  ***/
.sobre { 
  z-index: 0;
  height: auto;  
}

/*
.sobre .content{
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sobre figure {
  position: absolute;
  width: 38%;
  text-align: left;
  bottom: 1.5rem;
  left: 4rem;
} */

.sobre h2 {    
    margin-bottom: 1rem;
    line-height: 1;
    margin-top: 4rem;
    color: var(--bs-secondary);
}
.sobre h2 span{
  width: 100%;
  display: inline-block;
  font-size: 1.875rem;
}
.sobre p {
  color: var(--bs-white);
  font-size: 1.25rem;
  font-style: normal;
  margin-bottom: 0rem;
  line-height: 1.3;
  max-width: 500px;
}
.sobre p strong{
   font-size: 1.25rem;
   font-weight: 700;  
   color: var(--bs-secondary);
}
.sobre ul {
  padding-left: 0rem;
  margin-bottom: 0;
}

.sobre ul li {
  list-style: none;
  margin-bottom: 1rem;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  height: auto;
}
.sobre ul li p{
  margin: 0;
  font-size: 1.25rem;
}
.sobre ul li p strong{
  width: 100%;
  display: inline-block;
}
 
.sobre p span{
  background-color: var(--bs-white);
  position: relative;
  z-index: 0;
  padding: 7px 5px;
  display: inline;
  overflow: hidden;
}

.sobre p span::before, .sobre p span::after {
    width: 15px;
    height: 100%;
    content: "";
    position: absolute;
    transform: skewX(-10deg);
    background: var(--bs-white);
    top: 0;
}

.sobre p span::before {
    left: -5px;
}
.sobre.tp::after{
  display: none;
}
@media screen and (min-width: 600px) {
    .sobre figure{
      position: absolute;
      bottom: 0;
      left: 0rem;
      width: 42%;
    }
     .sobre.tp figure{
        position: absolute;
        bottom: -60px;
        left: 0rem;
        width: 50%;
     }
    .sobre h2{      
      margin-top: 0rem;
      max-width: 380px;
    }
     .sobre.tp h2{      
      margin-top: 0rem;
      max-width: 494px;
    }
    .sobre .btn{
      max-width: 282px;
      display: block;
      margin: 1rem 0 0 0;
    }
     .sobre .content{
      margin-bottom: 0;
      min-height: 510px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    /* .sobre p{
      max-width: 411px;
    }  */
    .sobre ul li p{
      max-width: 520px;
    }    
   
    .sobre::after {
      content: "";
      width: 276px;
      height: 152px;
      display: inline-block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1;
      right: 0;
      top: -90px;
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9c8fd20c-d9c1-413a-ab2a-3e9f21e81510.png");
    } 
}
@media screen and (max-width: 600px) {
  .sobre::after {
     content: "";
      width: 276px;
      height: 152px;
      display: inline-block;
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 1;
      right: 0;
      bottom:  -110px;
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9c8fd20c-d9c1-413a-ab2a-3e9f21e81510.png");
  }
}
@media screen and (min-width: 1430px) {
  .sobre.tp{
    padding-top: 3rem;
  }
}
/** Serviços ***/
.services{}
.services h2{
  line-height: 1;
  text-align: center;
  color: var(--bs-secondary-dark);
}
.services .card {
  max-width: 100%;
  flex-direction: row; 
  border: 0; 
  margin: 0rem auto;
  box-sizing: border-box;
}
.services .card img {
  max-width: 25%;
  margin: auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  border-radius: 0.7em;
  height: auto;
  width: auto;
  max-height: 100px;
}
.services .card-body {
  display: flex;
  justify-content: center;
  min-height: 140px;
  align-items: center;
  padding-left: 0;
}
.services .text-section {
  max-width: 100%;
}
.services .card-title{
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}
.services .card-text{
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 3px;
}
.services .card.bg-secondary{
  background-color: var(--bs-secondary) !important;
}
.services .card.bg-primary{
  background-color: var(--bs-primary) !important;
}
.services .card.bg-secondary .card-title,
.services .card.bg-secondary .card-text{
  color: var(--bs-primary-dark-card);
}
.services .card.bg-primary .card-title,
.services .card.bg-primary .card-text{
  color: var(--bs-secondary-dark);
}
@media screen and (min-width: 600px) {
  .services .space-cards{
    position: relative;
    left: 1rem;
  }
}

 .services .btn-ajuda{
   max-width: 375px;
   display: block;
   margin: 0 auto;
 }
/** Footer **/
.footer {
  padding: 2rem 0 1.25rem 0;
  position: relative;
  z-index: 0;
  background-color: var(--bs-footer-bg);  
}
.footer
.footer figure {
  margin: 0;
}

.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);
}
/*** Video **/
#video{
  position: relative;
  z-index: 0;
  padding-top: 3rem;
  padding-bottom: 0;
}
#video h2{   
    line-height: 1.1;
    font-size: 2.5rem;
    color: var(--bs-primary);
}
#video h2 strong{
  color:var(--bs-secondary);
  font-weight: 600;
}
#video p{
  color: var(--bs-gray);
  font-size: 1.25rem;
  font-weight: 400;  
}
#video .video-wrapper iframe{
    width: 89%;
    min-height: 380px;
    margin: 1rem auto;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
/****/

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

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

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

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

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

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

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

}

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

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

}

.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 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 3rem;
}
#compartilhar h2 {
  text-align: center;
  /* font-family: var(--bs-font-sebrae);
  font-size: 2.375rem; */
  color: var(--bs-primary);
  line-height: 1.1;
}
#compartilhar h2 strong{
  font-weight: 400;
}
#compartilhar::before{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9c8fd20c-d9c1-413a-ab2a-3e9f21e81510.png");
    content: "";
    width: 276px;
    height: 152px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: -80px;
  }
  #compartilhar::after{
    content: "";
    width: 395px;
    height: 241px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -150px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/05b57ab6-2cf0-4b37-9689-927f29a26c08.png");
  }
@media screen and (max-width: 600px) {
  .mobile {
    display: none;
  }
  #compartilhar::after{
    width: 235px;
    height: 200px;
  }
  #compartilhar::before{
    width: 206px;    
  }
  #form .section-title,
  #video h2,
  h2 {
    font-size: 2rem;
  }
  #video .video-wrapper iframe{
    width: 100%;
  }
  
  .bg-repeat {
    background-repeat: repeat;
    background-position: center;
  }
  
  .header {
    padding-bottom: 0rem;
  }

  .header .content-image {
    padding: 0;
  }

  .header h1 {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0rem;
    margin: 0;
  }
  .header h1 img{
    width: 90%;
  }/*
  .header h1::before {
    left: -190%;
    height: 50px;
  }
  .header small {
    background-size: cover;
  }
  */
  .header .logo{
    margin: 2rem auto 1rem;
  }
  .header .logo span{
    max-width: 260px;
  }
  .header h2 {
    text-align: center;
    font-size: 1.8rem;
    padding: 0;
    max-width: inherit;
  }
  .header h1 strong span{
      font-size: 1.8rem;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      width: 100%;
  }
  .header h2 strong span{
     font-size: 1.7rem;
     padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      width: 70%;
  }
  /* .header h1 span{
    margin: 0 auto;
    padding: 20px 0;
    max-width: 110px;
    display: block;
    text-align: center
  } */
  .header h1 span::before {
    width: 30px;
    left: -22px;
   }
  .header h2 span {
    top: inherit;
    font-size: 1.5rem;
  }
  .header h2 span::before {
    left: -26px;
    width: 35px;
   }
  .header h2 strong {
    line-height: 1.2;
  }

  .header h3 {
    font-size: 1.5rem;
    text-align: center;
    max-width: inherit;
    margin: 1rem 0;
  }
  .header.tp h3{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
  .header.lp p,
  .header.tp p,
  .header p,
  .header.lp .info {
    
    font-size: 1.25rem;
    max-width: inherit;

  }

  .header.tp p {
    max-width: 90%;
    margin: 0 auto 1rem;
  }
  .header .content ul{
    display: inline-block;
    width: 100%;
    align-items: inherit;
  }
  .header .content ul li {
      width: 100%;
      display: flex ;
      align-items: center;
      height: 36px;
      justify-content: left;
      margin-bottom: 1rem;
  }

  .header.tp .btn,
  .header .btn {
    margin: 1rem auto 2rem;
    display: block;
    width: auto;
  }

  .header::before{
    max-width: 50%;
  }
  .header::after,
  .footer::after{
    display: none;
  }
  .header .content {     
    margin: 0 auto 1rem;
      width: 100%;
  }
  .header.tp .content{
     margin: 1rem auto;
  }
  .header .content p{
    text-align: left;
  }
  .social-network ul li {
    justify-content: center;
  }

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

  #compartilhar h2 {
    font-size: 1.5rem;
    margin-top: 2rem;    
    position: relative;
    z-index: 3;
  }

  .social-network {
    margin-top: 2rem;
  }
/* 
  #form .container>.row {
    flex-direction: column-reverse;
  } */

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

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

  #form h3 {    
    margin-bottom: 1rem;
  }
  #form .list-vantagens li{
    justify-content: center;
  }
  #form .list-vantagens li p,
  #form p{
    font-size: 1.2rem;
    text-align: center;
  }
  #form .list-vantagens li p{
    text-align: left;
  }
   #video::before,
  #form::before {
     display: none;
  }
  

  #form .list-vantagens li h3 .mobile,
  #form .list-vantagens li p .mobile {
    display: none;
  }
  .como-funciona .description li{
    width: 100%;
  }
  .como-funciona .content figure{
    display: none;
  }
  .como-funciona .content ul{
    margin: 0;
  }
  .sobre {
    padding: 2rem 0 0;
  }

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

  .sobre h2 {
    margin-top: 1rem;
    
  }
/* 
  .sobre h2 strong,
  .sobre h2 span {
    font-size: 2rem;
  }
  .content-bg{
    background-position: bottom;
  } */
  /* .sobre h3 {
    font-size: 1.3rem;
    text-align: center;
  } 
  .sobre ul li p,
  .sobre p {

    text-align: center;
  }
/* 
  .sobre .row {
    flex-direction: column-reverse;
  } */

  .sobre ul li {
    font-size: 1rem;
  }

  .sobre figure {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
    left: 0;
    top: inherit;
  }

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

  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

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

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

  .formulario .btn {
    white-space: inherit;
  }
  #compartilhar{
    padding-bottom: 2rem;
  }
  .modal-title{
    font-size: 1.5rem;
  }
  .modal-footer{
    display: none;
  }
  .sobre.tp .row{
    flex-direction: column-reverse;
  }
  .sobre.tp .content{
    padding-bottom: 0;
  }
  .sobre.tp figure{
    bottom: -36px;
  }
}