@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Almarai:wght@300;400;700;800&family=Georama:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');



* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
}

body {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.5rem;
}

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

.img-header {
  width: 100%;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn,
.btn {
  font-weight: 700;
  font-family: Campuni;
  font-weight: 700;
  font-style: normal;
  font-size: 1.563rem;
  color: #5B1B54;
  background-color: #E9EB9B;
  padding: 2px 3rem;
  border: 2px solid #E9EB9B;
  text-transform: uppercase;
  border-radius: 25px;
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 1px;
}

.btn:hover, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #fff;
  border-color: #fff;
  color: #2A26A1;
}

.bg-lilas{
  background-color: #5B1B54;
}

.bg-amarelo{
  background-color: #E9EB9B;
}


.bg-azul {
  background-color: rgb(0, 80, 214);
}

h2 {
  color: #29259E;
  margin: 0px;
  padding: 0px;
  font-size: 2.625rem;
  font-weight: 700;
  font-family: Campuni;
}

h3 {
  color: #8B1967;
  margin: 0px;
  padding: 0px;
  font-size: 2rem;
  font-weight: 700;
}

#header.lp {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bd5f6ab9-5032-405d-83d4-26990f88f834.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #1EA5CC;
  min-height: 487px;
}

#header.typ {
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6e3a1fa7-6e28-426c-9b32-03eb1482508b.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #1EA5CC;
  min-height: 487px;
}
#header.typ .logo-sebrae{
   margin-top: 5rem;
}
#header h1 {
  margin: 2rem 0px 1rem;
  padding: 0px;
  color: #2A26A1;
  font-size: 3.047rem;
  line-height: 1;
  font-family: Campuni;
  font-weight: 400;
}

#header h1 strong {
  font-weight: 700;
  color: #2A26A1;
  font-size: 3.047rem;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  font-family: Campuni;
}

#header ul {
  margin: 1rem 0px;
  padding: 0px;
  text-decoration: none;
}

#header ul li {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 5px;
  font-size: 18px;
  font-weight: 400;
}

#header .logo {
  margin-top: 1rem;
  max-width: 270px;
}

#header .logo-sebrae {
  position: relative;
  left: 0;
  top: 0;
  max-width: 170px;
  margin: 2rem 0 0 0;
}

#header figure {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  bottom: -4px;
}
#header.typ .content{
  max-width: 80%;
}
#header.typ p {
  font-size: 1.3rem;
}

#header.typ p.message-info {
  font-size: 2.3rem;
}

#header.typ p.message-info.message-typ {
  font-size: 1.25rem;
  line-height: 1.1;
}

#header.typ p.message-info.message-typ span {
  max-width: 411px;
  display: inline-block;
  padding: 5px;
}

#header .btn {
  margin: 0px;
  font-size: 1.363rem;
  font-family: "Alegreya Sans", sans-serif;
  padding-top: 3px;
}

#header p {
  font-size: 1.558rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}

#header p.message-info {
  font-size: 2.049rem;
  font-weight: 400;
  margin: 0px;
  line-height: 1;
  color: #2A26A1;
  font-family: Campuni;
}

#header p.message-info span {
  background: rgb(255, 255, 255);
  padding: 0px 5px 5px;
}

#header p strong {
  font-weight: 700;
  width: 100%;
  display: inline-block;
}

#info-bar .lista-evento {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
}

#info-bar .lista-evento li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

#info-bar .lista-evento li:last-child {
  width: 40%;
}

#info-bar .lista-evento li figure {
  width: 50px;
  margin: 0px;
}

#info-bar .lista-evento li p {
  color: #fff;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Georama", sans-serif;
}

#info-bar.typ .lista-evento li:first-child {
  /*width: 30%;*/
}

.msgs-validacao {
  display: block;
}

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

.erro {
  background-color: rgb(255, 228, 225);
  border-color: red;
}

.valido {
  background-color: rgb(241, 241, 241);
  border-color: green;
}

.form-control:focus, .form-select:focus {
  border-color: rgb(2, 14, 64);
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
}

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

.error-message, .msgs-validacao span {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

#msgCelInvalido, .feedback {
  display: none;
}

#msgCelInvalido, .feedback, .dadoInvalido,.error-message {
  font-size: 14px;
  color: #fff;
  padding: 0px;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
}

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

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

#form {
  padding: 0rem 0px;
  position: relative;
  z-index: 0;
}

#form .section-title {
  margin-bottom: 0rem;
  margin-top: 1rem;
  color: #8B1967;
}

#form .section-title strong {
  display: inline-block;
  width: 100%;
  font-weight: 900;
}

#form .section-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: rgb(63, 45, 211);
  margin-bottom: 4rem;
  margin-top: 2rem;
}

#form .section-subtitle strong {
  font-weight: 900;
}

#form .list-vantagens {
  margin: 2.5rem 0px 0px;
  padding: 0px;
  display: flex;
  width: 100%;
  text-decoration: none;
  list-style: circle;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#form .list-vantagens li {
  list-style: none;
  width: 100%;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 2rem;
  height: inherit;
  max-width: 100%;
  color: #000000;
  font-size: 1.5rem;
}
#form .list-vantagens li::before{
  content: "";
  background-color: #000;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 10px;
  border-radius: 10px;
}
#form .list-vantagens li p {
  padding: 0px;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: inherit;
  margin: 0px;
  line-height: 1.1;
  width: 100%;
  max-width: inherit;
}

#form .list-vantagens li p strong {
  padding-left: 5px;
}

#form .list-vantagens li figure {
  width: 90px;
  height: auto;
  display: inline-block;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
}

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

#form .list-vantagens li h3 {
  font-size: 1.75rem;
  font-weight: 900;
  width: 100%;
  height: auto;
  color: rgb(120, 1, 81);
}

#form .list-vantagens li h3, #form .list-vantagens li p {
}

#form .garantia {
  max-width: 360px;
  line-height: 1;
}
#form .btn-form-botton{
  display: none;
}
.form-label {
  display: none;
}

.form-control, .form-select {
  font-family: Inter, sans-serif;
  height: 42px;
  margin-bottom: 0px;
  color: rgb(54, 54, 54);
  font-size: 14px;
  font-weight: 400;
}

.form-select {
  line-height: 1.2;
  color: rgb(54, 54, 54);
}

.formulario {
  background: #5B1B54;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h3 {
  font-size: 1.563rem;
  color: #E9EB9B;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0rem;
  display: block;
  font-weight: 700;
  font-family: Campuni;
}

.formulario .politica-privacidade {
  color: rgb(0, 37, 170);
  padding: 10px 0px 15px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
}

.formulario .politica-privacidade, .formulario .politica-privacidade a {
  color: #fff;
  display: inline-block;
}

.formulario .politica-privacidade, .formulario .politica-privacidade label, .formulario .politica-privacidade a {
  font-weight: 400;
  font-size: 0.813rem;
  font-family: "Georama", sans-serif;
}

.formulario .btn-primary {
  width: 100%;
  font-size: 20px;
  white-space: nowrap;
  padding: 5px 0px; 
}
/*
.formulario .btn-primary:active, 
.formulario .btn-primary:hover {
 
}
*/
.formulario p.spam {
  line-height: 1;
  text-align: center;
  margin-top: 0.575rem;
}

.formulario p.spam small {
  display: block;
  line-height: 1.3;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.813rem;
  padding: 0px 1rem;
  color: rgb(255, 255, 255);
}

.navbar-mainbg.sticky {
  position: fixed;
  z-index: 2;
  top: 0px;
  width: 100%;
}

.navbar-logo {
  padding: 15px;
  color: rgb(255, 255, 255);
}

.navbar.lp {
  background-color: rgb(237, 135, 59);
}

.navbar.lp .hori-selector {
}

.navbar-mainbg {
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul.desktop {
  display: block;
}

#navbarSupportedContent ul.mobile {
  display: none;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: rgb(120, 1, 81);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  font-weight: 800;
}

#navbarSupportedContent > ul > li.active > a {
  color: rgb(255, 255, 255);
  background-color: transparent;
  transition: 0.7s;
}

.hori-selector {
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: rgb(218, 96, 61);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 10px;
}

.hori-selector .right, .hori-selector .left {
  position: absolute;
  width: 25px;
  height: 0px;
  background-color: rgb(255, 255, 255);
  bottom: 10px;
}

.hori-selector .right {
  right: -25px;
}

.hori-selector .left {
  left: -25px;
}

.hori-selector .right::before, .hori-selector .left::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
}

.hori-selector .right::before {
  bottom: 0px;
  right: -25px;
}

.hori-selector .left::before {
  bottom: 0px;
  left: -25px;
}

@media (min-width: 992px) {
  .navbar-expand-custom {
      flex-flow: row;
      justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
      flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
      display: none;
  }

  .navbar-expand-custom .navbar-collapse {
      flex-basis: auto;
      justify-content: center;
      display: flex !important;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
      padding: 12px 30px;
  }

  .hori-selector {
      margin-top: 0px;
      margin-left: 10px;
      border-radius: 25px 0px 0px 25px;
  }

  .hori-selector .left, .hori-selector .right {
      right: 10px;
  }

  .hori-selector .left {
      top: -25px;
      left: auto;
  }

  .hori-selector .right {
      bottom: -25px;
  }

  .hori-selector .left::before {
      left: -25px;
      top: -25px;
  }

  .hori-selector .right::before {
      bottom: -25px;
      left: -25px;
  }
}

footer {
  background: #1EA5CC;
  padding: 1.25rem 0px;
}

footer figure {
  margin: 0px;
}

.contato p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: Almarai, sans-serif;
  font-weight: 700;
}

.contato p a {
  font-size: 23px;
  display: inline-block;
  color: #fff;
  width: 100%;
  font-weight: 700;
  text-decoration: none;
  font-family: Almarai, sans-serif;
  padding-top: 2px;
}

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

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

.social-network {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.social-network ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

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

.social-network ul li a {
  text-decoration: none;
  height: 45px;
  width: 45px;
  background: #1EA5CC;
  border-radius: 50px;
  display: inline-block;
  padding: 0px;
  text-align: center;
  margin: 0px 1rem 0px 0px;
}

.social-network ul li a svg {
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0px;
  text-align: center;
  padding: 7px;
}

.social-network a:last-child svg {
  text-align: left;
  padding: 10px 10px 10px 5px;
}

#compartilhar {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#compartilhar h2 {
  font-weight: 700;
  font-size: 2.313rem;
  color: #272497;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.1;
}

#compartilhar p {
  font-weight: 400;
  font-size: 1.875rem;
  color: #272497;
  text-align: center;
  margin: 0px;
}

#message-campaign {
  position: relative;
  z-index: 0;
  overflow: hidden; 
  min-height: inherit;
}
/*
#message-campaign .hero-img {
  position: absolute;
  left: 0px;
  width: 48%;
  text-align: left;
  bottom: -7px;
}
*/
#message-campaign .hero-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 424px;
}

#message-campaign .hero-bottom h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0rem;
  line-height: 1;
  color: #E9EB9B;
}

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

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

#message-campaign .hero-bottom .content {
  text-align: left;
}

#message-campaign .hero-bottom p {
  margin: 3rem auto auto;
  display: block;
  line-height: 1.3;
  font-weight: 400;
  font-size: 1.675rem;
  color: rgb(0, 65, 217);
}

#message-campaign .hero-bottom p strong {
  font-weight: 700;
}

#message-campaign .hero-bottom .btn {
  width: 100%;
  margin: 1rem auto;
  max-width: 280px;
  background: #fff;
  color: #5B1B54;
  font-weight: 700;
  border-color: #5B1B54;
  padding-top: 5px;
  padding-bottom: 5px;
}

#message-campaign .hero-bottom .btn:hover {
  background-color: #E9EB9B;
  border-color: #E9EB9B;
}

#ajuda {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#ajuda h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

#ajuda::after {
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6b1ba297-aa32-45ff-9d7f-14a0d774c65f.png");
  width: 113px;
  height: 232px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
}

#ajuda::before {
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bbce7f14-625c-4b8d-9a7c-887d5ded7e4e.png");
  width: 362px;
  height: 116px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
}

#ajuda .btn {
  margin-top: 1rem;
}

#ajuda .participe {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}

#ajuda .participe li {
  width: 25%;
  margin: 0px auto;
}

#ajuda .participe li figure {
  text-align: center;
  width: 82px;
  height: 82px;
  margin: 0.875rem auto;
}

#ajuda .participe li figure img {
  width: auto;
  height: 70px;
}

#ajuda .participe li p {
  color: #fff;
  font-size: 1.188rem;
  text-align: center;
  font-weight: 400;
}

#ajuda .participe li p strong {
  font-weight: 700;
}

/*** Apresentação **/

#apresentacao {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#apresentacao::after {
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/8647fb74-36e9-448d-b35c-4009f81b895a.png");
  width: 113px;
  height: 232px;
  position: absolute;
  left: 0px;
  bottom: 0;
  display: inline-block;
}
#apresentacao::before {
  content: "";
  background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/e919fc25-fbb7-43a1-8f58-10cdf2fdb79c.png");
  width: 116px;
  height: 252px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
}

#apresentacao h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-align: right;
}
#apresentacao p{  
  font-size: 1.438rem;  
  text-align: right;
}
#apresentacao .content{
  padding-right: 3rem;
}
#apresentacao .container{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.accordion {
  margin: 2rem auto;
}

.accordion-item:not(:first-of-type) {
  border-top: 2px solid rgb(120, 1, 81);
}

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

.accordion-item {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  margin: 10px 0px;
  border-radius: 10px;
  border: 2px solid rgb(120, 1, 81);
  padding: 0px 1rem;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  color: rgb(120, 1, 81);
}

.accordion-item-header::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(120, 1, 81);
  transition: 0.2s;
}

.accordion-item-header.active::after {
  content: "";
  transition: 0.2s;
  transform: rotate(180deg);
}

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

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, rgb(120, 1, 81), transparent) 1 / 1 / 0 stretch;
}

.accordion-item-body-content p, .accordion-item-body-content {
  font-family: "Alegreya Sans", serif;
  font-size: 1.063rem;
  font-weight: 400;
  margin: 0px;
  line-height: 1.3;
  color: rgb(0, 0, 0);
}

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

.banner-mobile {
  display: none;
}

#header .logo-sebrae .logo-mobile {
  display: none;
}

#header .logo-sebrae .logo-desktop {
  display: block;
}
#video-palestra h2{
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.188rem;
 }
 #video-palestra p{
  text-align: center;
  font-size: 1.3rem;
  color: #29259E;
  margin: 0;
 }
 #video-palestra .video{
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
 }
 .fim-palestra p{
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
  line-height: 1.2;
 }
 .fim-palestra p:first-child{
  font-size: 1.5rem;
  font-weight: 700;
  color: #5B1B54;
 }
 .fim-palestra p:first-child span{
  background: rgb(255, 255, 255);
  padding: 0px 5px 5px; 
 }
 .fim-palestra p strong{
  font-weight: 800;
 }



@media screen and (max-width: 1400px) {
  #header.lp {
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7c09d14e-d6f8-43f7-90b0-aed3c8e12057.png");
      background-position: center bottom;
      min-height: 600px;
  }

  #header.typ {
      background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a7541e67-e851-46c3-a498-e2e6ba891185.png");
      background-position: center bottom;
      min-height: 600px;
  }
}
@media screen and (min-width: 1401px) {
  #header.lp {
   background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/94bc21a5-c918-4507-af24-064c0e712147.png");
   min-height: 740px;
   background-position: center;
  }
  #header .logo-sebrae{
    margin-top: 7rem;
  }
  #header.typ {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/eb37aa30-ef3d-4581-b4a2-10d15ea64766.png");
    min-height: 760px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
      font-size: 1.6rem;
  }

  h3 {
      font-size: 1.6rem;
      text-align: center;
  }

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

  .banner-desktop {
      display: none;
  }
  #header.lp,
  #header.typ {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/77bbf341-f223-4ebb-839e-565f7ec960ea.png");
    background-size: cover;
    background-repeat: repeat;
  }
  #header.typ .logo-sebrae{
    margin-top: 0;
  }
  #header.typ .content{
    max-width: 100%;
  }
  #header .logo {
      max-width: 80%;
      margin: 1rem auto 0px;
  }

  #header.typ h1, #header h1 {
      text-align: center;
      margin: 1rem 0px 0px;
      font-size: 1.8rem;
      position: relative;
      z-index: 0;
      top: 0;
  }

  #header.typ h1 strong, #header h1 strong {
      font-size: 3rem;
  }

  #header p.message-info {
      font-size: 2rem;
      margin: 1rem 0;
      padding: 0;
  }

  #header h2 {
      font-size: 28px;
      text-align: center;
  }

  #header p {
      margin-bottom: 1rem;
      margin-top: 10px;
      text-align: center;
  }

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

  #header .btn {
      margin: 0px 0px 2rem;
  }

  #header.typ .btn {
      margin: 0 auto 1rem;
      display: block;
  }

  #header.tp h2 {
      font-size: 1.8rem;
      margin-top: 2rem;
  }

  #header h3 {
      font-size: 1rem;
      text-align: center;
  }

  #header .logo-sebrae, #header .logo {
      max-width: inherit;
      position: relative;
      width: 100%;
      margin: 0px;
      top: inherit;
      right: inherit;
      left: 0px;
      text-align: center;
      padding: 0;
  }

  #header .logos-mobile {
      display: flex;
      margin-top: 1rem;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      padding: 0px 0rem;
  }

  #header .logo-sebrae .logo-mobile {
      display: block;
      height: 100px;
      margin: auto;
  }

  #header .logo-sebrae .logo-desktop {
      display: none;
  }

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

  #header p.text-share-on {
      text-align: center;
  }

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

  #ajuda .participe {
      flex-direction: column;
  }

  #ajuda .participe li {
      width: 100%;
  }

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

  .solucoes h3 {
      font-size: 1.8rem;
  }

  #form .list-vantagens li {
      width: 100%;
      margin-bottom: 1rem;
      font-size: 1.2rem;
      height: inherit;
      padding-left: 51px;
  }

  #form .list-vantagens li:nth-child(3) {
      margin-bottom: 0rem;
  }
  #form .list-vantagens li::before{
    left: 20px;
  }
  #form .list-vantagens li h3 {
      font-size: 1.3rem;
  }

  #form .list-vantagens li p {
      font-size: 1rem;
      height: auto;
      line-height: inherit;
      max-width: inherit;
      justify-content: flex-start;
      align-items: center;
      min-height: inherit;
  }

  #form .section-title {
      margin-bottom: 1rem;
      font-size: 1.5rem;
      margin-top: 2rem;
      text-align: center;
      width: 100%;
      line-height: 1.3;
  }

  #form .list-vantagens li figure {
      display: block;
      margin: 0px auto;
      width: 65px;
      top: 5px;
  }

  #form::before {
      display: none;
  }

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

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

  #message-campaign {
      background-image: none;
      min-height: inherit;
  }

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

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

  #message-campaign .hero-bottom {
      min-height: inherit;
  }

  #message-campaign .hero-bottom h2 {
      font-size: 1.8rem;
      margin-bottom: 0px;
      text-align: center;
  }

  #message-campaign .hero-bottom p {
      font-size: 1.1rem;
      margin: 1rem auto;
      text-align: center;
  }

  #message-campaign .row {
  }

  #message-campaign .banner-mobile img {
      width: 80%;
      margin: 0px auto;
  }

  footer figure {
      margin: 1rem 0px;
  }

  #compartilhar h2 {
      font-size: 1.8rem;
  }

  #compartilhar p {
      font-size: 1.2rem;
  }

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

  #compartilhar .content p {
      font-size: 17px;
  }

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

  #ajuda h2 {
      font-size: 1.5rem;
  }

  #info-bar .lista-evento {
      flex-direction: column;
      margin-bottom: 1rem;
  }

  #info-bar.typ .lista-evento li:first-child, #info-bar .lista-evento li:last-child {
      width: 100%;
  }

  #info-bar .lista-evento li {
      width: 100%;
      align-items: center;
      justify-content: center;
      margin-top: 1rem;
  }

  #info-bar .lista-evento li p.mobile {
      display: none;
  }

  .navbar-mainbg {
      background: transparent;
      position: relative;
      right: 0px;
      top: inherit;
      margin-top: 0rem;
  }

  .navbar-mainbg.sticky {
      z-index: 1041;
  }

  .navbar-toggler {
      position: absolute;
      top: 1rem;
      right: 1rem;
      padding: 8px 1rem;
      background: rgb(122, 4, 80);
      color: rgb(251, 177, 32);
  }

  .navbar-toggler.close {
      left: 1rem;
      max-width: 50px;
      z-index: 1041;
  }

  #navbarSupportedContent ul {
      padding: 40px 0px 0px;
      margin: 0px;
  }

  .navbar-toggler:focus {
      border: none;
      outline: none;
      box-shadow: none;
  }

  .navbar-collapse {
      display: none !important;
  }

  .navbar-collapse.open {
      display: block !important;
  }
  #header.typ p.message-info.message-typ{
    max-width: 325px;
    margin: 0 auto 1rem;
  }
  #navbarSupportedContent {
      overflow: hidden;
      position: fixed;
      z-index: 1041;
      top: 0px;
      right: 0px;
      height: 100%;
      background: linear-gradient(90deg, rgb(237, 135, 59) 0%, rgb(255, 152, 75) 100%);
      width: 60%;
      max-width: 250px;
  }

  .menu-backdrop {
      opacity: 0.5;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 1040;
      width: 100vw;
      height: 100vh;
      display: none;
      background-color: rgb(0, 0, 0);
  }

  .menu-backdrop.show {
      display: block;
  }

  #navbarSupportedContent ul.desktop {
      display: none;
  }
  #apresentacao::before,
  #apresentacao::after{
    display: none;
  }
  #apresentacao .content{
    padding: 0 1rem;
  }
  #apresentacao h2,
  #apresentacao p{
    text-align: center;
  }
  #apresentacao figure{
    max-width: 80%;
    margin: 0 auto;
  }
  #navbarSupportedContent ul.mobile {
      display: block;
  }
  #form .garantia{
    margin-top: 3rem;
  }
  #form .btn-form-botton{
    display: block;
    margin: 1rem auto 0;
    max-width: 80%;
  }
  #form .btn-form-botton:hover{
    background: #fee83a
  }
  #video-palestra p{
    font-size: 1.1rem;
  }
  #video-palestra .video{
    height: 280px;
   }
}
