@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=Passion+One:wght@400;700;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: "Passion One", sans-serif;
  --bs-btn-font-family: var(--bs-font-sub-title-pages);
  --bs-font-form-serif: "Inter", sans-serif;
  /*Select e input*/
  --bs-font-form-tittle: var(--bs-font-sans-serif);
  /*titulo form*/
  --bs-body-font-size: 1.063rem;
  --bs-body-font-weight: 400;
  --bs-primary: #1D3BB5;
  --bs-primary-dark: #0024A9;
  --bs-primary-darken: #1c39b1;
  /** bg color oportunidades **/
  --bs-primary-light: #1BD5F8;
  --bs-primary-light-2: #0099B7;
  --bs-primary-lighter: #13B6D4;
  --bs-secondary: #E2DC2C;
  --bs-secondary-light: #E5E02F;
  --bs-secondary-dark: #F4BC08;
  --bs-terciary: #D116C5;
  --bs-terciary-light: #D016C5;
  --bs-terciary-dark: #D235AF;
  --bs-quaternary: #E37374;
  --bs-quaternary-dark: #CF5B5E;


  /** cor especial **/


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


}

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

section {
  border: none;
}

.btn {
  --bs-btn-font-family: var(--bs-font-sub-title-pages);

  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  border-radius: 40px;
  line-height: 1;
  padding-right: 2.3rem;
  padding-left: 2.3rem;
  text-transform: uppercase;
  /* --bs-btn-padding-x: 0.85rem;
    --bs-btn-padding-y: 0.575rem; */
}

.btn:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

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

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

/*
.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: 4.375rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--bs-white);
}


h3 {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  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-repeat {
  /* background-size: cover;
  background-position: center top; */
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.bg-yellow {
  background-color: var(--bs-secondary-dark);
}

@media screen and (max-width: 600px) {
  .bg-header.lp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/ce2e1906-30ce-464a-98f2-4d599838241f.png");
    background-position: center top;
  }

  .bg-header.tp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/c7319940-0f2e-452a-a650-5b55e1a1d2ee.png");
    background-position: center;
  }

  /* .bg-main-gradient {
     background-image: url("");
     background-position: center bottom;
     background-size: cover;
     background-attachment: scroll;
     background-repeat: repeat;  
  } */
  .main.tp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/82a24161-507c-4e80-9181-690fffe5373d.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 600px) {
  .bg-header.lp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/6b3f012d-0beb-4ec7-b183-ecd4c2955d07.png");
  }

  .bg-header.tp {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/dd6d5592-55c9-413f-b0da-65e27c1314ac.png");
  }

  .header::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/2fdfdcba-9ae7-464f-a344-ca369d356732.png");
    background-size: contain;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    min-height: 188px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
  }

  /* 
  .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-image: url("");
     background-position: center bottom;
     background-size: cover;
     background-attachment: scroll;
     background-repeat: repeat;   */
  }

  .main.tp::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/fdc17d59-3c30-4ce4-8dbe-36a66f1630ad.png");
    background-size: contain;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    min-height: 115px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
  }
}


/** 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: 350px;
  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-size: 5.4rem;
  margin-bottom: 1rem;
  line-height: 66px;
  width: 100%;
  display: block;
  margin-top: 0;
}

.header.lp h2 {
  color: var(--bs-secondary);
}

.header.tp h2 {
  color: var(--bs-primary-light);
}

.header h2 img {
  width: 100%;
}

.header h2 span {
  max-width: inherit;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.323rem;
  font-weight: 400;
  color: var(--bs-white);
  line-height: 1;
}

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

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

.header h3 strong {
  color: var(--bs-secondary-dark);
  font-style: normal;
  text-decoration: underline;
}

.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: 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 .data-evento {
  border: 1px solid var(--bs-secondary);
  max-width: 377px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .data-evento span,
.header .data-evento strong {
  font-family: var(--bs-font-sub-title-pages);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase
}

.header .data-evento span {
  font-size: 3rem;
  color: var(--bs-secondary);
  line-height: 40px;
  width: 50%;
  text-align: center;
}

.header .data-evento strong {
  background-color: var(--bs-secondary);
  display: flex;
  font-size: 1.684rem;
  width: 60%;
  line-height: 25px;
  text-align: center;
  min-height: 100px;
  justify-content: center;
  align-items: center;
}

.header.lp .data-evento strong {
  color: var(--bs-quaternary-dark);
}

.header.tp .data-evento strong {
  color: var(--bs-primary-light-2);
}

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


.header.lp .btn {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-bg: var(--bs-terciary);
  --bs-btn-border-color: var(--bs-terciary);

  max-width: 380px;
  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: 285px;
  }

  .header .data-evento {
    max-width: 317.72px;
    margin: 0 auto;
  }

  .header .data-evento span {
    font-size: 2.528rem;
  }

  .header .data-evento strong {
    font-size: 1.419rem;
  }
  .header.tp .data-evento strong{
    color: var(--bs-primary);
  }
  .header.lp .data-evento strong {
    color: var(--bs-primary);
    line-height: 20px;
  }

  .header::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/67f33849-ea1c-4483-9c30-09de05d6e142.png");
    background-size: contain;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    min-height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
  }
}

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

  .header.lp p {
    max-width: 504px;
  }

  .header.tp p {
    margin-top: 0rem;
    line-height: 1.3;    
    max-width: 449px;
  }

  .header.tp p:last-child {
    width: 550px;
  }

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



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


  .header.lp h2 {
    margin: 5.5rem 0 1rem;
    width: 618px;
    position: relative;
  }

  .header.tp h2 {
    width: 568px;
    position: relative;
    margin: 2.5rem 0 0rem;
    line-height: 80px;
  }

  .header h3 {
    max-width: 367px;
  }

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

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

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

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

  .header .data-evento {}

  .header .area-header-evento {
    display: flex;
    width: 720px;
    justify-content: space-between;
    align-items: center;
  }

  .header.lp .hero-img {
    width: 100%;
    bottom: 2rem;
    max-width: 544px;
    right: -6rem;
  }

  .header.tp .hero-img {
    /* width: 100%; */
    bottom: 2rem;
    max-width: 439px;
    right: -8rem;

  }

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

  .header .hero-content-wrapper {
    z-index: 3;
  }
}

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

/** Lista de Cidades **/
/* .lista-cidades {
  z-index: 0;
} */

.lista-cidades h2 {
  line-height: 58px;
  color: var(--bs-primary-dark);
}

.lista-cidades .box-cidades .card {
  background-color: var(--bs-terciary);
  width: 100%;
}

.lista-cidades .box-cidades .card .btn-programacao {

  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);

  max-width: 314px;
  margin: 1rem auto 0;
  display: block;
}

.lista-cidades p {
  font-size: 1.2rem;
}

.lista-cidades .fstdropdown>.fstselected {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.188rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--bs-terciary);
  text-align: center;
}

.lista-cidades .fstdropdown {
  border-radius: 30px;
}
.lista-cidades .fstlist>div{
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--bs-primary-dark);
  text-transform: uppercase;
  text-align: center;
}
.lista-cidades .fstlist>div:hover{
  background-color: var(--bs-primary-dark);
  color: var(--bs-white);
}
/** Modal cidades***/
.modal-cidades .modal-content {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-cidades .card-custom {
  width: 100%;
}

.modal-cidades .modal-header {
  padding: 0 1rem;
}

.modal-cidades .map-section {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 350px;
  height: 100%;
}

.modal-cidades .map-section iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

.modal-cidades .contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-cidades .contact-info-item i {
  color: var(--bs-primary);
  font-size: 1.25rem;
  margin-right: 1rem;
  width: 25px;
  text-align: center;
}

.modal .modal-title {
  color: var(--bs-primary);
  font-family: var(--bs-font-sub-title-pages);
  font-size: 1.875rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.modal-cidades .nav-tabs .nav-item.show .nav-link, 
.modal-cidades .nav-tabs .nav-link.active{
  color: var(--bs-primary);
}

.modal-cidades .nav-tabs .nav-link{
  color: var(--bs-gray-dark);
}
/* .modal h2{
  color: var(--bs-primary);
} */
.modal-cidades .contact-info-item p {
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--bs-gray-dark);
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
  background-color: var(--bs-primary);
}

.modal-cidades .content p{
  color: var(--bs-gray-dark);
  margin-bottom: 1.5rem;
}

.modal-cidades .lista-unidade{
  margin: 0;
  padding: 0;
  list-style: none;
  border: 2px solid var(--bs-gray);
}
.modal-cidades .lista-unidade li{
  min-height: 30px;
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  z-index: 0;
}
.modal-cidades .lista-unidade li i{
  font-size: 1.5rem;
  background-color: var(--bs-gray);
  color: var(--bs-gray-dark);
  padding: 6px;
  width: 40px;
  text-align: center;
}
.modal-cidades .lista-unidade li a{
  color: var(--bs-primary);
  text-decoration: none;
}
.modal-cidades .lista-unidade li a:hover{
  text-decoration: underline;
}
.modal-cidades .lista-unidade li i.fa-arrow-up-right-from-square{
  color: var(--bs-primary);
  font-size: 1rem;
  background-color: transparent;
}
.modal-cidades .lista-unidade li.whatsapp i,
.modal-cidades .lista-unidade li.whatsapp a:hover{
  color:var(--bs-success)
}
.modal-cidades .lista-unidade li strong{
  font-weight: 700;
}
.modal-cidades .lista-unidade li:nth-child(even){
  background-color: var(--bs-gray);
}
.modal-cidades .lista-unidade li.endereco-item ,
.modal-cidades .lista-unidade li.horario-funcionamento {
  padding-left: 50px;
  overflow: hidden;
}
.modal-cidades .lista-unidade li.endereco-item i,
.modal-cidades .lista-unidade li.horario-funcionamento i{
  position: absolute;
  left: 5px;
  height: 100%;
  top: 0px;
  margin: auto;
  padding-top: 20px;
}
.modal-cidades .lista-unidade li.endereco-item strong,
.modal-cidades .lista-unidade li.horario-funcionamento strong{
  width: 100%;
  display: inline-block;
}
/* Adjustments for smaller screens */
@media screen and (max-width: 767.98px) {
  .modal-cidades .map-section {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 300px;
    min-height: unset;
  }

  .modal-cidades .contact-info-group {
    text-align: center;
    margin-top: 30px;
  }

  .modal-cidades .contact-info-item {
    justify-content: center;
  }
}

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

  .lista-cidades.lp h2 {
    max-width: 454px;
  }

  .lista-cidades.tp h2 {
    max-width: 490px;
  }

  .lista-cidades p {
    max-width: 478px
  }

  .lista-cidades .box-cidades .card-body {
    min-height: inherit;
    display: inline-block;
    width: 100%;
    padding: 5rem 2rem;
  }
}

@media screen and (max-width: 600px) {
  .lista-cidades h2 {
    text-align: center;
    font-size: 3.25rem;
    line-height: 40px;
  }

  .lista-cidades p {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/** Postos de atendimento **/
.postos-de-atendimento {
  z-index: 0;
}

.postos-de-atendimento h2 {
  color: var(--bs-secondary-light);
  text-align: center;
  line-height: 1;
}

.postos-de-atendimento p {
  color: var(--bs-white);
  font-size: 1.25rem;
  line-height: 1.1;
}

.postos-de-atendimento .content-header p {
  text-align: center;
}

.postos-de-atendimento h3 {
  font-size: 3rem;
  color: var(--bs-secondary-light);
  text-align: center;
  line-height: 1;
}

.postos-de-atendimento .card {
  background-color: var(--bs-primary);
  border-radius: 8px;
  margin: 0 5px;
  width: 100%;
}

.postos-de-atendimento .card img {
  object-fit: cover;
}

.postos-de-atendimento .card-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.postos-de-atendimento .card-text {
  font-size: 1.188rem;
  margin: 0;
}

.postos-de-atendimento .card-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bs-secondary-light);
}

.postos-de-atendimento .card .btn {
  --bs-btn-font-family: var(--bs-body-font-family);

  font-size: 1.375rem;
  font-weight: 600;
  font-style: normal;
  text-transform: inherit;
  max-width: 238px;
  margin: 0 auto;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 600px) {
  .bg-paper-orange {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/925959d4-78b1-47d2-877c-8c87f043d8ce.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .postos-de-atendimento .container {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }

  .postos-de-atendimento h2 {
    padding-top: 6.5rem;
  }

  .postos-de-atendimento .content-header p {
    max-width: 576px;
    margin: 0 auto;
  }

  .postos-de-atendimento .card-body {    
    min-height: 190px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }

  .postos-de-atendimento .card .btn {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    left: 0;
  }
  .postos-de-atendimento h3 {
    margin-top: 2rem;
  }
  .postos-de-atendimento .row-cols-md-2>*{
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .bg-paper-orange {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/0cd1336d-9a15-4a6e-bb07-bb25465f5927.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .postos-de-atendimento p {
    font-size: 1.1rem;
  }

  .postos-de-atendimento h2 {
    padding-top: 7.5rem;
  }

  .postos-de-atendimento h3 {
    margin-top: 2rem;
    margin-bottom: 1rem
  }

  .postos-de-atendimento h2,
  .postos-de-atendimento h3 {
    font-size: 3.25rem;
    line-height: 40px;
  }

  .postos-de-atendimento .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/1ae6960c-567a-45d5-8697-f5abd448f105.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 10rem;
  }

  .postos-de-atendimento .card-title {
    min-height: 50px;
    display: flex;
    align-items: flex-end;
  }

  .postos-de-atendimento .card-body address {
    min-height: 80px;
  }
}

/** Oportunidades e serviços **/
.oportunidades-e-servicos {
  z-index: 0;
}

.oportunidades-e-servicos h2 {
  color: var(--bs-secondary-light);
  line-height: 60px;
}

.oportunidades-e-servicos p {
  color: var(--bs-white);
  font-size: 1.25rem;
}

.oportunidades-e-servicos .col .card {
  background-color: var(--bs-secondary-light);
  border: none;
  border-radius: 0;
  border-bottom: 10px solid var(--bs-primary-lighter);
}

.oportunidades-e-servicos .col .card-title {
  font-family: var(--bs-font-sub-title-pages);
  font-size: 2.5rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: var(--bs-primary);
  line-height: 36px;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 0
}

.oportunidades-e-servicos .col:first-child .card ul li:nth-child(2) {
  margin: 2rem 0;
}

.oportunidades-e-servicos .col:nth-child(2) .card {
  background-color: var(--bs-primary-light);
  border-bottom-color: var(--bs-secondary-light);
}

.oportunidades-e-servicos .col:nth-child(3) .card {
  background-color: var(--bs-terciary-light);
  border-bottom-color: var(--bs-secondary-light);
}

.oportunidades-e-servicos .col:nth-child(3) .card-title {
  color: var(--bs-secondary-light);
}

.oportunidades-e-servicos .col .card p {
  margin: 0;
}

.oportunidades-e-servicos .col:first-child .card p,
.oportunidades-e-servicos .col:nth-child(2) .card p {
  color: var(--bs-primary);
}

.oportunidades-e-servicos ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

.oportunidades-e-servicos ul li {}

.oportunidades-e-servicos .content-description {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.oportunidades-e-servicos .content-description p {
  font-weight: 700;
  color: var(--bs-secondary);
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .bg-paper-blue {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/7f2ec352-6b75-4d8d-822c-cb2a19ace273.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .oportunidades-e-servicos::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/9996f75f-a6bf-4735-ae39-6d89afcf3215.png");
    background-size: cover;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    min-height: 110px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
  }

  .oportunidades-e-servicos {
    margin-top: -10rem;
  }

  .oportunidades-e-servicos .container {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .oportunidades-e-servicos .col .card {
    min-height: 340px;
  }

  .oportunidades-e-servicos .content-txt {
    margin-top: 0.5rem;
  }

  .oportunidades-e-servicos .content-description .btn {
    max-width: 330px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .bg-paper-blue {
    background-color: var(--bs-primary-darken);
  }

  .oportunidades-e-servicos .box-oportunidades {
    flex-direction: column-reverse;
    align-items: center;
  }

  .oportunidades-e-servicos h2 {
    font-size: 3.25rem;
    text-align: center;
    line-height: 43px;
  }

  .oportunidades-e-servicos p {
    text-align: center;
    font-size: 1.2rem;
  }

  .oportunidades-e-servicos .col .card p {
    text-align: left;
  }

  .oportunidades-e-servicos .col .card-title {
    font-size: 2.1rem;
    line-height: 30px
  }

  .oportunidades-e-servicos .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/f3a53a9e-6876-4373-9f8f-40ababab0ea7.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 0rem;
  }

  .oportunidades-e-servicos .content-description {
    margin-bottom: 5rem;
  }
}

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

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

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

#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 {
  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-terciary);
  font-size: 1.375rem;
  margin: 0;
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
}

#form .list-vantagens li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  color: var(--bs-terciary);
  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 span,
#form .list-vantagens li figure {
  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 span i {
  font-size: 1.513rem;
  font-weight: 800;
  color: var(--bs-primary);
}

#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: var(--bs-terciary-light);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.formulario h2 {
  font-size: 1.813rem;
  /* 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 0 0;
  line-height: 28px;
  max-width: 300px;
}

/*
.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 .container {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  #form .section-title {
    /* max-width: 415px;
    font-size: 5.007rem; */
    line-height: 61px;
    margin-bottom: 1rem;
  }

  #form .content a {
    margin-top: 1rem;
  }

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


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

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

.sobre ul li {
  color: var(--bs-white);

}

.sobre ul li p {
  font-weight: 700;
}

/*
.sobre::after {
    content: "";
    width: 315px;
    height: 82px;
    background-image: url("");
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    left: 0;
    top: 0;
}
.sobre::before {
    background-image: url("");
    content: "";
    width: 302px;
    height: 99px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0;
    bottom: -3px;
}
*/
.sobre .content {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

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

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

.sobre p {

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

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

@media screen and (max-width: 600px) {
  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/42e652bc-afaf-4a7a-8a39-1617de9e5895.png");
    background-position: top center;
  }

  .sobre .sobre-img {
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
    max-width: inherit;
    margin: 0rem auto;
    box-sizing: border-box;
  }

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

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

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

  /* .sobre::after {
    content: "";
    width: 690px;
    height: 54px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    right: -5px;
    top: 0;
    background-image: url("");
  } */
  .sobre h2 {
    padding-top: 1rem;
    max-width: 442px;
  }

  .sobre p {
    font-size: 1.125rem;
  }

  .sobre .btn-sobre {
    max-width: 323px;
  }

  .sobre .content {
    min-height: 615px;
    position: relative;
    left: 50px;
  }

  .bg-sobre {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/cba780b6-f7f9-4411-8c8e-ee61cd1daa1d.png");
    background-position: center;
  }

  .sobre .sobre-img {
    position: absolute;
    width: 50%;
    text-align: left;
    bottom: 0rem;
    left: 0;
  }

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

/** FAQ **/
/*** Faq **/
.fale-conosco {
  z-index: 0;
}

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

.fale-conosco .container {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.accordion {
  margin: 2rem auto;
}

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

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

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

.accordion-item-header {
  position: relative;
  z-index: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.accordion-item-header.active {
  margin-bottom: 0.5rem;
}

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

.accordion-item-header.active::after {
  transform: rotate(180deg);
}

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

.accordion-item-body p {
  color: var(--bs-primary);
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.accordion-item-body p a {
  color: var(--bs-primary);
  text-decoration: underline;
}

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


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

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

@media screen and (min-width: 600px) {
  .bg-paper-blue-light {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/a2229e66-97a1-4eb4-b31e-da6c54ed7cc2.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .fale-conosco::before {
    content: "";
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/fdc17d59-3c30-4ce4-8dbe-36a66f1630ad.png");
    background-size: contain;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: repeat-x;
    display: inline-block;
    width: 100%;
    min-height: 115px;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 600px) {
  .bg-paper-blue-light {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/e9f0ca1d-1be8-4604-923f-130c9456770a.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .fale-conosco .container {
    background-image: url("https://image.divulga.sebraesc.com.br/lib/fe3211727364047e7d1475/m/1/82a24161-507c-4e80-9181-690fffe5373d.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 3rem;
  }

  .accordion-item-header {
    line-height: 1.1;
    padding-right: 1.5rem;
  }
}

/** Footer **/
.footer {
  padding: 0 0 1rem 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-primary);

}

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

@media screen and (max-width: 600px) {
  .footer .container {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
/*** Participe **/
.participe{
  z-index: 0;
}
.participe h2{
  line-height: 50px;
  font-size: 3.438rem;
  color: var(--bs-primary-dark);
  text-align: center;
}
.participe p{
  text-align: center;
}
.participe .btn-confira{
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-terciary);
  --bs-btn-border-color: var(--bs-terciary);

  max-width: 492px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 600px) {
  .participe p{
    max-width: 473px;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .participe h2{
    font-size: 3.25rem;
    line-height: 40px;
  }
}
/*** Compartilhe **/
#compartilhar {
  z-index: 0;
}

#compartilhar h2 {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 1.625rem;
  max-width: 648px;
  font-family: var(--bs-font-sans-serif);
  text-transform: inherit;
  color: var(--bs-primary);
  font-weight: 700;
}

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


@media screen and (min-width: 600px) {
  
  #compartilhar .container{
    margin-bottom: 5rem;
  }
  .compartilhar::after {
    /* content: "";
    width: 572px;
    height: 91px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0px;
    bottom: -40px;
    background-image: url(""); */
  }
}

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

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

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

  .baixar-ebook h2,
  .sobre h2,
  #form .section-title,
  #form h2,
  h2 {
    font-size: 3.25rem;
  }

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


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

  .header h1 img {
    width: 100%;
  }

  /*
  .header h1::before {
    left: -190%;
    height: 50px;
  }
  .header small {
    background-size: cover;
  }
  */
  .header .row {
    justify-content: center;
  }

  .header h2 {
    padding: 0;
    max-width: inherit;
    text-align: center;
    font-size: 3.25rem;
    line-height: 42px;
    margin-top: 1.5rem;
  }

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

  .header h1 span {
    margin: 0 auto;
    max-width: 280px;
  }

  /* .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;

  }

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

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

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

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

  .header .logo-sebraesc {
    text-align: center;
    margin: 0 auto 2rem;
    display: block;
  }

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

  /* .sobre p {    
    font-size: 1.2rem;
  } */

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

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

  #compartilhar h2 {
    font-size: 1.5rem;
    max-width: inherit;
  }

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

  /* .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: 0rem;
    margin-top: 2rem;
  }

  .formulario h2 {
    line-height: 40px;
    font-size: 3.25rem;
  }

  #form .section-title {
    margin: 1rem auto;
    max-width: 291px;
    line-height: 43px;
    text-align: center;
  }

  #form .content p {
    padding: 0 1rem;
    text-align: center;
  }

  #form .content .btn {
    font-size: 1.688rem;
  }

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

  #form .container {
    padding-bottom: 4rem;
  }

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

  #form .list-vantagens li p {
    width: 100%;
    padding-left: calc(15px + var(--bs-size-width-image-icon));
    display: inline-block;
    padding-right: 0;
  }

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

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

  #form .list-vantagens li {
    /* padding-left: calc(var(--bs-size-width-image-icon) - 20px); */
    /* height: calc(var(--bs-size-height-image-icon) - 40px); */
    padding-left: 0;
    height: auto;
    margin-bottom: 1rem;
    max-width: inherit;
  }

  #form .list-vantagens li span,
  #form .list-vantagens li figure {
    /* width: calc(var(--bs-size-width-image-icon) - 20px);
    height: calc(var(--bs-size-height-image-icon) - 70px);
    /*top: inherit;
    left: 0;
    position: relative;
    margin: 0 auto 1rem; */
  }

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


  .sobre {
    padding: 0;
  }

  .sobre .content {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: inherit;
  }

  .sobre h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }




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

  .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-top: 1rem;
    max-width: 261px;
  }

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

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

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

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

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