@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Anek+Latin:wght@100..800&family=Georama:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');


:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: "Anek Latin", 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: "Teko", sans-serif;
  --bs-btn-font: var(--bs-font-sub-title-pages);
  --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: #0EEBFF;
  --bs-primary-dark: #070878;
  --bs-primary-darken: #010648;
 
  --bs-primary-light: ;
  --bs-secondary: #FF30F0;
  --bs-secondary-dark: #F623B6;
  --bs-terciary: #6E19FF;
  --bs-quaternary: #FFC034;


  /** cores especiais **/


  --bs-gray: #F8F8F8;
  --bs-gray-light: #9CB8E2;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;
  --bs-body-color: var(--bs-white);
  --bs-footer-bg: var(--bs-terciary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 66px;
  --bs-size-height-image-icon: 61px;
  --bs-bg-icon-page-list-form: var(--bs-secondary);
  --bs-border-radius-page-list-form: 0%;

  
}

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

.btn {
  font-family: var(--bs-btn-font);
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  border-radius: 40px;
  text-transform: uppercase;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  line-height: 1;
  padding-top: 10px
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

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

.btn-info {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: var(--bs-white);
  --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: 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: 0px;
}


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

h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.438rem;
  font-weight: 400;
  color: var(--bs-black);
}

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

@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-repeat {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-bottom {
  background-position: center bottom;
}
main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg-gradiente {
  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(150, 0, 200, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(150, 0, 200, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(150, 0, 200, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#9600C8", GradientType=0);
}

.bg-gradiente-full {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 2, 1) 20%, rgba(4, 4, 46, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 2, 1) 20%, rgba(4, 4, 46, 1) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 2, 1) 20%, rgba(4, 4, 46, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#04042e", GradientType=1);
}

.bg-gradiente-typ {
  background: #000000;
  background: -webkit-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 44%, rgba(148, 0, 196, 1) 100%);
  background: -moz-linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 44%, rgba(148, 0, 196, 1) 100%);
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 44%, rgba(148, 0, 196, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#000000",
  endColorstr="#9400C4",
  GradientType=0
  );
}
.wrapper-content{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/4d3afc5a-6cc7-4393-b7f7-0874a81f0680.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}

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

@media screen and (max-width: 600px) {
  .wrapper-content{
    background-size: cover;
  }
}

/** header **/
.header.lp  {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/114fd2cb-1e92-466c-b386-badd39e77c94.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--bs-primary-dark);
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}
.header.tp  {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/73943639-f738-452f-91c5-7a470f025c71.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--bs-terciary);
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}

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

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

}


#header h1 {
  margin: 0 0 2rem 0;
  padding: 0;
  box-sizing: border-box;
}
.header h1 span {
    position: relative;
    z-index: 2;
    background: transparent;
    padding: 0;
    margin: 0rem;
    max-width: 117px;
    display: block;
    text-align: center;
}
.header h1 svg {
    width: 100%;
    position: relative;
    z-index: 2;
    fill: var(--bs-white);
}
#header figure {
  margin: 0;
  padding: 0;
}
.header .hero-img img {
    width: 100%;
}


#header .btn {
  margin: 0 auto;
  font-size: 2.061rem;
  padding: 5px 3rem 0px 3rem;
  display: block;
  max-width: 320px;
  position: relative;
  z-index: 2;
  line-height: 1.3;  
}
/* 
#header p {
  font-size: 1.2rempx;
  font-weight: 400;
  color: var(--bs-white);
  max-width: inherit;
  margin: 0 auto 2rem;
  padding-left: 4rem;
} */


#header h2 img,
#header h3 img {
  width: 100%;
}


#header h3 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--bs-black);
  position: relative;
  z-index: 0;
  max-width: 265px;
  display: block;
  margin: 0 auto;
  top: 5px;
  width: 100%;
}

#header h3 span {
  font-size: 2.514rem;
  font-weight: 500;  
  font-family: var(--bs-font-sub-title-pages);
  line-height: 1.1;
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: var(--bs-primary);
  border: 2px solid var(--bs-black);
  padding: 13px 10px 5px 10px;
  height: inherit;  
  position: relative;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.19);
}
#header.tp h3 span{
  font-size: 1.958rem;
  padding: 5px 10px 0px 10px;
  
}
#header.tp h3 span:last-child{
  font-size: 2.036rem;
  color: var(--bs-white);
  background-color: var(--bs-secondary-dark);
  
}
#header h3 strong {
  font-weight: 500;
  font-size: 2.095rem;
  width: 100%;
  display: block;
  font-family: var(--bs-font-sub-title-pages);
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
  position: relative;
  bottom: -10px;
  background-color: var(--bs-white);
  border: 2px solid var(--bs-black);
  padding: 5px 1px 0 1px;
  z-index: 2;
  line-height: 1;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.19);
}


#header .description{
  position: relative;
  z-index: 1;
}
#header .description .event-type{
  background-color: var(--bs-black);
  max-width: 310px;
  position: relative;
  z-index: 0;
}
#header .description .event-type::before{
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2f8e27fb-e34d-484b-8dfa-9bd75283e32e.png");
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 30px;
  height: 38px;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#header .description .event-type::after{
  content: "";
  background-color: var(--bs-black);
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 2rem;
  width: 21px;
  height: 6px;
}
#header .description .event-type span{
  background-color: var(--bs-primary);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  top: -7px;
  left: -7px;
  width: 100%;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
#header .description .event-type h4{
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 600;
  font-size: 2.416rem;
  text-transform: uppercase;
  color: var(--bs-black);
  line-height: 1;
  margin: 0;
}
#header .description .event-type h4 strong{
  width: 100%;
  display: inline-block;
  left: 0;
  top: 0;
   font-weight: 600;
}
#header .description .event-type p{
  font-size: 1.315rem;
  line-height: 1.1;
   color: var(--bs-black);
   margin: 0;
   padding: 0;
}
#header .description .content{
  margin-top: 1rem;
}
#header .description .content p{
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 600;
  font-size: 2.424rem;
  text-transform: uppercase;
  color: var(--bs-white);
  line-height: 1;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.19);

}
#header .description .content p span{
  width: 100%;
  display: inline-block;
}
#header .description .content p strong{
  font-weight: 700;
}
#header .description-congrat{
  margin-top: 2rem;
}
#header .description-congrat p{
  font-size: 1.25rem;
  line-height: 1.1;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.19);
}
#header .description-congrat p strong{
  font-size: 1.563rem;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .header h2{
    max-width: 355px;
  } 
  .header .content-image{
    position: relative;    
  }
  .header.lp .hero-img{
    width: 660px;
    right: 6rem;
  } 
  .header.tp .hero-img {
    width: 613px;
    right: -7rem;
  }
  .header .hero-img {
    position: absolute;
    text-align: left;
    right: 0rem;
    bottom:0;
  }
  #header .description{
    position: absolute;
    right: -180px;
    top: 10rem;
    max-width: 417px;
  }
  #header .description-congrat{
    position: relative;
    z-index: 0;
    width: 400px;
  }
  #header.tp h3 {
    max-width: 200px;
    position: absolute;
    right: -15rem;
    top: 13rem;
  }
}

@media screen and (max-width: 600px) {
  .header h1 span{
    margin: 0 auto 1rem;
  }
  .header h2{
    max-width: inherit;
    width: 100%;
  }
  #header .btn{
    margin-top: 2rem;
  }
  #header .description .event-type{    
    margin: 2rem auto;
  }
  #header .description .content{
    margin: 0rem auto;
    max-width: 360px;
  }
  #header .description-congrat p{
    font-size: 1.2rem;
  }
  #header .description-congrat p strong{
    font-size: 1.4rem;
  }
  #header .description-congrat p{
    text-align: center;
  }
}
/** Formulario **/


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

#msgCelInvalido,
.feedback {
  display: none;
}

#msgCelInvalido,
.feedback,
.dadoInvalido {
  font-size: 14px;
  /*color: red;  */
  color: #fff;
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 600;
}

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

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


#form {
  background-color: transparent;
  padding: 0rem 0 0rem 0;
  position: relative;
  z-index: 0;
}


#form .section-title { 
  margin-top: 3rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

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

#form .section-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
}


.form-label {
  display: none;
}

.form-control,
.form-select {
  font-family: "Inter", sans-serif;
  height: 42px;
  margin-bottom: 0px;
  color: #363636;
  font-size: 14px;
  font-weight: 400;

}

.form-select {
  line-height: 1.2;
  color: #363636;
}

:placeholder {
  font-family: "Inter", sans-serif;
  color: #363636;
}

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

.formulario h3 {
  font-size: 1.6rem;
  color: var(--bs-white);
  text-align: center;
  /* margin: 0 auto;
  padding: 0 0rem;
  font-weight: 500;  
  max-width: 80%; */
  line-height: 1;
}
.formulario h3 span{
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 1.6rem;
  color: #C204B4;
}
#form .list-vantagens{
  list-style: none;
  padding: 0;
  margin: 0;
}
#form .list-vantagens li {
  display: flex;
  width: 100%;
  max-width: inherit;
  margin-bottom: 0rem;
  padding: 0;
  position: relative;
  z-index: 0;
  padding-left: calc(var(--bs-size-width-image-icon) + 20px);
  min-height: var(--bs-size-height-image-icon);
  align-items: flex-start;
  justify-content: center;
  line-height: 1.2;
  background-color: transparent;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 1.5rem;
  flex-direction: column;
}

#form .list-vantagens li p {
  font-weight: 400;
  padding-top: 0;
  font-size: 1.312rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

#form .list-vantagens li h3 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.375rem;
  font-weight: 400;
  width: 100%;
  color: var(--bs-white);
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.125rem;
}

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


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


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

#form .list-vantagens li .icon img {
  display: inline-block;
  padding: 0px;
}
@media screen and (min-width: 600px) {
  #form .list-vantagens li:nth-child(4) h3,
  #form .list-vantagens li:first-child h3,
  #form .list-vantagens li:nth-child(5) h3{
    max-width: 297px;
  }  
}

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

}

/*.formulario p{}*/

.msgs-validacao {
  margin: 0;
  display: block;
}

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

.formulario .politica-privacidade {
  color: #000;
  padding: 10px 0px 15px 0px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 12px;
  font-family: "Georama", sans-serif;
  max-width: 90%;
}

.formulario .politica-privacidade a {
  color: #000;
  display: inline-block;
  font-family: "Georama", sans-serif;
}
/* 
.formulario .btn-primary {
  width: 100%;
  font-size: 1.75rem;
  white-space: nowrap;
  padding: 10px 0px;
  font-family: "Teko", sans-serif;
  border-color: #000;
  background-color: #000;
  color: #0EEBFF;
  line-height: 1;
}

.formulario .btn-primary:active,
.formulario .btn-primary:hover {
  background-color: #0EEBFF !important;
  border-color: #000 !important;
  color: #000;
} */

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

.formulario p.spam small {
  display: block;
  line-height: 1.4;
  text-align: center;
  margin-top: 1rem;
  font-family: var(--bs-font-form-serif);
  font-size: 0.8rem;
  padding: 0rem;
  color: var(--bs-white);
  font-weight: 500;
}
.formulario p.spam small a{
  color: var(--bs-white);
}
/** Formulario - Fim **/

/** Especialistas **/
/*#especialistas {}
*/
.especialistas .content {
  margin-bottom: 2rem;
}

.especialistas .content h2 {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: var(--bs-primary);
  text-transform: uppercase;
}

.especialistas .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.375rem;
}
.especialistas .content p strong{
  font-weight: 600;
}
.especialistas .btn-inscreva-se {
  margin: 1rem auto 0;  
  padding: 5px 3rem 0px 3rem;
}


@media screen and (min-width: 600px) {}
@media screen and (max-width: 600px) {  
  .especialistas .content h2{
    font-size: 1.8rem;
  }
  .especialistas .content p{
    font-size: 1.2rem;
  }
}


/**Card e Carousel e modal Palestrantes */
.modal-transformacao {
  max-width: 620px;
}

.modal-transformacao .modal-content {
  background-color: var(--bs-primary);
  border-radius: 0px;
}

.modal-transformacao .modal-header {
  border-bottom: none;
  padding: 1rem;
}

.modal-transformacao .modal-header .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 10px;
  color: var(--bs-primary-darken);
  background: transparent;
  border-radius: .25rem;
  opacity: 1;
  font-weight: 600;  
  font-size: 1.5rem;
  border: none;
}
.modal-transformacao .modal-header .btn-close:focus,
.modal-transformacao .modal-header .btn-close:active{
  outline: none;
  box-shadow: none;
}
.modal-transformacao .modal-header .btn-close:hover {
  color: var(--bs-white); 
}

.modal-transformacao .modal-body {
  padding: 1rem 1rem 1rem 1rem;
}

.modal-transformacao figure {
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-transformacao figure .thumb {
  height: 310px;
  position: relative;
}

.modal-transformacao figure .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  background-repeat: no-repeat;
}

.modal-backdrop {
  background-color: var(--bs-primary-darken);
} 
.modal-backdrop.show{
  opacity: 0.85;
}
/*
.modal-transformacao figure img{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 320px;
  display: block;
}
  */
/* 
.modal{
  z-index: 2000 !important;
} */




.card-palestrantes-body {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center;
  color: var(--bs-white);
  height: 365px;
  background-color: var(--bs-primary-darken);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
  .card-palestrantes-body {
    height: 300px;
  }
}

.card-palestrantes-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform calc(var(--d)* 1.5) var(--e);
  pointer-events: none;
  background-repeat: no-repeat;
}

.card-palestrantes-body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}

/** Lista de imagens e palestrantes **/

.gio-mangoni::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/69dd6554-8fd8-4e96-b4a4-bba2d6666021.png");
}
.cintia-de-freitas::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/73c0bfb1-5781-4dba-8086-2c59f1d7e7bd.png");
}
.fernanda-bordini::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d48ddf52-80a8-4c39-85f9-4cb653fef035.png");
}
.kelvin-almeida::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9d9be747-1f80-42c8-a96c-cff1dd25e15f.png");
}
.leonardo-silva::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/eafad232-09be-4ee5-8d08-a3dadd4c0ea2.png");
}
.marcos-piangers::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/586b0c86-805d-4fb7-8dae-48570e0e3f3b.png");
}
.rafael-kiso::before{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/50eb6984-0626-4174-b983-d5bcdbcd739c.png");
}
.rafael-milagre::before{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/07e74aa4-9a66-45c9-8ec6-526dffa2f278.png");
}
.thais-martan::before{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/34dda119-735e-4229-b7fa-a27d9efffde5.png");
}
.thiago-farhat::before{
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3075438c-1f54-4f27-a8f7-1cb8648fb255.png");
}

/** Lista de imagens e palestrantes ////* FIM **/
.carousel-especialistas .card-palestrantes {
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.carousel-especialistas .card-palestrantes:hover {
  transform: translateY(-5px);
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--bs-white);
}

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

.card-palestrantes-body .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}

.card-palestrantes-body .content>*+* {
  margin-top: 1rem;
}

.card-palestrantes-body .content .title {
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  color:var(--bs-white);
}



.card-palestrantes-body .content .btn {
  margin-top: 0.475rem;
  /* cursor: pointer;  
  font-size: 1.563rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #090972;
  background-color: #0EEBFF;
  border: none;
  border-radius: 20px;
  font-family: "Teko", sans-serif; */
  padding: 8px 2rem 2px 2rem;
}
/* 
.card-palestrantes-body .content .btn:hover {
  background-color: #6E19FF;
  color: #0EEBFF;
} */

/* .card-palestrantes-body .content .btn:focus {
  outline: 1px dashed #FFD503;
  outline-offset: 3px;
}*/
.card-palestrantes-text{
  margin-top: 0.5rem;
}
.card-palestrantes-text p {
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  text-align: center;
  line-height: 1;
  color: var(--bs-white);
}

.content-bio {
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 310px;
}

.content-bio h2 {
  width: 100%;
  font-size: 1.563rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bs-primary-darken);
  padding-top: 0rem;
  text-align: left;
}
.content-bio p:empty{
  display: none;
}
.content-bio p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-primary-darken);
  width: 100%;
  text-align: left;
}


@media screen and (max-width: 600px) {
  .modal-transformacao .modal-body {
    padding: 1rem 3rem !important;
  }

  .card-palestrantes {
    margin-bottom: 2rem;
  }

  .card-palestrantes-text p {
    font-size: 1.5rem !important;
    padding: 13px 0 0 0 !important;
    line-height: 1.2 !important;
  }

  .card-palestrantes-body:after {
    display: none !important;
  }
  .card-palestrantes-body:before{
    background-position: top center;
  }
  /* .card-palestrantes-body{
    height: 520px;
  } */
}
@media (hover: hover) and (min-width: 600px) {
  .card-palestrantes-body:after {
    transform: translateY(0);
  }

  .card-palestrantes-body .content {
    transform: translateY(calc(100% - 3.5rem));
  }

  .card-palestrantes-body .content>*:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card-palestrantes-body:hover,
  .card-palestrantes-body:focus-within {
    align-items: center;
  }

  /*
  .card-palestrantes-body:hover:before,
  .card-palestrantes-body:focus-within:before {
      transform: translateY(-4%);
  }*/

  .card-palestrantes-body:hover:after,
  .card-palestrantes-body:focus-within:after {
    transform: translateY(-50%);
  }

  .card-palestrantes-body:hover .content,
  .card-palestrantes-body:focus-within .content {
    /*transform: translateY(0);*/
    transform: translateY(5rem);
  }

  .card-palestrantes-body:hover .content>*:not(.title),
  .card-palestrantes-body:focus-within .content>*:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card-palestrantes-body:focus-within:before,
  .card-palestrantes-body:focus-within:after,
  .card-palestrantes-body:focus-within .content,
  .card-palestrantes-body:focus-within .content>*:not(.title) {
    transition-duration: 0s;
  }
}

/** Programação **/
/*
#programacao {}

.programacao .content {}
*/
.programacao .content h2 {
  margin: 0;
  text-align: center;
  color: var(--bs-primary);
  text-transform: uppercase;
}

.programacao .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.1;
}

.programacao .btn-inscreva-se {
  margin: 0.875rem auto 0;  
}

.programacao .accordion-eventos {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.programacao .accordion-eventos li {
  margin: 1rem 0;
}

.programacao .accordion-eventos .header {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  color: var(--bs-white);
  text-decoration: none;
  padding: 0;
  border-radius: 0.15em;
  font-size: 2.3rem;
  font-family: var(--bs-font-sub-title-pages);
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 0;
  padding-right: 30px;
}

.programacao .accordion-eventos .header::after {
  content: '';
  position: absolute;
  padding: 0;
  box-shadow: 2px -2px 0 1px var(--bs-primary) inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transition: transform 0.3s ease;
  transform: rotate(-45deg);
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.programacao .accordion-eventos .header:hover::after {
  box-shadow: 2px -2px 0 1px var(--bs-white) inset;
  transform: rotate(-133deg);
}
.programacao .accordion-eventos li:has(.inner.show) > .toggle::after{
  transform: rotate(-133deg);
  box-shadow: 2px -2px 0 1px var(--bs-white) inset;
}
.programacao .accordion-eventos .header.open::after {
  content: '';
  transform: rotate(135deg);
  box-shadow: 2px -2px 0 1px var(--bs-white) inset;
  top: 5px;
}

.programacao .accordion-eventos .header:hover {
  color: var(--bs-primary);
}

.programacao .accordion-eventos .inner {
  overflow: hidden;
  transition: all 0.3s ease;
  transform-origin: top;
  max-height: 0;
  opacity: 0;

}

.programacao .accordion-eventos .inner.show {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}

.programacao .accordion-eventos .inner.animating {
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.programacao .accordion-eventos .evento-dia {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.programacao .accordion-eventos .evento-dia li {
  margin: 1rem 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  width: 49%;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  background: #6E1AFF;
}

.programacao .accordion-eventos .evento-dia .hora {
  height: 100%;
  margin: 0;
  padding: 10px;
  min-height: 120px;
  display: flex;
  align-items: center;
  background: #0EEBFF;
  font-family: "Teko", sans-serif;
  font-size: 2.625rem;
  color: #6E19FF;
  min-width: 80px;
  justify-content: center;
}

.programacao .accordion-eventos .evento-dia .descricao {
  margin: 0;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 1.1rem; 
  padding: 0 1rem 0 1.5rem;
  line-height: 1.2;
}

.programacao .accordion-eventos .evento-dia .palestrante {
  font-size: 1.25rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin-top: 2px;
}

.programacao .accordion-eventos li:nth-child(3n+2) .evento-dia .hora {
  color: var(--bs-quaternary);
  background: #6E19FF;
}

.programacao .accordion-eventos li:nth-child(3n+2) .evento-dia li {
  background-color: var(--bs-quaternary);

}

.programacao .accordion-eventos li:nth-child(3n+2) .evento-dia .palestrante,
.programacao .accordion-eventos li:nth-child(3n+2) .evento-dia .descricao {
  color: #080865;
}

.programacao .accordion-eventos li:nth-child(3) .evento-dia .hora {
  color: #0EEBFF;
  background: #6E19FF;
}

.programacao .accordion-eventos li:nth-child(3) .evento-dia li {
  background-color: #0EEBFF;
}

.programacao .accordion-eventos li:nth-child(3) .evento-dia .palestrante,
.programacao .accordion-eventos li:nth-child(3) .evento-dia .descricao {
  color: #080865;
}

@media screen and (min-width: 600px) {
  .programacao .content p{
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .programacao .content h2{
    font-size: 1.8rem;
  }
  .programacao .content p{
    font-size: 1.2rem;
  }
}



/* Efeito de "bounce" quando abre */
@keyframes bounceIn {
  0% {
    transform: scaleY(0);
  }

  60% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.inner.show.animating {
  animation: bounceIn 0.5s forwards;
}

/** Sobre **/
#sobre {
  padding: 3rem 0;
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/06484ae5-1b43-47b2-bc3f-5cba2c759729.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: var(--bs-secondary);
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}

.sobre h2 {
 text-transform: uppercase;
 font-size: 2.424rem;
 line-height: 1;
}

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

.sobre p {}



@media screen and (min-width: 600px) {
  .sobre h2 span{
    width: 100%;
    display: inline-block;
  }
  .sobre .btn{
    max-width: 248px;
  }
}
@media screen and (max-width: 600px) {
  .sobre h2{
    font-size: 1.8rem;
  }
  #sobre {
    padding: 3rem 1.5rem 0;
  }
}
/** Patrocincio **/
#patrocinadores {}


.patrocinadores h2 {
  text-transform: uppercase;
  text-align: center;
}

.patrocinadores .lista-organizadores,
.patrocinadores .lista-patrocinadores {
  list-style: none;
  margin: 0;
  padding: 0;
}


.patrocinadores .lista-organizadores li h3,
.patrocinadores .lista-patrocinadores li h3 {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.563rem;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-align: left;
  color: var(--bs-white);
}

.patrocinadores .lista-organizadores li figure,
.patrocinadores .lista-patrocinadores li figure {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.patrocinadores .lista-organizadores li {
  flex: 0 0 calc(25% - 25px);
}

.patrocinadores .lista-patrocinadores li {}

@media screen and (max-width: 600px) {
  .patrocinadores h2{
    font-size: 1.8rem;
  }
  .patrocinadores .lista-organizadores li{
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
 
}
/** Video ao vivo **/
#video-ao-vivo {}

.video-ao-vivo .content {}

.video-ao-vivo .content h2 {
  font-size: 2.61rem;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.video-ao-vivo .content h2 strong {
  font-weight: 700;
}

.video-ao-vivo .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.375rem;
}

.video-ao-vivo .btn-inscreva-se {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .video-ao-vivo .content h2{
    font-size: 1.8rem;
  }
}
/*** Descrição evento ***/
.descricao-evento{
  z-index: 0;
}
.descricao-evento h2{
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.1;
}
.descricao-evento p{
  font-size: 1.25rem;  
  margin: 0;
  line-height: 1.3;
}
.descricao-evento p:nth-child(3){
  margin-bottom: 1rem;
}
.descricao-evento p a{
  color: var(--bs-primary);
  font-weight: 700;
  text-decoration: none;
}
.descricao-evento p a:hover{
  text-decoration: underline;
}
.descricao-evento ul{
  list-style: decimal;
}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 600px) {
  .descricao-evento h2{
    max-width: 496px;
  }
}
/** 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;
}


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

}

.social-network ul li a i:hover {
  color: var(--bs-white);
}

.social-network ul li a i {
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: var(--bs-primary-darken);
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .contato {
    padding-bottom: 1rem;
    justify-content: center;
  }
  .social-list {
    justify-content: center;
    padding-top: 1rem;
  }
}
/*** Compartilhe **/
#compartilhar {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

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

#compartilhar h2 {

  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

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

#compartilhar p.text-share-on {
  width: 100%;
  margin: 0;
  font-size: 2.313rem;
  text-align: center;
  font-weight: 400;
  color: #ffff;
  line-height: 1.1;
  padding-top: 3rem;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

#compartilhar p.text-share-on strong {
  font-weight: 600;
  /* display: inline-block;
  width: 100%; */
  line-height: 1;
  font-family: "Teko", sans-serif;
}

#message-campaign {
  position: relative;
  z-index: 0;
  height: auto;
  background-color: transparent;
  overflow: hidden;
  min-height: inherit;
  background-position: center;
  background-size: cover;
  padding: 3rem 0;
}

#message-campaign .hero-img {
  position: relative;
  right: 0px;
  width: 100%;
  text-align: left;
  top:0rem;
}

#message-campaign .hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 0rem;
  margin-bottom: 0;
  min-height: inherit;
}

#message-campaign .hero-bottom h2 {  
  font-size: 2.813rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 0rem;  
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}

#message-campaign .hero-bottom h2 strong {  
  font-weight: 600;
  color: var(--bs-primary);
  
}

#message-campaign .hero-bottom ul {
  margin: 0 0 1rem 0;
  padding: 0;
  text-decoration: none;
}

#message-campaign .hero-bottom ul li {
  list-style: none;
}

/*
  #message-campaign .hero-bottom ul li,
  #message-campaign .hero-bottom p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;    
    color: #FC003C;    
}*/
#message-campaign .hero-bottom .content {}

#message-campaign .hero-bottom p {
  max-width: fit-content;
  margin: 0 auto;
  display: block;
  line-height: 1.3;
}

#message-campaign .hero-bottom p strong {
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #message-campaign .hero-img{
    width: 440px;
    position: relative;
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  #message-campaign .hero-img{
    max-width: 95%;
    margin: 0 auto;
  }
}

/*** Quantidade evento **/
/*
#quantidade-evento {}

#quantidade-evento .lista-evento {}
*/
#quantidade-evento .lista-evento ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#quantidade-evento .lista-evento ul li {
  background: var(--bs-terciary);
  border-radius: 20px;
  list-style: none;
  width: 30%;
  position: relative;
  padding: 10px 0;
}

#quantidade-evento .lista-evento ul li:nth-child(2) {
  background: var(--bs-primary);
}

#quantidade-evento .lista-evento ul li:last-child {
  background: var(--bs-quaternary);
}

#quantidade-evento .lista-evento ul li:nth-child(2) strong,
#quantidade-evento .lista-evento ul li:nth-child(2) span,
#quantidade-evento .lista-evento ul li:last-child strong,
#quantidade-evento .lista-evento ul li:last-child span {
  color: var(--bs-primary-darken)
}

#quantidade-evento .lista-evento ul li strong {
  font-size: 3rem;
  line-height: 1;
  font-family:var(--bs-font-sub-title-pages);
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}

#quantidade-evento .lista-evento ul li span {
  width: 100%;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: relative;
  top: -10px;
}

/** Fale Conosco **/
/*** Faq **/
#fale-conosco {
  padding: 2rem 0 3rem 0;
  box-sizing: border-box;
}

#fale-conosco h2 {
  text-align: center;
  color: var(--bs-white);
}

.accordion {
  margin: 2rem auto;
}

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

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

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

.accordion-item-header {
  position: relative;
  z-index: 0;
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.375rem;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

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

.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-white);
  font-size: 1rem;
  margin:0;
  padding:0;
}

.accordion-item-body-content ul li {
  text-decoration: none;
  list-style: disc;
  margin: 7px 0;
  line-height: 1.3;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 599px) {
  /* #header h2 {
    padding-left: 3rem;
  }

  #header h3,
  #header .btn {
    margin-right: 2.5rem;
  } */

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

/* loaderSebrae */

#loaderSebrae {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--bs-primary-dark);
}

#loaderSebrae figure {
  top: 0;
  left: 0;
  position: fixed;
  margin: 0;
  padding: 0;
  display: flex;
  right: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#loaderSebrae figure img {
  width: auto;
}

#loaderSebrae:before {
  content: "";
  position: fixed;
  top: calc(60% - 10px);
  left: calc(50% - 30px);
  border: 6px solid var(--bs-primary-dark);
  border-top-color: var(--bs-white);
  border-bottom-color: var(--bs-white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

  .patrocinadores .lista-organizadores,
  .patrocinadores .lista-patrocinadores {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  /* .patrocinadores .lista-organizadores li:first-child{
    max-width: 10%;
  } */
  .patrocinadores .lista-organizadores li,
  .patrocinadores .lista-patrocinadores li {
    text-align: center;
    flex: 0 0 calc(30% - -15px);
    padding: 0px;
    margin: 11px 5px;
  }
  .patrocinadores .lista-organizadores li a:hover figure,
  .patrocinadores .lista-patrocinadores li a:hover figure{
    transition: ease-in-out 0.2s;
    transform: scale(1.05);    
  }
  .patrocinadores .lista-patrocinadores li {
    margin-bottom: 1rem;
  }
}

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

  .banner-mobile {
    display: flex;
    padding: 35px 0 0 0;
  }

  .banner-mobile .d-grid {
    margin: 0;
  }


  .carousel-header .item {
    height: 90vh;
  }

  .banner-desktop {
    display: none;
  }



  #header h1 {
    text-align: center;
    margin: 1rem 0;
  }

  /*
  #header h2 {
    font-size: 28px;
    text-align: center;
  }
*/
  #header h2 img {
    width: 100%;
  }

  #header.lp p {
    margin-top: 25px;
    margin-bottom: 5px;
  }

  #header h2 span {
    background-color: transparent;
  }


  #header h3 {
    font-size: 1rem;
    text-align: center
  }
  #header.header.tp h3{
    padding: 0;
    max-width: 250px;
  }
  .social-network ul li {
    justify-content: center;
  }

  #header p.text-share-on {
    text-align: center;
  }
  /* #header p{
    padding: 0 2rem;
  } */

  .img-header {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  #form .container::after,
  #form .container::before,
  #form::after,
  #form::before {
    display: none;
  }

  #form .list-vantagens li {
    width: 100%;
    margin-bottom: 1rem;
  }

  #form .list-vantagens li figure {
    width: 50px;
    height: auto;
  }

  #form .list-vantagens li h3,
  #form .list-vantagens li p {
    
    box-sizing: border-box;
  }

  #form .section-title {
    margin-bottom: 1rem;
    text-align: center;
    max-width: inherit;
    width: 100%;
    font-size: 1.8rem;
  }

  #form .row {
    flex-direction: column-reverse;
  }

  #form .row .col-11 {
    margin: 0 auto 2rem;

  }

  .programacao .accordion-eventos .header {
    font-size:  1.6rem;
  }
  #message-campaign .hero-bottom h2{
   font-size: 1.8rem;
  }
  .programacao .accordion-eventos .evento-dia {
    flex-wrap: inherit;
    flex-direction: column;
  }

  .programacao .accordion-eventos .evento-dia li {
    width: 100%;
  }

  .programacao .accordion-eventos .inner.show {
    max-height: inherit;
  }

  .programacao .accordion-eventos .evento-dia .hora {
    min-height: 150px;
  }

  #quantidade-evento .lista-evento ul {
    flex-direction: column;
  }

  #quantidade-evento .lista-evento ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
/* 
  #message-campaign .hero-img {
    position: relative;
    left: 0;
    top: 15px;
    width: 100%;
    text-align: left;
  } */

  #message-campaign::before {
    display: none;
  }

  #message-campaign .hero-bottom .btn {
    max-width: inherit;
    margin: 1rem auto 2rem;
    font-size: 1rem;
  }

  #message-campaign .hero-bottom {
    min-height: inherit;
    margin-bottom: 3rem;
    margin-top: 0;
  }


  .patrocinadores .lista-organizadores li h3,
  .patrocinadores .lista-patrocinadores li h3 {
    text-align: center;
  }

  footer figure {
    margin: 1rem 0;
  }

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

  .social-network ul {
    padding-bottom: 2rem;
  }


}