@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&family=Work+Sans:ital,wght@0,100..900;1,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: "Work Sans", sans-serif;
  --bs-font-serif: "Figtree", sans-serif;
  --bs-font-sebrae: "Campuni";
  --bs-font-footer: "Almarai", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-btn-font-family: var(--bs-font-sans-serif);
  --bs-font-form-serif: var(--bs-font-sans-serif);
  /*Select e input*/
  --bs-font-form-tittle: var(--bs-font-sans-serif);
  /*titulo form*/
  --bs-form-txt-policies: var(--bs-font-serif);
  /*texto política de privacidade form*/
  --bs-body-font-size: 1.375rem;
  --bs-body-font-weight: 400;
  --bs-primary: #1C23A0;
  --bs-primary-light: #4064F2;
  --bs-primary-light-2: #009BDA;
  --bs-primary-dark: #2730B3;
  --bs-marquee-color: #5c42de;
  --bs-secondary: #FFF04B;
  /* --bs-secondary-light: #FFF1BD;   */
  --bs-terciary: #6525D1;
  --bs-terciary-light: #5C41DD;
  --bs-gray: #3B3B3B;
  --bs-gray-light: #7C7C7C;
  --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: 84px;
  --bs-size-height-image-icon: 78px;
  --bs-backdrop-opacity-show: 1;
  /* Opacidade do backdrop */
  --bs-linkedin-color: #0e76a8 ;
}

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

#loader.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  display: none;
}

.btn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  border-radius: 30px;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
}

.btn-primary {
  --bs-btn-color: var(--bs-terciary);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-bg-sebrae);
  --bs-btn-border-color: var(--bs-bg-sebrae);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-white);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

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

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

h2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}
/* 
h3 {
  font-family: var(--bs-font-sebrae);
  font-weight: 400;
  color: var(--bs-secondary-light);
  font-size: 2rem;
} */
/*
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
*/
picture,
figure {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.img-header {
  width: 100%;
}

.bg-blue-to-lilac {
  background: #2730B3;
  background: -webkit-linear-gradient(180deg, rgba(39, 48, 179, 1) 0%, rgba(135, 62, 163, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(39, 48, 179, 1) 0%, rgba(135, 62, 163, 1) 100%);
  background: linear-gradient(180deg, rgba(39, 48, 179, 1) 0%, rgba(135, 62, 163, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2730B3", endColorstr="#873EA3", GradientType=0);
}

.bg-lilac-to-blue {
  background: #2E6EF8;
  background: -webkit-linear-gradient(-95deg, rgba(46, 110, 248, 1) 0%, rgba(101, 37, 209, 1) 100%);
  background: -moz-linear-gradient(-95deg, rgba(46, 110, 248, 1) 0%, rgba(101, 37, 209, 1) 100%);
  background: linear-gradient(-95deg, rgba(46, 110, 248, 1) 0%, rgba(101, 37, 209, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E6EF8", endColorstr="#6525D1", GradientType=0);
}


.bg-repeat {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/** header **/
/* .header {
  position: relative;
  overflow: hidden;
} */
/* 
*/

/** header */

.header .marquee {
  overflow: hidden;
  display: flex;
  background-color: var(--bs-secondary);
  color: var(--bs-black);
  width: 100%;
  height: 55px;
  line-height: 55px;
  transform: rotate(-2deg);
}

.header .marquee p {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-marquee-color);
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 1rem;
  margin: 0;
  line-height: inherit;
  max-width: inherit;

}

.header .marquee p i {
  width: 73px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.header .marquee p i::before {
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/fb20b283-0490-402f-a9a6-a9c7c2666761.png");
  background-repeat: no-repeat;
  width: 73px;
  height: 40px;
  display: inline-block;

}

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

.header::before {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c5ba1b39-f079-4e4c-a564-5da97f981881.png");
}

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



.header::after {
 background-image: url("");
}  */

.bg-header {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2d3773ba-4f6f-4b01-8466-23529daf0d10.png");
  background-color: #2f6ef8;
}

.header h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  position: relative;
}
.header.tp h1{
    margin-bottom: 1rem;
}
.header.tp h2{
    margin-bottom: 0.55rem;
}
/** logo SVG **/
.header h1 span {
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 0;
  max-width: 115px;
  display: block;
  text-align: center;
}

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

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


/** logo imagem **/
.header h1 img {
  width: 450px;
}

/** logo imagem -FIM **/
.header h2 {
  font-size: 1.75rem;
  text-transform: none;
  max-width: 540px;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--bs-white);
  font-weight: 700;
}


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




/* 
.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;
  margin: 0px 0 2rem 0;
} */
.header p { 
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--bs-white);
  line-height: 1.2;
  max-width: 580px;
}
.header p strong {
  font-weight: 700;  
}

/*
.header.tp p {
  color: #FFFFFF;
  max-width: 480px;
}
*/

.header .hero-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  min-height: 600px;
}
.header.tp .hero-content-wrapper{      
    min-height: 650px;
}
.header .btn {
  display: block;
  font-size: 1.5rem;
}

.header.lp .btn {
  width: 329px;
}

.header.tp .btn {
  width: 340px;
}

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

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

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

@media (max-width: 767px) {
  
}

.header .hero-img {
  width: 50%;
  position: absolute;
  text-align: left;
  top: 7rem;
  right: 0;
}
.header .thunb-header{
  display: block;
}
.header .hero-img .logos-hero-header {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 9rem;
  position: relative;
  top: 1rem;
}

.header .hero-img .logos-hero-header li {
  list-style: none;
  margin-left: 3rem;
}

.header .hero-img .logos-hero-header li .logo.acate {
  max-width: 136px;
}

.header .hero-img .logos-hero-header li .logo.sebrae-startups {
  max-width: 162px;
}

/* 
.header.lp .hero-img{
   width: 40%;
}
.header.tp .hero-img{
  width: 38%;
} */



@media screen and (max-width: 1200px) {
  /*.header.lp .hero-img {
    width: 55%;
  }

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

  .header.tp p {
    max-width: 80%;
  }

  /* .header .hero-img {
    top: -20px !important;
  }

  .header .hero-img-tp {
    top: 10px;
  } */
}

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

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

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

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

}

@media (max-width: 767px) {

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





/** Formulario **/
#form {
  background-color: var(--bs-white);
  padding: 0rem 0 0rem 0;
  position: relative;
  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: 2rem 0;
  line-height: 1;
  max-width: 455px;
  color: var(--bs-primary-light-2);
}

/* 
#form .list-vantagens {
  list-style: none;
  padding: 0;
  margin: 1rem auto 0;
  display: inline-block;
  width: 100%;
} */
#form .content p {
  color: var(--bs-primary);
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
}

#form .content p strong {
  font-weight: 700;
}

#form .content figure {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto 0;
}

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

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

#form .list-vantagens li p {

  font-weight: 400;
  padding-top: 0;
  color: var(--bs-gray);
  font-size: 1.25rem;
  margin: 0;
  padding-left: 20px;

}

#form .list-vantagens li p strong {
  font-size: 1.125rem;
  font-weight: 600;
}

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

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

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

#form h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--bs-primary-light);
  max-width: 395px;
  margin-top: 2rem;
  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);
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--bs-font-form-serif);
}

.form-select {
  line-height: 1.2;
  color: var(--bs-gray);
}

input::placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder {
  font-family: var(--bs-font-form-serif);
  color: var(--bs-gray-light);
  opacity: 0.5;
}

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

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


.formulario h2 strong {
  font-family: var(--bs-form-txt-policies);
  font-weight: 500;
  font-size: 0.75rem;
  max-width: 270px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 5px auto;
}

/*.formulario p{}*/

.msgs-validacao {
  display: block;
}

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

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

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

.form-control:focus,
.form-select:focus {
  border-color: #020e40;
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

#feedbackNome,
#msgCelInvalido {
  display: none;
}

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

.formulario .politica-privacidade,
.formulario .politica-privacidade a {
  font-family: var(--bs-form-txt-policies);
  font-weight: 500;
  font-size: 0.75rem;
  position: relative;
  line-height: 1.3;
  color: var(--bs-white);
}


.formulario .politica-privacidade {
  padding: 5px 0px 15px 0px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;

}

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

.formulario .politica-privacidade a {
  display: inline-block;
  text-decoration: underline;
}

.formulario .btn {
  width: 100%;
  font-size: 1.375rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--bs-primary-light);
}

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

.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
  font-family: var(--bs-form-txt-policies);
}

.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 **/
/** Evento Presencial ***/

.evento-presencial {}

.evento-presencial .content {
  background-color: var(--bs-secondary);
  border-color: var(--bs-terciary);
  border-style: solid;
  border-width: 0 0 0 28px;  
  height: 100%;
  padding: 2rem 0 0 2rem;
}

.evento-presencial .content h2 {
  color: var(--bs-terciary-light);
  line-height: 1.1;
  max-width: 500px;
}

.evento-presencial .content p {
  color: var(--bs-primary-dark);
  font-size: 1.554rem;
  font-weight: 400;
  max-width: 500px;
  line-height: 1.1;
}

.evento-presencial .content p strong {
  font-weight: 700;
}

.evento-presencial .content p strong a {
  color: var(--bs-primary-dark);
  text-decoration: underline;
}

.evento-presencial .content p strong a:hover {
  color: var(--bs-terciary);
}


/** Evento Presencial /FIM***/
/** Palestrantes ***/
.palestrantes {}

.palestrantes .section-header h2 {
  color: var(--bs-white);
  text-align: center;
}

.palestrantes .section-header p {
  color: var(--bs-white);
  font-size: 1.375rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  max-width: 835px;
  margin: 0 auto;
}

.palestrantes .section-header p strong {
  font-weight: 700;
}

.lista-palestrantes .content{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;      
  margin-bottom: 0.555rem;
}

.lista-palestrantes .card {  
  background-size: cover;
  background-position: center;
  color: var(--bs-white);
  border: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.lista-palestrantes .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  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%);
}

.lista-palestrantes .card h3{
  color: var(--bs-white);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.lista-palestrantes .card p{
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.lista-palestrantes .btn-ver-detalhes {
  position: relative;
  z-index: 2;
  font-size: 1.1rem;  
  max-width: 80%;
  margin: 0 auto;
  
}
.modal-title{
  display: none;
}
.modal-header{
  border-bottom: none;  
}
.modal-header .btn-close{
  width: 24px;
  height: 24px;
  background-image: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1rem;
  outline: none;
}
.modal-header .btn-close:focus{
  outline: none;
  box-shadow: none;
}
.modal-header .btn-close::before{
  content: "x";
  color: var(--bs-gray);
  width: 24px;
  height: 24px; 
  font-size: 1.75rem;
  font-weight: 400;
  display: inline-block;
}
.modal-body { 
  padding-bottom: 2.5rem;
}
.modal-body .name{
  font-size: 1.829rem;
  font-weight: 700;
  color: var(--bs-black);
  padding: 0;
  margin:0;
}

.modal-body .short-description{
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--bs-primary-light-2);
  padding: 0;
  margin:0;
}

.modal-body .long-description {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--bs-gray);
  padding: 0;
  margin: 0;
  max-height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
  height: auto;
  margin-bottom: 1.5rem;
}
.modal-body .long-description span{
  font-weight: 400;
  color: var(--bs-gray-light);
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
.modal-body .long-description span:empty {
  display: none;
}
.modal-body .social-links {
  padding: 0;
  margin: 1.5rem 0 0 0;
  font-size: 1.313rem;
}
.modal-body .social-links strong{
  font-weight: 700;  
}
.modal-body .social-links .btn-linkedin{
    width: 35px;
    height: 35px;
    background-color: var(--bs-linkedin-color);
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    line-height: 38px;
    color: var(--bs-white);
    font-size: 1.3rem;
}
.modal-body .modal-description{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .lista-palestrantes .cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lista-palestrantes .card {
    flex: 0 0 calc(25% - 25px);
    padding: 20px 5px;
    margin: 10px;
  }
}

/** Palestrantes /FIM***/

/**Sobre  ***/
.sobre {
  position: relative;
  z-index: 0;
  height: auto;
  padding: 0;
}

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

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

.sobre h2 {
  color: var(--bs-secondary);
  margin-bottom: 1rem;
  line-height: 1.1;
  margin-top: 7rem;
}

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

.sobre p {
  color: var(--bs-white);
  font-size: 1.375rem;
  font-style: normal;
  margin-bottom: 1rem;
  line-height: 1.1;
  max-width: 620px;
}

.sobre p strong {
  font-weight: 700;
  color: var(--bs-white);
}

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

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

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

/* 
.sobre .btn-sobre{
  max-width: 420px;
} */
/*** Realização ***/
.realizacao {
  padding: 6rem 0;
}

.realizacao h2 {
  color: var(--bs-primary);
  text-align: center;
  margin-bottom: 3rem;
}

.realizacao ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.realizacao ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.realizacao ul li .logo {
  width: 100%;
}

.realizacao ul li .logo.acate {
  max-width: 174px;
}

.realizacao ul li .logo.sebrae-startups {
  max-width: 522px;
}

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

.footer figure {
  margin: 0;
}

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

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

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

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

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


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


/*** Compartilhe **/
#compartilhar {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#compartilhar h2 {
  text-align: center;
  color: var(--bs-terciary);
}

#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;
    }   
}
*/
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity-show);
}

@media screen and (max-width: 600px) {
  .btn{
    font-size: 1.2rem;
  }
  .mobile {
    display: none;
  }

  #form .section-title,
  #video h2,
  h2 {
    font-size: 1.438rem;
  }


  /*
  .bg-sobre,
  .header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1fc88ef9-128f-429e-a810-4003735334db.jpg");
  }
  */
  /*
  .header.bg-repeat {
    background: #18234F;
    background: -webkit-linear-gradient(180deg, rgba(24, 35, 79, 1) 0%, rgba(23, 35, 87, 0.83) 70%, rgba(4, 47, 66, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(24, 35, 79, 1) 0%, rgba(23, 35, 87, 0.83) 70%, rgba(4, 47, 66, 1) 100%);
    background: linear-gradient(180deg, rgba(24, 35, 79, 1) 0%, rgba(23, 35, 87, 0.83) 70%, rgba(4, 47, 66, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#18234F", endColorstr="#042F42", GradientType=0);
  }

  .bg-repeat {
    background-repeat: repeat;
    background-position: center;
  }
  */
  .header {
    padding-bottom: 0rem;
  }
  .bg-header {
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/92c6cef2-6299-4b5a-a740-61428d7dbcef.png");  
  }
  .header .content-image {
    padding: 0 0 2rem 0;
  }

  .header h1 {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0rem;
    margin: 0;
  }

  .header h1 img {
    width: 90%;
  }

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

  .header h1 span {
    margin: 0 auto;
    padding: 20px 0;
    max-width: 110px;
    display: block;
    text-align: center
  }

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

  .header h2 span {
    top: inherit;
    font-size: 1.5rem;
  }

  .header h2 span::before {
    left: -26px;
    width: 35px;
  }

  .header h2 strong {
    line-height: 1.2;
  }

  .header h3 {
    font-size: 1.5rem;
    text-align: center;
    max-width: inherit;
    margin: 1rem 0;
  }
  .header.tp .hero-content-wrapper,
  .header .hero-content-wrapper {
    padding: 0;
    min-height: inherit;
  }
  .header.tp h2,
  .header.tp .hero-content-wrapper p {
    text-align: left;
  }
  .header .marquee p,
  .header.lp p,
  .header.tp p,
  .header p {
    text-align: center;
    font-size: 1.25rem;  
  }
  .header .marquee{
    height: 45px;
    line-height:45px
  }
  .header .marquee p i{
    height: 30px;
  }
  .header .marquee p i::before{
      width: 60px;
      background-size: contain;
   }
   /*
  .header.tp p {
    max-width: 90%;
    margin: 0 auto;
  } */

  .header ul li {
    font-size: 17px;
    text-align: center;
  }

  .header.tp .btn,
  .header .btn {
    margin: 1rem auto 2rem;
    display: block;
    width: auto;
  }
  .header .hero-img .logos-hero-header{
      justify-content: center;
      right: inherit;
      top: 0;
      max-width: 80%;
      margin: 0 auto;
  }
  .header .hero-img .logos-hero-header li .logo.acate,
  .header .hero-img .logos-hero-header li .logo.sebrae-startups{
    max-width: 100%;
  }
  .header .hero-img .logos-hero-header li{
    margin: 0 auto;
  }

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

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

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

  #compartilhar h2 {
    text-align: left;
  }

  .social-network {
    margin-top: 2rem;
  }
  .realizacao{
    padding: 0rem 0 2rem 0;
  }
  .sobre h2{    
       margin-top: 2rem;
      margin-bottom: 0;
}
  .realizacao h2{
    margin-bottom: 1rem;
  }
  .realizacao ul{
    flex-direction: column;
  }
  .realizacao ul li{
    width: 80%;
    text-align: center;
    margin-bottom: 1rem;
  }
  #form .container .row .col-lg-7 {
    order: 3
  }
 #form .container .row .col-lg-1 {
    padding: 0;    
    order: 2
  }
  #form .container .row .col-lg-4 {
    padding: 0;    
    order: 1;
  }
  .formulario {
    margin-bottom: 2rem;
  }
  .evento-presencial {
    padding: 0 1rem;
  }
  .evento-presencial .content{
    border-width: 15px 0 0 0px;
    padding: 1rem;
  }
  .evento-presencial .content p,
  .evento-presencial .content p a,
  .evento-presencial .content p strong{
    font-size: 1.2rem;
  }
  .palestrantes .section-header h2{
    text-align: left;
  }
  .palestrantes .section-header p{
    text-align: left;
    font-size: 1.2rem;
  }
  .lista-palestrantes .cards-container{
    display: block !important;
  }
  .lista-palestrantes .card{
    max-width: 80%;
    margin: 0 auto 2rem;
  }
  .lista-palestrantes .card p{
    padding-bottom: 1rem;
  }

  .modal-body figure{
    margin: 0 auto;    
    max-width: 80%;
  }
  .modal-header{
    padding-bottom: 0;
  }
  .modal-body .name{
    font-size: 1.563rem;
    margin-top: 1rem;
  }
  .modal-body .short-description{
    font-size: 1.125rem;
  }
  .modal-body .long-description {
    font-size: 1.063rem;
    max-height: inherit;
    margin-top: 0.575rem;
    margin-bottom: 0;
  }
  .modal-body .long-description span{
    margin: 0;
  }
  .modal-body .social-links strong{
    width: 100%;
    display:inline-block;
  }

  #form .section-title {
    margin-top: 0;
    margin-bottom: 0.55rem;   
  }
  #form .content p{
    font-size: 1.188rem;
  }
  .lista-palestrantes .card {
    margin-bottom: 2rem;
  }

  /* #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{
    text-align: left;
  }
   */
  #compartilhar::before,
  #video::before,
  #form::before {
    display: none;
  }

  /* 
  #form .list-vantagens li {}

  #form .list-vantagens li h3 .mobile,
  #form .list-vantagens li p .mobile {
    display: none;
  }
   */
  .sobre {
    padding: 2rem 0 0;
  }

  .sobre .content {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: inherit;
  }
  .lista-palestrantes .btn-ver-detalhes{
    bottom: 20px;
  }
/* 
  .sobre h2 {
    margin-top: 1rem;
    text-align: center;
  }

  .sobre h2 strong,
  .sobre h2 span {
    font-size: 2rem;
  } */

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

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

    font-size: 1.188rem;
  }

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

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

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

  .sobre .btn {

    margin: 0 auto;
    display: block;
  }

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

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

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

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