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


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: "Inter", 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: var(--bs-font-sans-serif);
  --bs-btn-font-family: var(--bs-font-sans-serif);
  --bs-font-form-serif: "Figtree", 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: #5E24A6;
  --bs-primary-dark: #3F1F90;
  --bs-primary-dark-2: #;
  /** Bg Header **/
  --bs-primary-light: #8710C8;
  --bs-secondary: #F0984C;
  --bs-secondary-light: #FFBF2D;
  --bs-secondary-dark: #F0984C;
  --bs-terciary: #860A55;
  --bs-terciary-dark: #822455;
  --bs-terciary-darken: #691C6D;
  --bs-quaternary: #9DE6B6;
  --bs-quaternary-dark: ;


  /** cor especial **/

  --bs-gray: #F8F8F8;
  --bs-gray-lighther: #FEFDF1;
  --bs-gray-light: #9CB8E2;
  --bs-gray-dark: #363636;
  --bs-bg-sebrae: #2A4FDA;


  --bs-whatsapp-color: #3EDA5A;



  --bs-body-color: var(--bs-primary-dark);
  --bs-footer-bg: var(--bs-primary);
  --bs-footer-color: var(--bs-white);
  --bs-size-width-image-icon: 80px;
  --bs-size-height-image-icon: 98px;
  --bs-bg-icon-page-list-form: var(--bs-terciary);
  --bs-border-radius-page-list-form: 0%;


  /** Altura seção evento **/

  --bs-width-thunb-eventos: 661px;
  --bs-height-thunb-eventos: 572px;
}

button:focus:not(:focus-visible){
  outline: none;
  box-shadow: none;
}

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

.btn {
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 40px;
  text-transform: inherit;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

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

.owl-carousel .owl-nav button i {
  font-size: 6rem;
  color: var(--bs-white);
  font-weight: 600;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 7rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {}

.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.owl-carousel button.owl-dot {}

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

@media screen and (max-width: 600px) {
  .owl-carousel .owl-nav button i {
    font-size: 4rem;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    top: 5rem;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -40px;
  }
}

h2 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.188rem;
  font-weight: 700;
  color: var(--bs-black);
}

h2.section-title {
  width: 100%;
  display: inline-block;
  margin: 0;
}

h2.section-title span {
  background-color: var(--bs-gray-lighther);
  color: var(--bs-primary);
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 170px;
  min-height: 63px;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  text-align: center;
}

h2.section-title span i {
  width: 20px;
  display: inline-block;
  margin-right: 0.3rem;
  height: 100%;
  position: relative;
  top: -2px;
  left: -2px;
}

h2.section-title span i img {
  width: 100%;
}

h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--bs-white);
}

@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-header {
  background-color: var(--bs-primary-dark-2);
}


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

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

/*** Bgs especiais ***/

.bg-gray-lighter {
  background-color: var(--bs-gray-lighther);
}

.bg-red-vine {
  background-color: var(--bs-terciary-dark);
}

@media screen and (min-width: 600px) {
  .bg-lilac-to-red-vine {
    background: #711556;
    background: -webkit-linear-gradient(270deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    background: linear-gradient(270deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#711556",
        endColorstr="#54299F",
        GradientType=0);
  }

  .bg-gradient-lilac {
    background: #36208A;
    background: -webkit-linear-gradient(180deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: linear-gradient(180deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36208A",
        endColorstr="#9A0CC9",
        GradientType=0);
    ;
  }

  .bg-gradient-lilac-inverted {
    background: #36208A;
    background: -webkit-linear-gradient(260deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: linear-gradient(260deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36208A",
        endColorstr="#9A0CC9",
        GradientType=0);
  }

  .bg-gradient-red-to-orange,
  .bg-gradient-red-to-orange-inverted {
    background: #E79357;
    background: -webkit-linear-gradient(260deg, rgba(231, 147, 87, 1) 0%, rgba(114, 18, 84, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(231, 147, 87, 1) 0%, rgba(114, 18, 84, 1) 100%);
    background: linear-gradient(260deg, rgba(231, 147, 87, 1) 0%, rgba(114, 18, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E79357", endColorstr="#721254", GradientType=0);
  }
}

@media screen and (max-width: 600px) {
  .bg-lilac-to-red-vine {
    background: #711556;
    background: -webkit-linear-gradient(0deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    background: linear-gradient(0deg, rgba(113, 21, 86, 1) 0%, rgba(84, 41, 159, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#711556",
        endColorstr="#54299F",
        GradientType=0);
  }

  .bg-gradient-lilac {
    background: #9A0CC9;
    background: -webkit-linear-gradient(0deg, rgba(154, 12, 201, 1) 0%, rgba(54, 32, 138, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(154, 12, 201, 1) 0%, rgba(54, 32, 138, 1) 100%);
    background: linear-gradient(0deg, rgba(154, 12, 201, 1) 0%, rgba(54, 32, 138, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9A0CC9", endColorstr="#36208A", GradientType=0);
  }

  .bg-gradient-red-to-orange {
    background: #721254;
    background: -webkit-linear-gradient(0deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: linear-gradient(0deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#721254",
        endColorstr="#E79357",
        GradientType=0);
  }

  .bg-gradient-red-to-orange-inverted {
    background: #721254;
    background: -webkit-linear-gradient(180deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: linear-gradient(180deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#721254",
        endColorstr="#E79357",
        GradientType=0);
  }

  .bg-gradient-lilac-inverted {
    background: #36208A;
    background: -webkit-linear-gradient(0deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    background: linear-gradient(0deg, rgba(54, 32, 138, 1) 0%, rgba(154, 12, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36208A",
        endColorstr="#9A0CC9",
        GradientType=0);
  }
}

/*** **/
@media screen and (max-width: 600px) {
  .header.lp .hero-content-wrapper {
    padding-top: 2rem;
  }

  .bg-header.lp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/25c6aada-15d2-4f09-ba36-b5407460aeb1.jpg");
    background-position: center top;
    background-size: cover;
  }

  .header.lp h2 {
    text-align: center;
    line-height: 1;
    font-size: 2.188rem;
  }

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

  /* .bg-main-gradient {

  } */
}

@media screen and (min-width: 600px) {
  .bg-header {
    background: #721254;
    background: -webkit-linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#721254", endColorstr="#E79357", GradientType=0);
  }

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

  .bg-main-gradient {
    background: #721254;
    background: -webkit-linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: -moz-linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    background: linear-gradient(260deg, rgba(114, 18, 84, 1) 0%, rgba(231, 147, 87, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#721254", endColorstr="#E79357", GradientType=0);
  }

  .bg-main-gradient::after {
    content: "";
    width: 313px;
    height: 651px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    right: 0;
    top: 5rem;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/86fa44ec-3585-43a8-805d-bc5f2a1bee1b.png");
  }

  .bg-main-gradient::before {
    content: "";
    width: 340px;
    height: 203px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0ed88d45-b930-4600-b4a4-74749323ea4a.png");
    z-index: 1;
    left: 0;
    bottom: 0rem;
  }
}


/** header **/

.header.tp::after {
  display: none;
}

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

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

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

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

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



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

.header h2 img {
  width: 100%;
}

.header h2 span {
  max-width: 95px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  background-color: var(--bs-secondary-light);
  line-height: 22px;
  height: 30px;
  margin-bottom: 0.575rem;
  transform: skewX(-15deg);
}

.header h2 span small {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.266rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1;
  width: 100%;
  text-align: center;
  display: inline-block;
  transform: skewX(15deg);
}

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

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

.header h3 {
  vertical-align: middle;
  line-height: 1;
}

.header h3 strong {
  color: var(--bs-white);
  font-weight: 700;
  background-color: var(--bs-terciary);
  width: 100%;
  display: inline-block;
  text-align: center;
  transform: skewX(-15deg);
  margin-bottom: 0.575rem;
}

.header h3 strong:nth-child(2) {
  margin-bottom: 0;
}

.header h3 strong span {
  width: 100%;
  display: inline-block;
  transform: skewX(15deg);
}

.header h4 {
  font-size: 1.375rem;
  color: var(--bs-white);
  font-weight: 700;

}

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

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

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

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


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


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

.header.tp .btn {
  max-width: 315px;
  display: block;

}

/* .header .hero-img {
    width: 100%;
    display: inline-block;
    /* position: absolute;
    text-align: left;
    top: 0rem;
    right: 0;
}
*/
.header .hero-img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .header .hero-img {
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 0rem;
    padding: 0;
  }

  .header.tp .hero-img {
    margin-top: 0rem;
  }

  /*
  .header h3 span {
    font-size: 1.783rem;
  } */

  .header h3 {
    font-size: 1.608rem;
    max-width: 256px;
  }

  .header h3 strong {
    max-width: 250px;
  }

  .header h3 strong:nth-child(2) {
    max-width: 238px;
  }

}

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


  /*
  .header.tp p {
    margin-top: 0rem;
    font-size: 1.188rem;
    max-width: 470px;
  }

  .header.tp p:last-child {
    max-width: 370px;
  } */

  .header.lp .hero-content-wrapper,
  .header.tp .hero-content-wrapper {
    min-height: 550px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header .container {
    position: relative;
  }

  .header .content-text::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/614ed017-8722-474e-be6e-7ac8583d9e61.png");
    height: 836px;
    width: 1034px;
    position: absolute;
    left: -290px;
    top: -160px;
    z-index: 0;
  }

  .header.tp .hero-content-wrapper {
    min-height: 630px;
    /* padding-top: 5rem; */
  }

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

  .header h2 {
    /* font-size: 2.5rem; */
    max-width: 401px;
    line-height: 1;
  }

  .header p {
    max-width: 387px;
  }

  /*
  .header h3 strong {
    max-width: 330px;
    display: inline-block;
  }

  .header h3 strong:nth-child(2) {
    max-width: 310px;
  }

  .header.tp h3 {
    padding-bottom: 1rem;
  }

  .header h4 {
    margin-top: 0rem;
  } */

  .header.lp .hero-img {
    width: 100%;
    max-width: 833px;
    top: 0;
    right: -14rem;
  }

  /* .header.tp .hero-img {
    width: 100%;
    max-width: 890px;
    top: 0;
    right: -260px;
  } */

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

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

/** Menu opçoes **/
.menu-opcoes {
  z-index: 0;
}

.menu-opcoes h2 {
  color: var(--bs-primary-light);
  text-align: center;
  line-height: 1.1;
}

.menu-opcoes p {
  text-align: center;
  color: var(--bs-primary);
  font-size: 1.25rem;
  line-height: 1.2;
}

.menu-opcoes .card {
  max-width: 100%;
  border: 0;
  background-color: transparent;
  color: var(--bs-white);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.menu-opcoes .card a {
  flex-direction: row;
  display: flex;
  padding: 0rem 1rem;
  text-decoration: none;
  color: var(--bs-white);
  min-height: 60px;
}

.menu-opcoes .card a:hover {
  background-color: rgba(256, 256, 256, .2);
  transform: scale(1.05);
  transition: ease-in-out 0.2s;
}

.menu-opcoes .card a .card-title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  min-height: 60px;
  margin: 0;
  display: flex;
  align-items: center;
}

.menu-opcoes .card.bg-primary {
  background-color: var(--bs-primary) !important;
}

.menu-opcoes .card.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.menu-opcoes .card.bg-terciary {
  background-color: var(--bs-terciary) !important;
}

.menu-opcoes .card figure {
  max-width: 50px;
  margin: 0;
  padding: 0.5em;
  border-radius: 0px;
}

.menu-opcoes .card-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  align-items: center;
}

.menu-opcoes .text-section {
  max-width: 100%;
}

.menu-opcoes .card-text {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 600px) {
  .menu-opcoes h2 {
    max-width: 686px;
    margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 600px) {
  .menu-opcoes h2 {
    font-size: 2.188rem;
  }

  .menu-opcoes p {
    font-size: 1.1rem;
  }

  .menu-opcoes .cards-wrapper-menu {
    flex-direction: column;
  }

  .menu-opcoes .col:first-child {
    order: 1;
  }

  .menu-opcoes .col:nth-child(2) {
    order: 2;
  }

  .menu-opcoes .col:nth-child(3) {
    order: 3;
  }

  .menu-opcoes .col:nth-child(4) {
    order: 5;
  }

  .menu-opcoes .col:nth-child(5) {
    order: 6;
  }

  .menu-opcoes .col:nth-child(6) {
    order: 4;
  }

  .menu-opcoes .col:nth-child(7) {
    order: 7;
  }

  .menu-opcoes .col:nth-child(8) {
    order: 8;
  }

  .menu-opcoes .col:nth-child(9) {
    order: 9;
  }
}

/** Eventos **/
.eventos {
  z-index: 0;
}

.eventos h2 {
  margin-bottom: 2rem;
}

.eventos h4 {
  font-family: var(--bs-font-sebrae);
  font-weight: 700;
  font-size: 1.776rem;
  color: var(--bs-white);
}

.eventos p {
  color: var(--bs-white);
  font-size: 1.125rem;
}

@media screen and (max-width: 600px) {
  .eventos {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/35f02817-886a-4f9a-b216-f78cf9a5ae28.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top;
    background-size: contain;
  }

  .eventos h2 {
    text-align: center;
  }

  .eventos .eventos-img,
  .eventos .eventos-img img {
    width: 100%;
    display: inline-block
  }
}

@media screen and (min-width: 600px) {
  .bg-lilac {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a271209a-08e2-414a-8c11-9ee8ee09d73f.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right top;
  }

  .eventos::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9894253f-ad35-4866-90bc-3ba82cd991dc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: var(--bs-height-thunb-eventos);
    width: 80%;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 1;
  }

  .eventos .content-txt {
    display: flex;
    flex-direction: column;
    min-height: var(--bs-height-thunb-eventos);
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .eventos .logo {
    max-width: 526px;
  }

  .eventos .description {
    max-width: 455px;
  }

  .eventos .content-image {
    min-height: var(--bs-height-thunb-eventos);
    position: relative;
  }

  .eventos .eventos-img {
    min-width: var(--bs-width-thunb-eventos);
    min-height: var(--bs-height-thunb-eventos);
    position: absolute;
    z-index: 3;
    top: 0;
    left: -7rem
  }
}

@media screen and (min-width: 1600px) {
  .eventos .eventos-img {
    left: 7rem
  }
}

/** Cursos **/
.cursos {
  z-index: 0;
}

.cursos h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.cursos h2.section-title span {
  color: var(--bs-terciary);
}

.cursos h3 {
  text-align: center;
}

.cursos h3 strong {
  font-weight: 700;
  color: var(--bs-quaternary);
}

.cursos .carousel-cursos-gratuitos {
  margin-top: 1rem;
}

.cursos .course-card {}

.cursos .card-content {
  margin-top: 1rem;
}

.cursos .card-content p {
  color: var(--bs-white);
  text-align: center;
  font-size: 1.125rem;
}

.cursos .card-content .btn-course {
  max-width: 230px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .cursos::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/208d7c9b-eb22-4be2-b324-df797c17fbcb.png");
    position: absolute;
    top: 2rem;
    right: 0;
    width: 258px;
    height: 460px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cursos::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0ab345c3-bbeb-44cc-b681-d23fc813cab2.png");
    width: 248px;
    height: 460px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -30px;
  }

  .cursos .card-content p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .cursos .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7850af11-eeae-434f-9d61-dd1ef390bf90.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 10rem;
  }

  .cursos h3 {
    font-size: 1.438rem;
  }
}

/** E-books **/
.e-books {
  z-index: 0;
}

.e-books h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.e-books h2.section-title span {
  color: var(--bs-white);
  background-color: var(--bs-terciary);
}

.e-books h3 {
  text-align: center;
  color: var(--bs-primary);
}

.e-books h3 strong {
  font-weight: 700;
  color: var(--bs-terciary);
}

.e-books .carousel-e-books-gratuitos {
  margin-top: 1rem;
}

.e-books .card {
  background-color: transparent;
}

.e-books .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.e-books .btn-baixar-ebook {
  font-size: 1.063rem;
  width: 100%;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
}

.e-books .owl-carousel .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 600px) {
  .e-books h3 {
    font-size: 1.438rem;
  }
}

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

/** Videocast **/
.videocast {
  z-index: 0;
}

.videocast h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.videocast h3 {
  text-align: center;
}

.videocast p {
  text-align: center;
  color: var(--bs-white);
  font-size: 1.125rem;
}

.videocast .card {
  background-color: transparent;
}

.videocast .carousel-videocast {
  margin-top: 2rem;
}

.videocast .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.videocast .btn-assistir-video {
  --bs-btn-color: var(--bs-terciary);
  max-width: 267px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 600px) {
  .videocast::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/56c118af-ba59-467b-9098-e7850c8bda0b.png");
    position: absolute;
    top: -240px;
    left: -50px;
    width: 409px;
    height: 460px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

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

  /* .videocast h3 {
    font-size: 1.438rem;
  } */
  .videocast h2 {
    margin-top: 3rem;
  }

  .videocast .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/bb4601ad-20f9-42cd-a869-d768e9a9c56a.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 10rem;
  }
}

/** Webserie **/

.webserie {
  z-index: 0;
}

.webserie h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.webserie h2.section-title span {
  color: var(--bs-primary-dark);
}

.webserie h3 {
  text-align: center;
}

.webserie p {
  text-align: center;
  color: var(--bs-white);
  font-size: 1.125rem;
}

.webserie .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.webserie .carousel-webserie-delas {
  margin-top: 2rem;
}

.webserie .carousel-webserie-delas p {
  margin-top: 1rem;
  max-width: 100%;
  padding: 0 1rem;
  font-size: 1.08rem;
}

.webserie .btn-play {
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-quaternary);
  --bs-btn-hover-border-color: var(--bs-quaternary);


  font-size: 1.2rem;
  max-width: 267px;
  margin: 0 auto;
  display: block;
}



@media screen and (min-width: 600px) {
  .webserie::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/67864b20-83c4-4041-a548-026df44c4865.png");
    position: absolute;
    top: -240px;
    right: 0;
    width: 496px;
    height: 460px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 600px) {
  .webserie .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/46087db7-1d67-4216-a783-35cb6f1d958d.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 0rem;
  }
}

/** Programa de TV **/
.programa-de-tv {
  z-index: 0;
}

.programa-de-tv h2 {
  margin-bottom: 2rem;
}

.programa-de-tv h2.section-title span {
  max-width: 170px;
  display: flex;
}

.programa-de-tv h2.section-title span i {
  width: 40px;
  top: 5px
}

.programa-de-tv h2.section-title span strong {
  font-weight: 700;
  text-align: left;
}

.programa-de-tv h3 {
  color: var(--bs-quaternary);
  line-height: 1.1;
}

.programa-de-tv p {
  color: var(--bs-white);
  font-size: 1.125rem;
}

.programa-de-tv .btn-assista-agora {
  --bs-btn-hover-bg: var(--bs-secondary);
}

@media screen and (min-width: 600px) {
  .programa-de-tv h2 {
    margin-top: 2rem;
  }

  .programa-de-tv h3 {
    max-width: 346px;
  }

  .programa-de-tv p {
    max-width: 503px;
  }

  .programa-de-tv .btn-assista-agora {
    margin-bottom: 4rem;
  }

  .programa-de-tv .content-image {
    position: relative;
  }

  .programa-de-tv .programa-tv-img {
    position: absolute;
    top: -2rem;
    right: -160px;
    width: 728px;
    max-width: 836px
  }
}

@media screen and (max-width: 600px) {
  .programa-de-tv h2.section-title span {
    margin: 0 auto
  }

  .programa-de-tv h3 {
    text-align: center;
    max-width: 340px;
    margin: 0 auto 1rem;
  }

  .programa-de-tv p {
    max-width: 360px;
    text-align: center;
    margin: 0 auto 1rem;
  }

  .programa-de-tv .btn-assista-agora {
    margin: 0 auto 1rem;
    display: block;
    max-width: 212px;
  }

  .programa-de-tv .programa-tv-img,
  .programa-de-tv .programa-tv-img img {
    width: 100%;
  }
}

/** Rede de negocios **/
.rede-de-negocios {
  z-index: 0;
}

.rede-de-negocios h2 {
  margin-bottom: 2rem;
}

.rede-de-negocios h2.section-title span {
  color: var(--bs-primary-dark);
  max-width: 170px;
  display: flex;
}

.rede-de-negocios h2.section-title span i {
  width: 40px;
  top: 5px
}

.rede-de-negocios h2.section-title span strong {
  font-weight: 700;
  text-align: left;
}

.rede-de-negocios p {
  color: var(--bs-white);
  font-size: 1.125rem;
}

.rede-de-negocios p strong {
  font-weight: 700;
}

.rede-de-negocios .btn-faca-parte {
  max-width: 266px;
  display: block;
}

@media screen and (min-width: 600px) {
  .rede-de-negocios h2 {
    margin-top: 4rem;
    display: flex;
    justify-content: right;
  }

  .rede-de-negocios p {
    max-width: 497px;
    text-align: right;
    display: block;
    float: right;
    clear: right;
  }

  .rede-de-negocios .row {
    flex-direction: row-reverse;
  }

  .rede-de-negocios .btn-faca-parte {
    margin-bottom: 2rem;
    float: right;
    width: 320px;
  }

  .rede-de-negocios .content-image {
    position: relative;
  }

  .rede-de-negocios .rede-de-negocios-img {
    position: absolute;
    top: -2rem;
    right: -100px;
    width: 651px;
    max-width: 771px;
  }
}

@media screen and (max-width: 600px) {
  .rede-de-negocios h2.section-title span {
    margin: 0 auto
  }

  .rede-de-negocios p {
    max-width: 360px;
    text-align: center;
    margin: 0 auto 1rem;
  }

  .rede-de-negocios .btn-faca-parte {
    margin: 0 auto 1rem;
    display: block;
    max-width: 212px;
  }

  .rede-de-negocios .rede-de-negocios-img,
  .rede-de-negocios .rede-de-negocios-img img {
    width: 100%;
  }
}

/** Inteligencia de Mercado **/

.inteligencia-de-mercado {
  z-index: 0;
}

.inteligencia-de-mercado h2 {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.inteligencia-de-mercado h2.section-title span {
  color: var(--bs-primary-dark);
  max-width: 200px;
  display: flex;
  line-height: 1.1;
  padding-top: 0.575rem;
}

.inteligencia-de-mercado h2.section-title span i {
  width: 60px;
  top: 3px
}

.inteligencia-de-mercado h2.section-title span strong {
  font-weight: 700;
  text-align: left;
}

.inteligencia-de-mercado p {
  color: var(--bs-white);
  font-size: 1.125rem;
  text-align: center;
}

.inteligencia-de-mercado p strong {
  font-weight: 700;
}

.inteligencia-de-mercado .card {
  background-color: transparent;
}

.inteligencia-de-mercado .card-title {
  color: var(--bs-white);
  font-size: 1.563rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}

.inteligencia-de-mercado .btn-acesse-aqui {
  --bs-btn-hover-bg: var(--bs-terciary);
  --bs-btn-hover-border-color: var(--bs-terciary);

  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 600px) {
  .inteligencia-de-mercado .col {
    width: 85%;
  }

  .inteligencia-de-mercado .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c581f22b-7841-4cfd-bae6-ad4da20c7408.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 12rem;
  }
}

@media screen and (min-width: 600px) {
  .inteligencia-de-mercado .card {
    max-width: 283px;
  }

  .inteligencia-de-mercado .card img {
    height: 280px;
    display: inline-block;
  }

  .inteligencia-de-mercado::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/b47e2c1e-d4dd-41e2-a61a-1f8a0283ead7.png");
    width: 238px;
    height: 460px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2rem;
  }
}

/** Sobre  **/
.sobre {
  z-index: 0;
}

.sobre h2 {
  text-align: center;
  color: var(--bs-secondary);
  line-height: 1.1;
}

.sobre p {
  color: var(--bs-white);
  font-size: 1.125rem;
  text-align: center;
}

.sobre .card {
  background-color: transparent;
}

.sobre .card-title {
  font-size: 1.313rem;
  text-align: center;
  font-weight: 700;
  color: var(--bs-white);
}

.sobre .card .card-text {
  line-height: 1.1;
  font-size: 1.1rem;
  margin: 0;
}
/* .sobre .card .card-text.descricao-cargo {
  font-size: 1rem;
} */
.sobre .card-body {
  padding: 0;
  margin-top: 1rem;
}

.sobre .card .btn-saiba-mais {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.sobre .btn-conheca {
  margin-top: 3rem;
  width: 100%;
}
.modal-embaixadora-delas .modal-header .btn-close{
  background-image: none;
  background-color: var(--bs-secondary);
  opacity: 1;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
  right: 1rem;
  line-height: 1;
}
.modal-embaixadora-delas .modal-header .btn-close i{
  color: var(--bs-white);
}
.modal-embaixadora-delas h4{
  font-size: 2rem;
  font-weight: 700;  
  color: var(--bs-secondary);
  line-height: 1.1;
}
.modal-embaixadora-delas p{
  color: var(--bs-white);
  font-size: 1.125rem;
  margin: 0;
}
.modal-embaixadora-delas .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--bs-secondary);
}
.modal-embaixadora-delas #modalDescricaoCompleta{
  margin-top: 1rem;
}
.modal-embaixadora-delas #modalDescricaoCompleta h5{
  font-weight: 700;  
  color: var(--bs-white);
  font-size: 1.25rem;
}
.modal-embaixadora-delas #modalDescricao p{
  font-size: 1rem;
  line-height: 1.3;
}
.modal-embaixadora-delas .modal-body figure {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .sobre::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7a5506f6-1b0a-493e-81bf-e510312bf88c.png");
    width: 344px;
    height: 230px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }

  .sobre::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6e598f11-6716-4612-b827-1b1202e6aa22.png");
    width: 261px;
    height: 230px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .sobre .card-body {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .sobre .card-body .descricao-embaixadora {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    margin-bottom: 1rem;
  }  

  .modal-embaixadora-delas .modal-header {
    border-bottom-color: var(--bs-secondary);
  }

  .modal-embaixadora-delas .modal-content::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6e598f11-6716-4612-b827-1b1202e6aa22.png");
    width: 211px;
    height: 160px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
  }  
}

@media screen and (max-width: 600px) {
  .sobre h2{
    font-size: 1.875rem;
  }
  .sobre .card-title {
    margin-bottom: 0;
  }

  .sobre .card .btn-saiba-mais {
    margin-top: 1rem;
  }

  .sobre .btn-conheca {
    margin-top: 5rem;
  }

  .sobre .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/77159bcc-0062-47ff-bfed-203994cc15e3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 12rem;
  }
  .modal-embaixadora-delas h4,
  .modal-embaixadora-delas #modalDescricaoCompleta h5,
  .modal-embaixadora-delas p{
    text-align: center;
  }
  .modal-embaixadora-delas .modal-content::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7a5506f6-1b0a-493e-81bf-e510312bf88c.png");
    width: 270px;
    height: 190px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
   .modal-embaixadora-delas .modal-header{
    position: relative;
    z-index: 2;
   }
}

/** Fale Conosco **/
.fale-conosco{
  z-index: 0;
}
.fale-conosco h2{
  color: var(--bs-primary);
  text-align: center;
  line-height: 1.1;
}
.fale-conosco p{
  text-align: center;
  font-size: 1.125rem;
  color: var(--bs-terciary-darken);
}
.fale-conosco .btn-whatsapp{
  --bs-btn-bg: var(--bs-whatsapp-color);
  --bs-btn-border-color: var(--bs-whatsapp-color);
}
.fale-conosco .btn-whatsapp i{
  font-size: 1.5rem;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 600px) {
  .fale-conosco h2{
    font-size: 1.875rem;
  }
  .fale-conosco .btn-whatsapp{
    width: 100%;
    margin-bottom: 5rem;
  }
  .fale-conosco .container{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/05bd4583-e676-4d4b-b1da-4e7a182f2cf9.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
@media screen and (min-width: 600px) {
  .fale-conosco h2{
    margin-top: 2rem;
  }
  .fale-conosco .btn-whatsapp{
    max-width: 345px;
    display: block;
    margin: 0 auto 2rem;    
  }
  .fale-conosco::before{
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f5b7cb03-7e99-4022-882c-c721d726680c.png");
    width: 252px;
    height: 393px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/** Formulario **/
#form {
  z-index: 0;
}


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

#form .section-title {
  color: var(--bs-secondary);
  margin-top: 0rem;
  margin-bottom: 0.375rem;
  line-height: 1;
  text-align: center;
}

#form .section-title span:first-child {
  border-bottom: none;
}

#form .section-title span:nth-child(3),
#form .section-title span:nth-child(4) {
  border-top: none;
}

#form .list-vantagens {
  list-style: none;
  padding: 0;
  margin: 2rem auto 0;
  display: inline-block;
  width: 100%;
}



#form p {
  color: var(--bs-primary-dark);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
}

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

#form .list-vantagens li {
  display: flex;
  width: 100%;
  max-width: inherit;
  margin-bottom: 2rem;
  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;
  flex-direction: column;
}

#form .list-vantagens li p {
  font-weight: 400;
  padding-top: 0;
  color: var(--bs-primary);
  font-size: 1.313rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

#form .list-vantagens li h3 {
  font-size: 1.313rem;
  font-weight: 700;
  width: 100%;
  color: var(--bs-primary);
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  padding-bottom: 0.475rem;
}

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

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

#form .list-vantagens li .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: 1px solid var(--bs-bg-icon-page-list-form);
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.437rem;
  color: var(--bs-primary);
  font-weight: 700;
  text-align: center;
}

#form .list-vantagens li figure img {
  display: inline-block;
  padding: 0px;
}

/*

#form h3 {
  font-size: 1.563rem;
  font-weight: 400;
  color: var(--bs-primary);
  line-height: 1.1;
}

#form h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--bs-primary);
  line-height: 1.1;
} */

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

.form-label {
  display: none;
}

.form-control,
.form-select {
  height: 42px;
  margin-bottom: 0px;
  color: var(--bs-gray-dark);
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--bs-font-form-serif);
}

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

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

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

.formulario h2 {
  font-size: 1.3rem;
  font-family: var(--bs-font-form-tittle);
  font-weight: 700;
  color: var(--bs-white);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 1rem 0;
  line-height: 1.1;
  /* max-width: 290px; */
}

/*
.form::before {
    content: "";
    width: 270px;
    height: 94px;
    background-image: url("");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -48px;
}

.formulario h3 span {
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-top: 5px;
}

/*.formulario p{}*/
.bg-form {
  background-size: cover;
  background-attachment: scroll;
  background-repeat: repeat;
}

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

  .bg-form {
    background-image: url("");
    background-position: center top;
  }
}

@media screen and (min-width: 600px) {
  #form .section-title {
    max-width: 520px;
    display: block;
    margin: 0 auto;
  }

  #form .content {
    max-width: 490px;
    margin: 0 auto;
  } 

  .bg-form {
    background-image: url("");
    background-position: center bottom;
  }
  .formulario p.spam small{
    max-width: 320px;
    margin: 0 auto;
  }
  .form::before{
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/32b2a5c7-8c16-45cb-bc0a-e9f8e13b8d6d.png");
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 251px;
    height: 488px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .form::after{
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9f54b8ac-82cf-4947-93a8-8b4fb7b19193.png");
    position: absolute;
    top: 10rem;
    right: 0;
    width: 251px;
    height: 488px;
    background-size: cover;
    background-repeat: no-repeat;
  }
/* 
  #form .list-vantagens li:first-child p {
    max-width: 355px;
  }

  #form .list-vantagens li:nth-child(3) p {
    max-width: 366px;
  }

  #form .list-vantagens li:nth-child(4) p {
    max-width: 348px;
  }

  #form .list-vantagens li:nth-child(5) p {
    max-width: 302px;
  } */
}


.msgs-validacao {
  display: block;
}

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

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

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

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

input:focus {
  outline: none;
}

#feedbackNome,
#msgCelInvalido {
  display: none;
}

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

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

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

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

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

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

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

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

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

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/

/** Faq **/
.faq h2 {
  color: var(--bs-terciary);
  text-align: center;
}
.faq .section-header p {
    font-family: var(--bs-font-sub-title-pages);
    font-size: 1.563rem;
    color: var(--bs-primary);
    text-align: center;
    margin: 0;
    line-height: 1.2;
}
.faq .accordion {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.faq .accordion li {
  margin: 1rem 0;
  border: 1px solid var(--bs-terciary);
  padding: 1rem 1rem;
  border-radius: 5px;
}

.faq .accordion .header {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  background: transparent;
  color: var(--bs-terciary);
  text-decoration: none;
  padding: 0;
  border-radius: 0.15em;
  font-size: 1.2rem;  
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding-right: 30px;
}

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

.faq .accordion .header:hover::after {
  box-shadow: 2px -2px 0 1px var(--bs-terciary-dark) inset;
  transform: rotate(-133deg);
}

.faq .accordion .header.open::after {
  content: '';
  transform: rotate(135deg);
  box-shadow: 2px -2px 0 1px var(--bs-terciary) inset;
  top: 5px;
}

.faq .accordion .header:hover {
  color: var(--bs-terciary-dark);
}

.faq .accordion .inner {
  overflow: hidden;
  transition: all 0.3s ease;
  transform-origin: top;
  max-height: 0;
  opacity: 0;
  margin-top: 0rem;
}
.faq .accordion .inner p{
  color: var(--bs-terciary);
  font-size: 1.125rem;
  margin: 0;
}
.faq .accordion .inner.show {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
  margin-top: 1rem;
}

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

@media screen and (min-width: 600px) {
  
}
@media screen and (max-width: 600px) { 
  .faq h2{
    padding-top: 0rem;
    font-size: 2rem;
  }
  .faq .section-header p {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .faq .accordion .header{
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .faq .accordion .inner p{
    font-size: 1.125rem;
  }
}
/* 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;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

.footer.tp .social-list li a i {
  color: var(--bs-terciary);
}

.social-list li a i.telegram {
  font-size: 1.2rem;
  text-indent: -4px;
}

.social-network {
  margin: 2rem 0;
}

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

.social-network ul li {
  margin: 0 5px;
  padding: 0;
  text-decoration: none;
  list-style: none;

}

.social-network ul li a {
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: var(--bs-terciary);
  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-white);
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}

/*** Ebook ***/
.ebook {
  z-index: 0;
}

.ebook h2 {
  color: var(--bs-white);
  font-size: 1.746rem;
  margin-bottom: 1rem;
}

.ebook p {
  color: var(--bs-white);
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}

.ebook .link-img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ebook .link-img img {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .ebook .content-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    left: -40px;
  }

  .ebook .btn {
    max-width: 312px;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .ebook .row {
    flex-direction: column-reverse;
  }

  .ebook h2 {
    font-size: 1.488rem;
  }

  .ebook p {
    font-size: 1.172rem;
  }
}

/*** Links Úteis  ***/
.links-uteis {
  z-index: 0;
}

.links-uteis h2 {
  font-size: 1.563rem;
  color: var(--bs-white);
  text-align: center;
  margin-bottom: 1.5rem;
}

.links-uteis ul {
  margin: 0;
  padding: 0;
}

.links-uteis ul li {
  text-align: center;
  list-style: none;
}

.links-uteis ul li a::before {
  content: "";
  position: absolute;
  background-color: var(--bs-terciary);
  width: 6px;
  height: 6px;
  left: 0rem;
  top: 0.5rem;
  border-radius: 50px;
}

.links-uteis ul li a {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bs-terciary);
  position: relative;
  z-index: 0;
  padding-left: 1rem;
  text-decoration: underline;
}

.links-uteis ul li a:hover {
  color: var(--bs-white)
}

.links-uteis hr {
  border-top-color: var(--bs-terciary);
  opacity: 0.5;
  border-width: 2px;
}

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

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

/*** Compartilhe **/
#compartilhar {
  z-index: 0;
}

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block; 
  color: var(--bs-white);
}

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


@media screen and (min-width: 600px) {
  .compartilhar::after {
    content: "";
    width: 221px;
    height: 180px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6e598f11-6716-4612-b827-1b1202e6aa22.png");
  }
  .compartilhar::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7a5506f6-1b0a-493e-81bf-e510312bf88c.png");
    width: 284px;
    height: 200px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
}

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

  /* .compartilhar::after {
    content: "";
    width: 411px;
    height: 89px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: -20px;
    background-image: url("");
  } */
  #compartilhar h2 strong {
    /* display: inline-block;
    width: 100%; */
  }

  .mobile {
    display: none;
  }

  .formulario h2 {
    max-width: inherit;   
    font-size: 1.2rem;
  }

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

  .baixar-ebook h2,

  
  
  h2 {
    font-size: 1.5rem;
  }

  /*
  .bg-repeat {
    background-position: right;
  }
   */
  .header {
    padding-bottom: 0rem;
  }


  .header.tp h1,
  .header h1 {
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .header h1 img {
    width: 100%;
  }

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

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

  .header h1 span {
    margin: 0 auto 1rem;
    max-width: 282px;
  }

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

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


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

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

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

  .header.tp p {
    max-width: inherit;
    font-size: 1.188rem;
  }

  .header.tp p:last-child {
    margin-bottom: 0;
  }

  .header.tp .btn,
  .header.lp .btn {
    margin: 0 auto;
  }


  .compartilhar::before,

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



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



  #compartilhar h2 {
    
    max-width: inherit;
  }

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


  /*
  #form .container>.row {
    flex-direction: column-reverse;
  } */

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

  .formulario {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }

  #form .section-title {
    margin: 0;
    max-width: inherit;
    line-height: 1.1;
    width: 100%;
    text-align: center;
     font-size: 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 {
    width: 100%;
    padding-left: 0;
    display: inline-block;
    padding-right: 0;
  }


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

  #form .list-vantagens li {
    padding-left: 0;
  }

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

  #form .list-vantagens li .icon {
    position: relative;
    margin: 0 auto 1rem;
    width: calc(var(--bs-size-width-image-icon) + 23px);

  }


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

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

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

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

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

  .formulario .btn {
    white-space: inherit;
  }
  .compartilhar .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/77159bcc-0062-47ff-bfed-203994cc15e3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 0rem;
  }
  #compartilhar {
    padding-bottom: 0rem;
  }
}