@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=Hubot+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');


:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: "Figtree", sans-serif;
  --bs-font-sebrae: "Campuni";
  --bs-font-footer: "Almarai", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-font-sub-title-pages: "Hubot Sans", sans-serif;
  --bs-btn-font-family: var(--bs-font-sans-serif);
  --bs-font-form-serif: "Inter", sans-serif;
  /*Select e input*/
  --bs-font-form-tittle: var(--bs-font-sans-serif);
  /*titulo form*/
  --bs-body-font-size: 1.063rem;
  --bs-body-font-weight: 400;
  --bs-primary: #1F0D7F;
  --bs-primary-dark: #;
  --bs-primary-light: #2876E8;
  --bs-primary-lighter: #2CFFE9;
  --bs-secondary: #FFC32C;
  --bs-terciary: #FF6C00;
  /**Extras **/
  --bs-quaternary: #BC1EFF;
  /* --bs-quaternary-light: #BC1EFF; */
  --bs-quinary: #E227E6;
  --bs-quinary-light: #E628E8;

  --bs-gray: #F8F8F8;
  --bs-gray-light: #EFF3EE;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-gray);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 111px;
  --bs-size-height-image-icon: 111px;
  --bs-bg-icon-page-list-form: transparent;
  --bs-border-radius-page-list-form: 0%;
}

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

.btn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.333rem;
  border-radius: 40px;
  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-quaternary);
  --bs-btn-border-color: var(--bs-quaternary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

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

.btn-dark{  
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary-light);
    --bs-btn-border-color: var(--bs-primary-light);
    --bs-btn-hover-color:  var(--bs-white);
    --bs-btn-hover-bg: var(--bs-terciary);
    --bs-btn-hover-border-color:  var(--bs-terciary);
} */

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

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border-color: var(--bs-primary);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--bs-primary);
}

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


h2 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--bs-white);
}

/* h3 {
 margin-top: 1rem;
} */

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

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

.img-header {
  width: 100%;
}

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

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

.bg-header {
  background-image: url("");
}

/** Background color */

.bg-blue {
  background-color: var(--bs-primary);
}

.bg-blue-light {
  background-color: var(--bs-primary-light);
}
.bg-yellow{
  background-color: var(--bs-secondary);
}
.bg-gray-light {
  background-color: var(--bs-gray-light);
}

.bg-orange {
  background-color: var(--bs-terciary);
}

/** header **/


.header::before {
  content: "";
  width: 360px;
  height: 85px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: 0;
  top: 0;
}

.header::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9d72759a-e39b-4ba2-8ca0-62cd8ac78dcc.png");
}

.header::after {
  content: "";
  width: 357px;
  height: 96px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.header::after {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a5512551-fbed-4818-99a3-ab7c27571df6.png");
}

.header h1 {
  margin: 1.5rem 0;
  padding-top: 0;
  position: relative;
}

/** logo SVG e imagem **/
.header h1 span {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
  margin: 0rem;
  max-width: 117px;
  display: block;
  text-align: center;
}

.header.tp h1 {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

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

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



/** logo imagem -FIM **/
.header h2 {
  /* font-family: var(--bs-font-sebrae);
  font-size: 3.163rem;
  color: var(--bs-quaternary);
  margin-bottom: 1rem;
  line-height: 40px; */
  width: 100%;
  display: block;
  margin-top: 0;
}

.header h2 img {
  width: 100%;
}

.header h2 span {
  max-width: inherit;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.323rem;
  font-weight: 400;
  color: var(--bs-white);
  line-height: 1;
}

.header h2 span img {
  width: 100%;
}

.header h3 {
  font-family: var(--bs-font-sub-title-pages);
  vertical-align: middle;
  line-height: 1.1;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--bs-white);
  max-width: 505px;
  display: inline-block;
  margin: 0 0 1rem 0;
  letter-spacing: -1px;
}
.header h3 span{
  line-height: 1;
}
.header h3 .yellow{
  color: var(--bs-secondary);
}
.header h3 .rose{
  color: var(--bs-quinary-light);
}

.header p {
  font-weight: 400;
  font-size: 1.188rem;
  color: var(--bs-white);
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0.875rem;
  width: 100%;
  display: inline-block;
}

.header p.aulas-praticas {
  font-weight: 700;
  color: var(--bs-quaternary);
  max-width: 370px;
}

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

.header.tp p {
  margin-top: 0;
  margin-bottom: 0.575rem;
  font-size: 1.25rem;
 
}
.header.tp p strong{
  color: var(--bs-secondary);
}
.header p strong {
  font-weight: 700;
}


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

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


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


.header.lp .btn {
  max-width: 209px;
  display: block;
  margin: 0;
}

.header.tp .btn {
  max-width: 315px;
  display: block;
  margin: 0 auto;
}

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

}

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

  /* .header .row{
    flex-direction: row-reverse;
  } */
  .header.lp .hero-content-wrapper,
  .header.tp .hero-content-wrapper {
    min-height: 575px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header.tp p {
     max-width: 455px;
  } 

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

  .header h2 {
    max-width: 513px;
    position: relative;
    left: -3rem;
  }

  .header.lp .hero-img {
    width: 55%;
  }

  .header.tp .hero-img {
    width: 55%;
  }

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

@media screen and (max-width: 600px) {
  .asset-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto 2rem;
    max-width: 80%;
  }
}

/** Brinde **/
.brinde{
  z-index: 0;
}

.brinde h2{
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--bs-primary);  
 
}
.brinde h2 strong{
  font-weight: 800;
}

.brinde .section-content{
  position: relative;
  z-index: 0;
  width: 100%;
}
.brinde .section-content::before,
.brinde .section-content::after{
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/77b1ddec-a6d5-4811-84ea-61f94437df28.png");
  width: 81px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -1px;
  z-index: 1;
}
.brinde .section-content::before{  
  left: 2rem; 
}

.brinde .section-content::after{  
  right: 2rem; 
}

@media  screen and (min-width: 600px) {
    .brinde h2{
        margin: 0 auto;
        max-width: 825px;
        text-align: center;
        font-size: 1.875rem;
    }    
}
@media  screen and (max-width: 600px) {
  .brinde .section-content::after{  
     display: none
   }
   .brinde .section-content::before{
    left: 0;
   }
   .brinde .section-content{
      padding-left: 90px;
  }       
}
/** Formulario **/

#form {
  z-index: 0;
}

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

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



@media screen and (min-width: 600px) {
  #form {
    padding-bottom: 2.5rem;
  }

  /* #form .section-title {
    max-width: 500px;
  } */

  #form .content {
    padding-left: 1rem;
  }
}

#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: 2.5rem;
  padding: 0;
  position: relative;
  z-index: 0;
  padding-left: calc(var(--bs-size-width-image-icon) + 20px);
  height: var(--bs-size-height-image-icon);
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
  background-color: transparent;
  padding-top: 0rem;
  padding-bottom: 0rem;
  flex-direction: column;

}


#form .list-vantagens li p {
  font-weight: 400;
  padding-top: 0;
  color: var(--bs-white);
  font-size: 1.25rem; 
  margin: 0;
  padding-left: 1.563rem;
  padding-right: 0rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  #form .list-vantagens li p{
    padding-right:  calc(100% - 541px);
  }
}

#form .list-vantagens li h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 700;
  color: var(--bs-white);
  width: 100%;
  display: inline-block;
  padding-left: 1.563rem;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.475rem;
  padding-top: 1rem;
}

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

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

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


/* 
#form .list-vantagens li span i{   
   font-size: 1.513rem;
   font-weight: 800;
   color: var(--bs-primary);   
} */


#form .list-vantagens li figure img {
  display: inline-block;
  padding: 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-secondary);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h2 {
  font-size: 1.2rem;
  /* font-family: var(--bs-font-form-tittle); */
  font-weight: 700;
  color: var(--bs-primary-light);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1.1;
  /* max-width: 290px; */
}
.formulario h2 span{
  font-family: var(--bs-font-sub-title-pages);
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin-top: 0.375rem;
}
/*
.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{}*/

.msgs-validacao {
  display: block;
}

.msgs-validacao span {
  font-size: 13px;
  font-weight: 600;
}

.erro {
  background-color: #ffe4e1;
  border-color: red;
}

.valido {
  background-color: #f1f1f1;
  border-color: green;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--bs-black);
  outline: none;
  box-shadow: none;
  color: var(--bs-gray-dark);
}

input:focus {
  outline: none;
}

#feedbackNome,
#msgCelInvalido {
  display: none;
}

#msgCelInvalido,
#form p.feedback,
p.feedback,
.feedback,
.dadoInvalido,
.error-message {
  font-size: 0.875rem;
  color: var(--bs-white);
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 600;
  background: transparent;
}

.formulario .politica-privacidade {
  padding: 5px 0px 15px 0px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
}

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

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

.formulario .btn {
  width: 100%;
  font-size: 1.375rem;
  white-space: nowrap;
}

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

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

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

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

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/
/** Confira ***/
.confira{}
.confira h2{
  color: var(--bs-secondary);
  text-align: center;
  line-height: 1;
}
.confira h2 span{
  font-size: 1.875rem;
  font-weight: 500;
  color: var(--bs-white);
  width: 100%;
  display: inline-block;
}
.confira::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a7f1bcd7-5a2f-45f7-91ed-3d23953fdbfb.png");
    content: "";
    width: 268px;
    height: 174px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: -80px;
}
.confira .loading-spinner {
    display: none;
    text-align: center;
    padding: 20px;
}
.confira .month-buttons{}
.confira .month-buttons .btn{
  /* font-size: 1.7rem;
  font-family: var(--bs-font-sub-title-pages); */
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 0;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  min-height: 90px;
  border-radius: 0;
}
.confira .month-buttons .btn:hover,
.confira .month-buttons .btn:active,
.confira .month-buttons .btn:focus{
  border: none;
  outline: none;
}
/* .confira .month-buttons .btn:before{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid var(--bs-btn-bg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
.confira .month-buttons .btn:hover:before{
   border-top-color: var(--bs-btn-hover-bg);
} */

  .confira .modal-dialog{
  background-color: transparent;
}
.confira .modal-title{
  font-size: 0;
}
.confira .modal-header .btn-close{
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 700;
  color: var(--bs-white);
  font-size: 1.3rem;
  background: none;
  opacity: 1;
}
.confira .modal-janeiro .modal-header .btn-close,
.confira .modal-maio .modal-header .btn-close,
.confira .modal-agosto .modal-header .btn-close,
.confira .modal-dezembro .modal-header .btn-close{
  color: var(--bs-primary);
}
.confira .modal-header .btn-close:active,
.confira .modal-header .btn-close:focus{
  outline: none;
  box-shadow: none;
}
.confira .modal-header,
.confira .modal-footer{
  border: none;
}
.confira .modal-body .content-text{
  font-size: 0;
}
.confira .modal-content{
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  min-height: 387px;
}

@media screen and (min-width: 600px) {
  .confira .btn-calendario{
    margin: 0 auto;
    max-width: 412px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
   .confira{
      padding: 3rem 0;    
   }
  .confira::before{
    width: 177px;
    height: 124px;
    right: 0;
    top: -50px;
  }
  .confira h2 span{
    font-size: 1.3rem;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 0.375rem;
  }
  .confira .month-buttons .btn{
      min-height: 60px;
  }
}

/** Como Funciona ***/
.como-funciona{}
.como-funciona h2{
  color: var(--bs-primary);
  line-height: 1;
}

.como-funciona::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c378a1d8-eee2-4058-ac16-74e51e5c13cb.png");
    content: "";
    width: 268px;
    height: 174px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: -80px;
}
.como-funciona p{
  font-size: 1.4rem;
  color: var(--bs-primary);
}
.como-funciona p strong{
  font-weight: 700;
}
.como-funciona figure,
.como-funciona figure img{
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .como-funciona h2{
    font-size: 1.875rem;
    width: 100%;
    text-align: center;
  }
  .como-funciona p{
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
  }
  .como-funciona::before{
    width: 190px;
    height: 124px;
    top: -60px;
  }
  .como-funciona figure{
    max-width: 254px;
    margin: 2rem auto;
    display: block;
  }
}
/**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;
}

@media screen and (min-width: 600px) {
  .sobre .content {
    min-height: 520px;
  }

  .sobre h2 {
    width: 100%;
    
  }

  .sobre h2 img {
    width: 100%;
  }

}

/* 
.bg-sobre{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/dd36560f-c911-4002-99bb-6c19e32e7f63.png");  
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
} */


.sobre .sobre-img {
  position: absolute;
  width: 40%;
  text-align: left;
  bottom: 0rem;
  left: 0;
}

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

.sobre h2 {
  line-height: 1.1;
  margin-top: 0rem;
  padding-bottom: 10px;
  font-weight: 500;

}

.sobre h2 span {
  font-weight: 700;
  display: block;
}

.sobre h2 strong {
  max-width: inherit;
  display: inline-block;
  width: 100%;  
  color: var(--bs-white);
  font-size: 2.375rem;
  font-weight: 700;
}

/* .sobre h2,
.sobre h3{
  color: var(--bs-white); 
} */
.sobre p {

  font-size: 1.3rem;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3;

}

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

/* 

.sobre ul {
  padding-left: 0rem;
  margin-bottom: 0;
}

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

.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 .btn-sobre{
  max-width: 260px;
}  */

@media screen and (min-width: 600px) {
  .sobre .btn-sobre {
    white-space: nowrap;
    max-width: 301px;
  }

  .sobre .btn-baixe-ebook {
    max-width: 494px;
    margin-bottom: 1rem;
  }

}


.fale-conosco .btn-quero-me-inscrever {
  max-width: 330px;
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/** Baixar Ebook **/

.baixar-ebook {}

.baixar-ebook h2 {

  margin: 0 auto;
  padding-bottom: 0rem;
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

.baixar-ebook h2 strong {
  font-weight: 900;
}

.baixar-ebook p {
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  max-width: 800px;
  margin: 1rem auto;
  line-height: 1.2;
}

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

.baixar-ebook .btn {
  max-width: 320px;
  display: block;
  margin: 1rem auto;
}

.baixar-ebook hr {
  border-width: 4px;
  border-color: var(--bs-primary-light);
  opacity: 0.5;
}

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

/*** Como adiciona **/
.como-adiciona{}
.como-adiciona h2{
  color: var(--bs-secondary);
  text-align: center;
  width: 100%;
  display: inline-block;
}
.como-adiciona h3{
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--bs-white);
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1.1;
}
.como-adiciona figure,
.como-adiciona figure img{
  margin: 0;
  padding: 0;
  width: 100%;
}
.como-adiciona .description{
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.como-adiciona .como-importar-ics h3{
  color: var(--bs-secondary);
}
.como-adiciona p{
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--bs-white);
}
.como-adiciona ul li p,
.como-adiciona ol li p{
  position: relative;
  z-index: 0;
  padding-left: 1rem;
  text-align: left;
}
/* 
.como-adiciona ul li p::before{
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bs-white);
} */
.como-adiciona .card{
  background: transparent;
  border: none;
}
.como-adiciona .card-img-top{
  max-width: 133px;
  margin: 0 auto;
}
.como-adiciona .card-title{
    font-family: var(--bs-font-sub-title-pages);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--bs-white);
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 1.1;
}
.como-adiciona .card-text{
  text-align: center;
  line-height: 1.1;
}
/* .como-adiciona ul li,
.como-adiciona ol li{
  list-style: none;
}
.como-adiciona ul,
.como-adiciona ol{
  padding: 0;
} */

@media only screen and (min-width: 600px) {
  .como-adiciona .description p{
    max-width: 457px;
  }
  .como-adiciona .thunbs-dispositivos{
    max-width: 200px;
    margin: 1.5rem 0;
  }
}
@media only screen and (max-width: 600px) {
  .como-adiciona p{
    text-align: center;
  }
   .como-adiciona .thunbs-dispositivos{
    max-width: 200px;
    margin: 1rem auto;
  }
  .como-adiciona .btn-baixe-calendario{
    width: 100%;
    margin: 1rem 0;
  }
  .como-adiciona ul li, .como-adiciona ol li{
    margin-bottom: 1rem;
  }
}
/*** Compartilhe **/
#compartilhar {
  z-index: 0;
}

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block; 
  font-weight: 500;
  line-height: 1.1;
  
}

#compartilhar p {
  color: var(--bs-white);
  text-align: center;
  font-size: 1.875rem;
}

#compartilhar hr {
  border-color: var(--bs-primary);
  border-width: 3px;
  opacity: 0.8;
}

@media screen and (min-width: 600px) {
  .compartilhar::after {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/54c65f3b-865e-44df-b2d3-316ab0ac074b.png");
    content: "";
    width: 292px;
    height: 174px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0;
    bottom: -80px;
  }

 .compartilhar::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/14378a35-e71d-498c-897f-ecec92256e3e.png");
    content: "";
    width: 315px;
    height: 174px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    right: 0;
    bottom: -80px;
  }
}

@media screen and (max-width: 600px) {
  .compartilhar::before {
    content: "";
    width: 212px;
    height: 124px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    left: 0;
    bottom: -70px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/54c65f3b-865e-44df-b2d3-316ab0ac074b.png");
  }
/* 
  .compartilhar::after {
    content: "";
    width: 118px;
    height: 73px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    right: 0;
    bottom: -20px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a2aa0f0d-6463-47e9-bf95-6266b0777135.png");
  } */
}




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

/*
@media screen and (min-width: 600px) {
    .sobre figure{
      position: absolute;
      top: 0rem;
      right: 0;
      width: 40%;
    }
    .sobre h2{
      margin-top: 6rem;
    }
     .sobre .content{
      margin-bottom: 6rem;
    }
}
*/

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

  .formulario h2 {
    max-width: inherit;
  }

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

  h3,
  .sobre h2,
  .sobre h3,
  #form .section-title,
  #form h2,
  h2 {
    font-size: 1.5rem;
  }
  .como-adiciona h2,
  .como-adiciona h3{    
    margin: 0 auto;
    display: block;
    font-size: 2rem;
  }
  .como-adiciona h3{
    margin-bottom: 1rem;
  }
  /*   
  .bg-repeat {
    background-position: right;
  }
   */
  .header {
    padding-bottom: 0rem;
  }


  .header h1 {
    text-align: center;
    padding: 0;
    margin: 5rem 0 0 0;
  }

  .header h1 img {}

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

  }

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

  .header h1 span {
    margin: 0 auto 1rem;
    max-width: 90%;
    display: block;
  }

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

  .header h3 {
    max-width: inherit;
    line-height: 1;
    font-size: 1.534rem;
  }

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

  .header p {
    /* text-align: center;
    font-size: 1.1rem; */

  }

  .header.lp p strong {
    max-width: inherit;
    font-size: 1.25rem;
  }

  .header.tp p {
    max-width: 90%;
    font-size: 1.3rem;
  }

  .header.tp .btn,
  .header.lp .btn {
    margin: 1rem auto 2rem;
  }

  .header::before {
      height: 50px;
      width: 320px;
  }

  .sobre::before,
  .sobre::after,

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

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

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

  #sobre .btn {
    margin-bottom: 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: 2.5rem;
  }

  #form .section-title {
    margin: 0rem;
    text-align: center;
  }

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

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

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


  

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

  #form .list-vantagens li {
    /* padding-left: calc(var(--bs-size-width-image-icon) - 20px);
    min-height: calc(var(--bs-size-height-image-icon) - 19px);
    justify-content: center; */
    display: inline-block;
    padding: 0;
    height: auto;
    margin-bottom: 1.5rem;
  }

  #form .list-vantagens li span,
  #form .list-vantagens li figure {
    width: calc(var(--bs-size-width-image-icon) - 25px);
    height: calc(var(--bs-size-height-image-icon) - 19px);
    top: 0;    
    left: 0;
    position: relative;
    margin: 0 auto 1.3rem; 
  }

  #form .list-vantagens li span strong {
    font-size: 1.753rem;
  }

  #form .list-vantagens li h3 ,
  #form .list-vantagens li p {
    padding: 0 1rem;
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .baixar-ebook p {
    font-size: 1.1rem;
  }

  .sobre {
    padding: 0;
  }

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

  .sobre h2,
  .sobre h3 {
    margin-top: 1rem;
    text-align: left;
    
    /* text-shadow: 2px 2px 2px var(--bs-gray); */
  }

  .sobre h2 strong,
  .sobre h2 span {
    font-size: 1.843rem;
  }

  .sobre h2 span {
    margin: 0 auto 10px;    
  }

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

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

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

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

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

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

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

  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

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

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

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

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

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

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

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