@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://base-estatico.sebrae.com.br/fonts/campuni/web-font.css');


:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: "Figtree", sans-serif;
  --bs-font-sebrae: "Campuni";
  --bs-font-footer: "Almarai", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-font-sub-title-pages: "Exo 2", sans-serif;
  --bs-btn-font-special: var(--bs-font-sub-title-pages);
  --bs-font-form-serif: "Inter", sans-serif;
  /*Select e input*/
  --bs-font-form-title: var(--bs-font-sub-title-pages);
  /*titulo form*/
  --bs-body-font-size: 1.063rem;
  --bs-body-font-weight: 400;
  --bs-primary: #C6168D;
  --bs-primary-dark: #A51F8A;
  --bs-primary-light: #;
  --bs-secondary: var(--bs-white);
  --bs-terciary: var(--bs-black);
  --bs-quaternary: #;
  --bs-trasparent: transparent;
  /** cor especial **/


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



  /* Seção Testemunho  */

  --bs-thunb-image-card-size-width-icon: 160px;
  --bs-thunb-image-card-size-height-icon: 160px;
}

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

.btn {
  font-family: var(--bs-btn-font-special);
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  border-radius: 40px;
  text-transform: inherit;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  border-width: 2px;
  /* --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-trasparent);
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 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-terciary);
  --bs-btn-bg: var(--bs-trasparent);
  --bs-btn-border-color: var(--bs-terciary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-btn-bg);
  --bs-btn-active-border-color: var(--bs-btn-border-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}

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

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


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

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

h2 span strong {
  font-weight: 700;
}

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

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

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

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

.img-header {
  width: 100%;
}



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

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

.bg-gradient-lilac-to-rose {
  background: #642C8A;
  background: -webkit-linear-gradient(85deg, rgba(100, 44, 138, 1) 0%, rgba(191, 25, 138, 1) 100%);
  background: -moz-linear-gradient(85deg, rgba(100, 44, 138, 1) 0%, rgba(191, 25, 138, 1) 100%);
  background: linear-gradient(85deg, rgba(100, 44, 138, 1) 0%, rgba(191, 25, 138, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#642C8A",
      endColorstr="#BF198A",
      GradientType=0);

}

@media screen and (max-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/3d8c5a30-1c9d-4567-af01-f16e48036bbd.png");
  }

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

  .bg-main-gradient {
    background: #F1E588;
    background: -webkit-linear-gradient(0deg, rgba(241, 229, 136, 1) 0%, rgba(197, 39, 184, 1) 61%);
    background: -moz-linear-gradient(0deg, rgba(241, 229, 136, 1) 0%, rgba(197, 39, 184, 1) 61%);
    background: linear-gradient(0deg, rgba(241, 229, 136, 1) 0%, rgba(197, 39, 184, 1) 61%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F1E588", endColorstr="#C527B8", GradientType=0);
  }
}

@media screen and (min-width: 600px) {
  .bg-header {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7f06a763-116e-48cb-90da-0feb4f8a60de.png");
  }

  .header::before {
    content: "";
    width: 122px;
    height: 661px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0px;
    bottom: -15px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ddce8e3e-eb8d-4549-b759-eaf801bc951e.png");
  }

  .header::after {
    content: "";
    width: 223px;
    height: 5px;
    background-color: transparent;
    border-bottom: 5px dotted var(--bs-primary-light);
    position: absolute;
    bottom: 30px;
    left: 300px;
  }

  .bg-header .bg-repeat {
    background-size: contain;
    background-position: left top;
    background-repeat: repeat-x;
  }



}


/** header **/


.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: 150px;
  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-primary);
}

/*
.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-size: 2.298rem;
  width: 100%;
  display: inline-block;
  margin: 0;
  line-height: 1;
}

/* 
.header h2 strong {
  font-size: 3.25rem;
  line-height: 1;
} */

.header h2 img {
  width: 100%;
}

.header h2 span {
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
  background-color: transparent;
  max-width: 327px;
  padding: 0px 0px;
  height: auto;
}


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

.header h3 {
  margin-bottom: 2rem;
  line-height: 1;
}

.header h4 {
  font-family: var(--bs-font-sebrae);
  font-size: 1.813rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-top: 1rem;
}

.header .content {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0rem;
}

/* 
.header .content p,
.header .content p strong {
  font-family: var(--bs-font-sebrae);
  font-size: 1.292rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin: 0;

}

.header .content p strong {
  width: 100%;
  display: inline-block;
} */

.header p {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--bs-secondary);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0rem;
  margin-top: 0rem;
  width: 100%;
  display: inline-block;
}

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

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

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


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


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

}

.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: block;
    margin: 0rem auto;
    max-width: 90%;
  }

  .header.tp .hero-img {
    margin-bottom: 12rem;
    max-width: 330px;
    margin-top: 1rem;
  }

  .header h3 {
    font-size: 2.188rem;
    text-align: left;
    margin: 1rem 0;
    max-width: 353px;
  }

}

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

  /* .header h2 {
    max-width: 600px;
  } 

  .header.lp p {
    max-width: 520px;
  }
  */
  .header.tp p {
    margin-top: 0rem;
    max-width: 420px;
    line-height: 1.3;
  }

  .header.lp .hero-content-wrapper,
  .header.tp .hero-content-wrapper {
    min-height: 650px;
    padding-top: 6rem;
    padding-bottom: 0rem;
    justify-content: flex-start;
  }




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

  .header.lp h3 {
    max-width: 600px;
  }

  .header.tp h3 {
    max-width: 470px;
  }

  .header.lp p span {
    width: 100%;
    display: inline-block;
  }

  /* .header h4 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 1rem;
  } */

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

  .header.tp .content-image {
    position: relative;
  }

  .header.tp .hero-img {
    width: 550px;
    position: absolute;
    top: 6rem;
    right: -70px;
    z-index: 2;
  }

  /* .header.tp .hero-img {
    width: 42%;
    top: 0rem;
  } */

  .header .content-text {
    position: relative;
  }

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

/** Formulario **/
#form {
  z-index: 0
}


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

#form .section-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1;
  max-width: 540px;
  color: var(--bs-terciary);
}

#form .section-title strong {
  font-size: 3.125rem;
}

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



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

.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 {
  padding-top: 0;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  font-size: 1.063rem;
  height: var(--bs-size-height-image-icon);
  display: flex;
  align-items: center;
}

#form .list-vantagens li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  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;
}


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

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

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

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

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

.form-label {
  display: none;
}

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

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

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

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

.formulario h2 {
  font-size: 1.438rem;
  font-family: var(--bs-font-form-title);
  font-weight: 700;
  color: var(--bs-secondary);
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  line-height: 1.1;
  max-width: 270px;
}


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

/*.formulario p{}*/

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

  #form .section-title,
  #form .section-title strong {
    font-size: 2.188rem;
  }

  .bg-form {
    background-color: var(--bs-white);
  }

  .form .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0267346f-2fcd-4224-8196-44bbdc123d4e.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
  }
}

@media screen and (min-width: 600px) {
  .bg-form {
    background-color: var(--bs-white);
  }

  #form .list-vantagens {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5rem;
  }

  #form .list-vantagens li:nth-child(odd) {
    width: 55%;
  }

  #form .list-vantagens li:nth-child(odd) p {
    padding-right: 1rem;
  }

  #form .list-vantagens li:nth-child(even) {
    width: 45%;
  }

  .form::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/18ae7c1d-1fa4-468f-b17d-cb089100a45e.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: 0rem;
    width: 302px;
    height: 134px;
  }

  .form::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d52b5af8-bd8b-4453-9a7c-7b77ed685383.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: 5rem;
    width: 136px;
    height: 521px;
  }
}


.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.8rem;
  padding: 0;
  color: var(--bs-secondary);
}

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

.valid {
  border-color: green;
}

.invalid {
  border-color: red;
}

/** Formulario - Fim **/
/** Video **/
.video {
  z-index: 0;
}

.video h2 {
  text-align: center;
  line-height: 1.1;
}

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

.video .video-block {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .video::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/455d2aac-6dca-4ed2-819f-8dc3c9e48ac9.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: -2px;
    width: 261px;
    height: 203px;
  }

  .video::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/184cc4a4-9481-4c0f-99e2-8c4159138bd4.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: -2px;
    width: 279px;
    height: 203px;
  }
}

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

  .video p {
    font-size: 1.188rem;
  }

  .video .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/449c988d-5247-4c6b-afec-24b659f54429.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom;
  }

  .video .btn {
    margin-bottom: 6rem;
  }
}

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

.sobre .description {
  /* min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2; */
}

.sobre h2 {
  line-height: 1.1;
  margin-bottom: 1rem;
}

.sobre h2 strong {
  max-width: inherit;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sobre p {
  font-size: 1.3rem;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: var(--bs-white);
}

.sobre ul {
  list-style: disc;
  margin: 0;
  color: var(--bs-white);
}

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

.sobre h3 {
  font-family: var(--bs-font-sans-serif);
  color: var(--bs-secondary);
  font-weight: 700;
  font-size: 1.375rem;
}

.bg-sobre {
  background-color: var(--bs-terciary);
}

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

  .sobre .sobre-img {
    margin-top: 0.5rem;
    position: relative;
    padding: 0rem;
    width: 100%;
    display: block;
  }


  .sobre h2 {
    font-size: 1.558rem;
  }


}

@media screen and (min-width: 600px) {
  .sobre h2 {
    max-width: 412px;
  }

  /* .sobre p {
    max-width: 492px;
  } */

  .sobre .btn-sobre {
    max-width: 265px;
    position: absolute;
    left: 50%;
    bottom: 10rem;
    margin-left: 1rem;
  }

  .sobre .content {
    position: relative;
  }

  .sobre .description {
    min-height: 606px;
    padding-left: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 9rem;
  }

  .bg-sobre {}

  .sobre .sobre-img {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0rem;
    display: inline-block;
    padding: 2rem;
  }

  .sobre .sobre-img img {
    width: 100%;
  }

  .sobre .aling-buttons {
    position: relative;
    width: 100%;
  }

  .sobre p strong {
    max-width: 450px;
    display: inline-block;
  }

  .sobre h3 {
    max-width: 443px;
    margin-bottom: 1rem;
  }

  .sobre::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1205fb68-f7b5-484f-862e-52a2afa4196e.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 139px;
    height: 434px;
    z-index: 1;
    left: 0;
    bottom: -6px;
  }

  .sobre::before {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/5a1683b9-3f0d-434d-9d45-eefb283e07fd.png");
    content: "";
    width: 136px;
    height: 266px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    top: 6rem;
  }
}

/** Testemunhos **/
.testemunhos {
  z-index: 0;
}

.testemunhos h2 {
  line-height: 1.1;
  margin-bottom: 2rem;
  color: var(--bs-terciary);
  text-align: center;
}

.testemunhos h3 {
  line-height: 1.1;
  margin-bottom: 1rem;
  color: var(--bs-terciary);
  text-align: center;
  font-size: 1.875rem;
}

.testemunhos .card p {
  color: var(--bs-white);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.testemunhos .card .card-title {
  color: var(--bs-white);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.testemunhos .card .card-title strong {
  font-weight: 700;
  text-transform: uppercase;
}
.testemunhos .col {
  padding-top: calc(var(--bs-thunb-image-card-size-width-icon) / 2);
}

.testemunhos .card {
  padding-top: calc(var(--bs-thunb-image-card-size-width-icon) / 2);
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.testemunhos .card-img-top {
  width: var(--bs-thunb-image-card-size-width-icon);
  height: var(--bs-thunb-image-card-size-height-icon);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(var(--bs-thunb-image-card-size-width-icon) / -2);
}



@media screen and (min-width: 600px) {  
  .testemunhos .col:nth-child(1) .card,
  .testemunhos .col:nth-child(4) .card{
    background-color: var(--bs-primary-dark);
  }
  .testemunhos .col:nth-child(2) .card,
  .testemunhos .col:nth-child(3) .card{
    background-color: var(--bs-terciary);
  }
  .testemunhos .card p,
  .testemunhos .card .card-title {
    text-align: left;
  }

  .testemunhos .col {
    padding-top: 0;
    padding-left: calc(var(--bs-thunb-image-card-size-width-icon) / 2);
  }

  .testemunhos .card {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: calc(var(--bs-thunb-image-card-size-width-icon) / 2);
    padding-right: 0rem;
  }

  .testemunhos .card-body {
    display: flex;
    min-height: 343px;
    justify-content: center;
    flex-direction: column;
  }

  .testemunhos .card-img-top {
    margin: 0;
    top: calc(var(--bs-thunb-image-card-size-width-icon) / 2);
    left: calc(var(--bs-thunb-image-card-size-width-icon) / -2);
  }

  .testemunhos h3 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .testemunhos h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .testemunhos h3 {
    margin-top: 2rem;
    font-size: 1.375rem;
    margin-bottom: 0;
  }
  .testemunhos .col:nth-child(odd) .card {
    background-color: var(--bs-primary-dark);
  }

  .testemunhos .col:nth-child(even) .card {
    background-color: var(--bs-terciary);
  }
}

/** Exploire materiais do Moda Catarina **/
.materiais-moda-catarina{
  z-index: 0;
}
.materiais-moda-catarina .card{
  background-color: var(--bs-trasparent);
}
.materiais-moda-catarina .card .btn{
  width: 100%;
  display: inline-block;
  font-size: 1.1rem;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
.materiais-moda-catarina picture,
.materiais-moda-catarina picture img{
  width: 100%;
  display: block;
}
@media screen and (min-width: 600px) {
  .materiais-moda-catarina h2{
    font-size: 1.875rem;
  }
  .bg-gradient-texture-rose{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/64d5f37d-4b8f-4179-a6f3-9bd36cffa0c9.png");
  }
  .materiais-moda-catarina{
    padding: 2rem 0;
  }
  .materiais-moda-catarina .card{
    position: relative;
    z-index: 2;
  }
  .materiais-moda-catarina picture{
      width: 100%;
      max-width: 567px;
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0rem;
  }
}
@media screen and (max-width: 600px) {
   .materiais-moda-catarina h2{
    font-size: 2rem;
    text-align: center;
   }
   .bg-gradient-texture-rose{
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ab470c1e-57b7-4fa3-89b7-09355ca116d2.png");
   }
   .materiais-moda-catarina .card .btn{
    margin-bottom: 1.5rem;
   }
}

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

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

}

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

.social-network ul li a i {
  width: 100%;
  display: inline-block;
  height: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: var(--bs-white);
  font-size: 1.8rem;
  border-radius: 100%;
  pointer-events: auto;
  line-height: 30px;
}

/** Evento **/

.evento {}

.evento h2 {
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size: 2.188rem;
  text-align: center;
  line-height: 1;
  color: var(--bs-secondary);
  font-weight: 600;
}

.evento p {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}

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

.evento .btn {
  max-width: 320px;
  display: block;
  margin: 1rem auto;
}

.evento hr {
  border-width: 2px;
  border-color: var(--bs-secondary);
  opacity: 0.5;
  margin-top: 3rem;
}

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

.evento ul li {
  text-align: center;
}

.evento ul li a {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary);
  position: relative;
  z-index: 0;

}

.evento ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--bs-primary);
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
  border-radius: 10px;
}

.evento ul li a:hover {
  color: var(--bs-secondary);
}

.evento ul li a:hover::before {
  background: var(--bs-secondary);
}

@media screen and (min-width: 600px) {
  /* .evento p{
    max-width: 480px;
  } */
}

@media screen and (max-width: 600px) {
  .evento ul li a {
    font-size: 1.1rem;
  }
}

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

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;  
  max-width: 525px;
  color: var(--bs-terciary);  
}

#compartilhar h2 strong {
  font-weight: 700;
  color: var(--bs-terciary);
  font-size: 2.188rem;
}


@media screen and (min-width: 600px) {
  .tp .main {
    background: #1D66C3;
    background: -webkit-linear-gradient(85deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    background: -moz-linear-gradient(85deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    background: linear-gradient(85deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D66C3",
        endColorstr="#004AA8",
        GradientType=0);
  }

  .compartilhar::before {
    content: "";
    width: 136px;
    height: 521px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 30px;
    bottom: 0px;
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/d52b5af8-bd8b-4453-9a7c-7b77ed685383.png");
  }

  .compartilhar::after {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/18ae7c1d-1fa4-468f-b17d-cb089100a45e.png");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    bottom: 0rem;
    width: 302px;
    height: 134px;
  }
}

@media screen and (max-width: 600px) {
  .tp .main {
    background: #1D66C3;
    background: -webkit-linear-gradient(180deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    background: linear-gradient(180deg, rgba(29, 102, 195, 1) 0%, rgba(0, 74, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D66C3",
        endColorstr="#004AA8",
        GradientType=0);
  }

  .compartilhar .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0267346f-2fcd-4224-8196-44bbdc123d4e.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }

  .mobile {
    display: none;
  }

  .formulario h2 {
    /* max-width: inherit; */
  }

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

  /* #form .section-title,
  #form h2, */
  .evento h2 {
    font-size: 1.5rem
  }

  .sobre 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: 1rem 0;
  }

  .header h1 img {}

  .header .content {
    margin: 0;
    padding: 0;
    max-width: 390px;
  }

  /* 
  .header .content p,
  .header .content p strong {
    text-align: center;
  } */

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

  .header h2 span {
    margin: 0;
    display: block;
    max-width: 270px;
  }

  /* .header h2 span strong {
    font-size: 2.5rem;
  } */

  .header h1 span {
    margin: 0;
    max-width: 125px;
    display: block;
    text-align: left;
  }

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

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

  /* .header h2 strong {
    line-height: 1.2;
    font-size: 2.5rem;
    width: 100%;
    display: inline-block;
  } */

  /* .header h2 span strong {
    width: auto;
    font-size: 1.43rem;
  } */

  .header.tp h3 {
    max-width: 90%;
    margin: 1rem auto;
    font-size: 1.875rem;
  }

  .header p {
    font-size: 1.1rem;

  }

  .header h4 {
    text-align: center;
    font-size: 1.75rem;
  }

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

  .header.tp p {
    line-height: 1.2;
  }

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


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

  .sobre p {
    font-size: 1.188rem;
    text-align: center;
  }

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

  #sobre .btn {
    margin: 1rem auto 0;
  }

  #compartilhar h2,
  #compartilhar h2 strong {
    font-size: 1.5rem;
  }

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

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

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

  .formulario {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }

  #form .section-title {
    margin: 0 auto 1rem;
    text-align: center;
    font-size: 2rem;
    max-width: 350px;
  }

  #form p {
    font-size: 1.188rem;
    text-align: center;
  }

  #form h3 {
    /* text-align: center; */
    margin-bottom: 1rem;
  }

  /* 
  #form .list-vantagens li p,
  #form p {
    font-size: 1.2rem;
    text-align: center;
  } */

  #form .list-vantagens li p {
    padding-left: 0;
    width: 100%;
    font-size: 1.125rem;
    text-align: left;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

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

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

  #form .list-vantagens li .icon {
    /* width: var(--bs-size-width-image-icon) - 12px;
    height: var(--bs-size-height-image-icon) - 11px; */
    padding: 0px;
    /* position: relative; */
  }

  #form .list-vantagens li {
    padding-left: calc(var(--bs-size-width-image-icon) + 10px);
    height: calc(var(--bs-size-height-image-icon) - 11px);
    margin-bottom: 1rem;
    max-width: inherit;
  }


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

  .evento p {
    font-size: 1.1rem;

  }

  .evento ul li {
    text-align: left;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }

  /* 
  .evento hr {
    max-width: 90%;
  } */

  .sobre {}

  .sobre .description {
    min-height: inherit;
  }

  .sobre h2 {
    font-size: 2rem;
    text-align: center;
  }

  .sobre h2 span {
    display: inline-block;
    width: 100%;
  }

  .sobre h3 {
    font-size: 1.438rem;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
    /*font-weight: 500;
    /* text-shadow: 2px 2px 2px var(--bs-gray); */
  }




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

  .sobre p span::before,
  .sobre p span::after {
    display: none;
  }

  .sobre p span {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
  }

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


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

  .sobre .btn {
    margin: 0;
    max-width: 266px;
    display: block;
  }

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

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

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

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

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

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

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