@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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:   */
  --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: #EBB21F;  
  --bs-primary-dark: #FBB120;
  --bs-secondary: #CA1852;  
  --bs-terciary: #3F003C;  
  --bs-gray: #F8F8F8;
  --bs-gray-light: #9CB8E2;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-gray);
  --bs-footer-bg: var(--bs-secondary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 106px;
  --bs-size-height-image-icon: 106px;
  --bs-bg-icon-page-list-form: var(--bs-primary);
  --bs-border-radius-page-list-form: 50%;  
}

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

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

.btn-secondary {
  --bs-btn-color: var(--bs-primary);
  --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-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-terciary);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

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

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

.owl-theme .owl-dots .owl-dot span{
  background-color: var(--bs-white);
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
   background-color: var(--bs-primary-dark);
}
.card{  
  border: none;
  border-radius: 20px;
}


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

h3 {
 margin-top: 1rem;
}

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

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

.img-header {
  width: 100%;
}

.bg-yellow{
  background-color: var(--bs-primary);
}
.bg-lilac{
  background-color: var(--bs-terciary);
}
.bg-rose{
  background-color: var(--bs-secondary);
}

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

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

.bg-top{
  background-position: center top;
}
.bg-header.lp{
  background-image: url("");
}
.bg-header.tp{
  background-image: url("");
}
 */



/** header **/

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

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

*/

.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: 280px;
  display: block;
  text-align: center;  
}
.header.tp h1{
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.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);
  margin-bottom: 1rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  display: block;
} 

.header h2 span{
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.header h2 span img{
  width: 100%;
}

/*
.header h2 small{
  margin-bottom: 0.575rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: var(--bs-white);
}
.header h2 small span{
  font-size: 1.721rem;
  color: var(--bs-primary);
  background-color: var(--bs-white);  
}
.header h2 strong span{
  font-size: 2.498rem;
  color: var(--bs-white);
  line-height: 1.2;
  vertical-align: middle;
  background-color: var(--bs-secondary);
}

.header h2 strong span,
.header h2 small span{
  padding: 0 5px;
  position: relative;
  z-index: 0;
}
.header h2 strong span::after,
.header h2 small span::after,
.header h2 strong span::before,
.header h2 small span::before{
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-secondary);
  top: 0;
  left: -10px;  
}
.header h2 strong span::after,
.header h2 small span::after{
  left: inherit;
  right: -10px;
}
.header h2 small span::after,
.header h2 small span::before{
  background-color: var(--bs-white);
}


.header h2 strong,
.header h2 small {   
  display: inline-block;
  width: 100%;    
}

 

.header ul{
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.header ul li{
  padding: 0;
  margin: 0.325rem 0 0 0;
  list-style: none;
}
.header ul li p{
  font-size: 1.356rem;
}



.header h2 span::before,
.header h2 span::after{
  width: 15px;
  height: 100%;
  content: "";
  position: absolute;
  transform: skewX(-10deg);
  background: var(--bs-primary-light);
  top: 0;
}
.header h2 span::before{
  left: -15px;
  width: 25px;
}
.header h2 strong span::before{
  left: -5px;
  width: 15px;
}
.header h2 span::after{
    right: -5px;
}
header h2 strong span{
  font-weight: 700;
}
.header h2 strong {
  display: inline-block;
  width: 100%;
}
*/
.header h3 {
  vertical-align: middle;
  line-height: 1.2;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--bs-white);    
  text-align: center;
  display: inline-block;
}
.header.lp h3 {
  max-width: 330px;
  margin: 0 auto;
}

.header h3 strong{
  color: var(--bs-primary);
  font-weight: 700;
}
.header p {
  font-weight: 400;
  font-size: 1.438rem;
  color: var(--bs-white);
  line-height: 1.1;
  margin-bottom: 1rem;
  margin-top: 0.875rem;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.header.tp p{
  font-size: 1.375rem;
  max-width: 400px;
  margin: 0 auto 1rem
}
.header p strong {
  font-weight: 700;
  color: var(--bs-primary);
}


.header .hero-content-wrapper {
  background-color: var(--bs-terciary);
  padding-top: 1rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  border-radius: 0 0 0 50px;
}

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


.header.lp .btn {
  max-width: 270px;
  display: block;
  margin: 0 auto;
}
.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;
  }
  .header .hero-img::after{
    content: "";
    background-color: var(--bs-terciary);
    width: 100%;
    display: inline-block;
    height: 30px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }  
}
@media screen and (min-width: 600px) {
  .header .row{
    flex-direction: row-reverse;
  }
  .header.lp .hero-content-wrapper,
  .header.tp .hero-content-wrapper {
    min-height: 450px;
    border-radius: 0 0 0 160px;
  }
  .header .container{
    position: relative;
    z-index: 0;
  }
  .header .content-image{
      width: 80%;
      position: relative;
      z-index: 1;
      top: 0;
      right: -6rem;
  }
  .header .content-text{
    width: 60%;
    position: absolute;
    left: -7rem;
    top: 4rem;
    z-index: 3;
  }
  .header h1{
    position: absolute;
    right: 3rem;   
  }
  .header.lp h1{
    bottom: 1rem;
  }
  .header.tp h1{
     top: 2rem;
  }
} 
/** Formulario **/
#form {  
  z-index: 0;
}
/*
#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: 1rem;
  margin-bottom: 1rem;
  line-height: 1;   
  color: var(--bs-primary);
}

#form .list-vantagens {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
  display: inline-block;
  width: 100%;
}
#form p{
  color: var(--bs-white);
  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 {  
  max-width: 580px;
  display: flex;
  width: 100%;
  max-width: inherit;
  margin-bottom: 1rem;
  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;
  justify-content: flex-start;
  line-height: 1.2;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 50px;
  flex-direction: column;
}

#form .list-vantagens li p {
  /* font-weight: 400;
  padding-top: 0;
  color: var(--bs-white); */
  font-size: 1.346rem;
  margin: 0;
  padding-left: 25px;
  padding-right: 0px;
  width: 100%;
}
#form .list-vantagens li h3{
  font-weight: 700;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.475rem;
}
#form .list-vantagens li p strong {
  font-size: 1.446rem;
  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: 0px;
    top: 0.575rem;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#form .list-vantagens li span i{   
   font-size: 3rem;
   font-weight: 800;
   color: var(--bs-success);   
}
#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.35rem;
  font-family: var(--bs-font-form-tittle);  
  color: var(--bs-primary);
  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 h3 span {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

/*.formulario p{}*/
@media screen and (min-width: 600px) {
  #form p {
    width: 532px;
  }
}
.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;
} */
#form p.spam,
.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
  width: 100%;
}

.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 **/
/** Trilhas **/
.trilhas {
  z-index: 0; 
}
.trilhas h2{
  text-align: center;
  display: block;
  
  margin: 0 auto 0.575rem;
}
.trilhas.lp h2{
  max-width: 570px;
}
.trilhas.tp h2{
  line-height: 1.1;
  display: inline-block;
}
.trilhas p{
  font-size: 1.313rem;
  color: var(--bs-white);
  text-align: center;
  max-width: 506px;
  margin: 0 auto;
  line-height: 1.2;
}
.trilhas .btn-inscreva-se{
  margin: 0 auto;
  display: block;
  max-width: 310px;
}
.trilhas .card h4{
  padding-top: 2rem; 
  width: 100%;
  text-align: center;
}
.trilhas .card h4 span{
  background-color: var(--bs-secondary);
  color: var(--bs-primary);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2px 5px;
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.trilhas .card h4 span strong{
  font-weight: 700;
}
.trilhas .card  img{
  padding: 0 var(--bs-card-spacer-x);
}
.trilhas .card h5{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--bs-terciary);
  padding: 0 0rem;
  max-height: 60px;
  display: block;
  margin: 0 0 0.375rem 0;
}
.trilhas .card p{
    color: var(--bs-black);
    font-size: 1.031rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 50px;
    max-width: inherit;
}

.trilhas .card-body{
  padding-bottom: 2rem;
}
.trilhas .card .btn-saiba-mais{
  font-size: 1.2rem;
  text-transform: inherit;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 230px;
  text-align: center;
  justify-content: space-between;
  margin: 0 auto;
}
.trilhas .card .btn-saiba-mais i{
  transition: all 0.3s ease-in-out;
  left: 0;
  position: relative;
}
.trilhas .card .btn-saiba-mais.btn-open-module i{
  left: 5px;
}
.trilhas .card .btn-saiba-mais:hover i{
  transition: all 0.3s ease-in-out;
  left: 5px;
}
.trilhas .card .btn-open-module.btn-saiba-mais:hover i{
  left: 10px;
}
.trilhas .card .content {
  overflow: hidden;
  max-height: 0;                
  opacity: 0;
  transition: max-height 0.5s ease, 
  opacity 0.5s ease;
  margin-top: 1rem;
  display: block;
}

.trilhas .card .content ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;  
}
.trilhas .card .content ul li{
  margin-bottom: 1rem;
  border: 1px solid var(--bs-secondary);
  padding: 15px 5px;
  border-radius: 10px;
}
.trilhas .card .content ul li h6{
  color: var(--bs-terciary);
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
.trilhas .card .content ul li p{
  color: var(--bs-terciary);
  height: auto;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: inline-block;  
}

.trilhas .card .content.opened {
  max-height: inherit;
  opacity: 1;
}

.trilhas .card .content.closed {
  max-height: 0;
  opacity: 0;
  display: none;
}

@media screen and (max-width: 600px) {
  .trilhas .card{
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 600px) {
    .trilhas .page-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .trilhas .card-modulo {
      text-align: center;
      flex: 0 0 calc(50% - 40px);
      padding: 0px;
      margin: 10px;
    }
}

.trilhas .btn-baixar-pdf{
  text-transform: inherit;
  width: 100%;
  text-align: center; 
}
.trilhas .btn-baixar-pdf:hover{
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
/** Trilhas - Fim **/
/**Sobre  ***/
.sobre {  
  z-index: 0;
}
/*
.sobre::after {
    content: "";
    width: 315px;
    height: 82px;
    background-image: url("");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
}
.sobre::before {
    background-image: url("");
    content: "";
    width: 302px;
    height: 99px;   
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    bottom: -3px;
}
*/
.sobre .content{
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
/*
.bg-sobre{
  background-image: url("");  
}
   */
   
.sobre .sobre-img {
  position: absolute;
  width: 50%;
  text-align: left;
  top: 1rem;
  left: 5rem;
}

.sobre h2 {        
    line-height: 1.1;
    margin-top: 0rem;    
    color: var(--bs-terciary);
}
/* .sobre h2,
.sobre h3{
  color: var(--bs-white); 
} */
.sobre p {
  color: var(--bs-terciary);
  font-size: 1.5rem;
  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;
  }
  
}
/*** Faq **/
.fale-conosco {
  padding: 2rem 0 3rem 0;
  box-sizing: border-box;
}

.fale-conosco h2 {
  color: var(--bs-primary);
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .fale-conosco .btn-sobre{    
     max-width: 330px;
     margin: 0 auto;
  }  
}
.accordion {
  margin: 2rem auto;
}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid var(--bs-terciary);
}

.accordion-item:last-of-type,
.accordion-item:first-of-type {
  border-radius: 10px;
}

.accordion-item {
  background-color: var(--bs-gray); 
  margin: 1rem 0;
  border-radius: 15px;
  border: 2px solid var(--bs-terciary);
  padding: 1rem;
}

.accordion-item-header {
  position: relative;
  z-index: 0;  
  font-size: 1.125rem;  
  font-weight: 600;
  color: var(--bs-terciary);
  cursor: pointer;

}

.accordion-item-header::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--bs-terciary);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.5rem;
  background: transparent;
}

.accordion-item-header.active::after {
  transform: rotate(180deg);  
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;

}

.accordion-item-body p {
  color: var(--bs-black);
  font-size: 0.875rem;
  margin: 0;
  padding: 0 0 0 0;
}

.accordion-item-body p strong {
  width: 100%;
  display: inline-block;
}

.accordion-item-body-content {
  margin-top: 0rem;
}

.accordion-item-body-content ul li {
  color: var(--bs-black);
  font-size: 0.875rem;
  text-decoration: none;
  list-style: disc;
  margin: 7px 0;
  line-height: 1.3;
}

.accordion-item-body a,
.accordion-item-body a:focus,
.accordion-item-body a:active {
  color: var(--bs-terciary)
}

.accordion-item-body a:hover {
  color: var(--bs-secondary)
}

.fale-conosco .btn-quero-me-inscrever{
  max-width: 330px;
  display: block;
  margin: 0 auto;
}
/** Footer **/
.footer {
  padding: 1.25rem 0;  
}

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

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

}

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


/*** Compartilhe **/
#compartilhar {  
  z-index: 0;   
}
#compartilhar h2 {
  text-align: center;  
  margin: 0;
}
#compartilhar p {
  color: var(--bs-white);
  text-align: center;   
  font-size: 1.875rem;
}
/*
.compartilhar::after {  
  background-image: url("");
  content: "";
  width: 279px;
  height: 99px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  left: 0;
  bottom: -30px;
}
.compartilhar::before {  
  background-image: url("");
  content: "";
  width: 324px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  right: 0;
  top: 0;
}
*/
#compartilhar h2 strong{
  font-weight: 400;
}
/*
@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;
  }
  
  
  .bg-repeat {
    background-position: left;
  }
  */
  .header {
    padding-bottom: 0rem;
  }

  
  .header.tp h1,
  .header h1 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .header h1 img{
    
  }/*
  .header h1::before {
    left: -190%;
    height: 50px;
  }
  .header small {
    background-size: cover;
  }
  */
  .header h2 {        
    padding: 0;        
  }
    
  .header h2 span{
    margin: 0 auto;
    max-width: 75%;
  }
  .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 {
    font-size: 1.5rem;   
    margin: 0rem auto;   
    max-width: 90%;
  }  
  .header.tp h3{
    margin-bottom: 0.875rem;
  }
  .header p {
    text-align: center;
    font-size: 1.25rem;
  }
  .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 .btn {
    margin: 1rem auto 2rem;
    display: block;
    width: auto;
  }
  .compartilhar::after,
  .compartilhar::before,
  .sobre::before,
  .sobre::after,
  .header::before,
  .header::after,
  .footer::after{
    display: none;
  }
  .sobre p{
    text-align: center;
    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;
  }
  /* .sobre .row,
  #form .container>.row {
    flex-direction: column-reverse;
  } */
  
   
  .formulario {
    margin-bottom: 2rem;
  }

  #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 .list-vantagens li p{
    padding: 0 1rem;
    width: 100%;
    display: inline-block;
  }
  #compartilhar::before,  
  #form::before {
     display: none;
  }
  #form .list-vantagens{
    margin-top: 1rem;
  }
  #form .list-vantagens li {
    /* padding-left: calc(var(--bs-size-width-image-icon) - 20px); */
    /* height: calc(var(--bs-size-height-image-icon) - 40px); */    
    padding-left: 0;
    height: auto;
    margin-bottom: 1rem;
    max-width: inherit;
  }
  #form .list-vantagens li span,
  #form .list-vantagens li figure{
    width: calc(var(--bs-size-width-image-icon) - 20px);
    height: calc(var(--bs-size-height-image-icon) - 20px);
    top: inherit;
    left: 0;
    position: relative;
    margin: 0 auto 1rem;
  }

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


  .sobre {
    padding: 0;
  }

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

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

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