@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  font-size: 15px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

body {
  font-family: 'Poppins';
  position: relative;
  background: #222b7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#222b7d), to(#0e1132));
  background: linear-gradient(180deg, #222b7d 0%, #0e1132 100%);
  color: #212121;
}

a {
  text-decoration: none;
}

.max-width {
  max-width: 1400px;
}

.btn-red {
  display: inline-block;
  padding: .75rem 2rem;
  background: #A10018;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

.btn-red:hover, .btn-red:focus {
  background: #5e000e;
  color: #fff;
}

.bg-home {
  background: url("../imagem/top-img.webp") no-repeat center center;
}

.bg-funilaria {
  background: url("../imagem/top-img-funilaria.webp") no-repeat center center;
  padding: 10rem 0;
}

.bg-ferramentas {
  background: url("../imagem/top-img-ferramentas.webp") no-repeat center center;
  padding: 10rem 0;
}

.bg-sprexlab {
  background: url("../imagem/top-img-sprexlab.webp") no-repeat center center;
}

.bg-contato {
  background: url("../imagem/img-top-contato.webp") no-repeat center center;
  padding: 100px 0;
}

.bg-politica {
  background: url("../imagem/top-img-politica.webp") no-repeat center center;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  z-index: 10000;
}

.title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 2rem;
  text-align: center;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  margin-bottom: 2rem;
}

#section-1 {
  background-size: cover;
  padding-bottom: 100px;
}

#section-1 .esq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-1 .dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#section-1 .whatsapp-w a {
  color: #fff;
}

#section-1 .whatsapp-w a:hover, #section-1 .whatsapp-w a:focus {
  color: #efefef;
}

#section-1 .section-1-content {
  padding-top: 100px;
}

#section-1 .content {
  /*  min-height:800px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5rem;
}

#section-1 h1 {
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  color: #ffffff;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

@media screen and (max-width: 767px) {
  #section-1 h1 {
    text-align: center;
  }
}

#section-1 h2 {
  color: #ffffff;
  font-weight: 300;
  margin: 1rem 0;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

#section-1 p {
  color: #ffffff;
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
}

@media screen and (max-width: 767px) {
  #section-1 p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #section-1 .btn-w {
    text-align: center;
    margin: 1.5rem 0;
  }
}

#section-1 .btn-w a {
  display: inline-block;
  padding: .75rem 2rem;
  background: #A10018;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}

#section-1 .btn-w a:hover, #section-1 .btn-w a:focus {
  background: #5e000e;
  color: #fff;
}

#section-1 .parceria-wimpel {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #section-1 .parceria-wimpel {
    margin: 1rem 0 0;
  }
}

#section-1 .esq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#section-1 .dir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#section-1 .dir div {
  text-align: center;
}

#section-1 .dir div:first-child {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  #section-1 .dir {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#section-1 .sprexlab-home {
  max-width: 300px;
  margin-top: 1rem;
  width: 100%;
}


#section-1 .tipo {
  padding:3rem 0;
}
#section-1 .tipo .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:2rem;
}
#section-1 .tipo .col-lg-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:2rem;
}
#section-1 .tipo .text {

  font-family: 'Poppins';
  text-transform: none;
}

#section-1 .tipo .text p {
  text-transform: none;
  margin-bottom:1rem;
  font-size: 1rem !important;
}

@media screen and (max-width: 1199px) {
  #section-1 .sprexlab-home {
    max-height: 80px;
  }
}

@media screen and (max-width: 478px) {
  #section-1 .sprexlab-home {
    max-width: 250px;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 10000;
}

@media screen and (max-width: 1199px) {
  .hamburger {
    visibility: visible;
    opacity: 1;
  }
}

.menu-w {
  overflow: hidden;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 8000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-w .logo-menu {
  text-align: center;
  margin: 0 0 1rem;
}

.menu-w .logo-menu img {
  text-align: center;
  max-width: 140px;
}

.menu-w .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.menu-w .social img {
  max-width: 32px;
}

.menu-w .hamburger {
  top: 1rem;
  right: 1rem;
  z-index: 10000;
  position: relative;
}

.menu-w .hamburger--arrowturn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-w .hamburger-menu {
  padding: 2rem 0;
}

.menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.menu-desk img {
  width: 24px;
  margin: 0 .25rem;
}

@media screen and (max-width: 1199px) {
  .menu-desk {
    display: none;
  }
}

.menu-desk a {
  color: #fff;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: .9rem;
}

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.menu li {
  margin: .5rem 0;
}

ul.menu li a {
  font-family: 'Poppins';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.1rem;
}

ul.menu li a:hover, ul.menu li a:focus {
  color: #c5c5c5;
}

body.open .menu-w {
  height: 100dvh;
}

header {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 9000;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

header.active {
  background: #000;
  height: 70px;
}

header.active .logo {
  height: 40px;
}
.logo-w {
  display: flex;
  gap:1rem;
}
.logo {
  height: 40px;
  opacity: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (max-width: 478px) {
  .logo {
    height: 40px;
  }
}

body.open .logo {
  opacity: 0;
  visibility: hidden;
}

.font-bebas {
  font-family: 'Bebas Neue';
}

#quem-somos {
  margin-top: -5rem;
  margin-bottom: 5rem;
}

#quem-somos .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 1199px) {
  #quem-somos .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  #quem-somos .content .esq img {
    width: 100%;
  }
}

#quem-somos .content .dir {
  background: #ffffff;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}

#quem-somos h2 {
  font-family: 'Bebas Neue';
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-size: clamp(1.75rem, 3vw, 2rem);
  line-height: 2.5rem;
  color: #222B7D;
}

#quem-somos h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A10018;
  bottom: 0;
  left: 0;
}

#quem-somos p:last-child {
  margin: 0;
}

#section-3 {
  min-height: 1040px;
  background: url("../imagem/home-img-2.webp") no-repeat center center;
  background-size: cover;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#section-3 img {
  width: 100%;
}

#section-3 h2 {
  color: #ffffff;
  font-family: 'Bebas Neue';
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
}

#section-3 .camada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 1400px) {
  #section-3 .camada {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#section-3 .coluna {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 452px;
}

#section-3 .descricao {
  height: 100%;
  background: #ffffff;
  padding: 2rem;
  color: #212121;
  text-align: center;
}

#section-3 .descricao h3 {
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  position: relative;
  font-size: 1.5rem;
  color: #222B7D;
  display: inline-block;
  line-height: 2.5rem;
  font-size: clamp(1.75rem, 3vw, 2rem);
  margin-bottom: 2rem;
}

#section-3 .descricao h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A10018;
  bottom: 0;
  left: 0;
}

#section-3 .descricao p {
  font-size: 1rem;
}

#curso-online {
  background: url("../imagem/home-section-4.webp") no-repeat center center;
  background-size: cover;
  min-height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
}

#curso-online h2 {
  color: #ffffff;
  font-family: 'Bebas Neue';
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
}

#curso-online .camada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#curso-online .coluna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#curso-online .coluna > * {
  width: 100%;
}

#curso-online .btn-hotmart {
  background: #222B7D;
  color: #fff;
  padding: .75rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

#curso-online .btn-hotmart img {
  width: 20px;
}

#curso-online .btn-hotmart:hover, #curso-online .btn-hotmart:focus {
  background: #101653;
}

.red-header {
  background: #A10018;
  color: #ffffff;
  padding: 1.5rem 2rem;
  text-align: center;
  font-family: 'Bebas Neue';
  font-size: clamp(1.5rem, 5vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-5 {
  background: url("../imagem/img-section-5.webp") no-repeat center center;
  background-size: cover;
  height: 100%;
  font-family: 'Poppins';
}

#section-5 .container-fluid {
  height: 100%;
}

#section-5 .row {
  position: relative;
  height: 100%;
}

#section-5 .kk {
  margin-top: -82px;
}

@media screen and (max-width: 767px) {
  #section-5 .kk {
    margin-top: 22px;
    width: 100%;
  }
}

#section-5 .descricao {
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  height: calc(100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#section-5 .descricao h3 {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  text-decoration: underline;
  margin-bottom: 2rem;
  font-weight: 600;
}

#section-5 .descricao p {
  font-weight: 500;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}

#section-5 .descricao p:last-child {
  margin: 0;
}

.footer-blue {
  height: 90px;
  background: #0E1132;
}

#section-6 {
  padding: 5rem 0;
  background: #222b7d;
  background: -webkit-gradient(linear, left top, left bottom, from(#222b7d), to(#0e1132));
  background: linear-gradient(180deg, #222b7d 0%, #0e1132 100%);
}

#section-7 {
  background: url("../imagem/img-section-7.webp") no-repeat center center;
  background-size: cover;
}

#section-7 .container-fluid {
  padding: 5rem 1rem;
  min-height: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-7 .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#section-7 .content img {
  max-width: 150px;
}

footer {
  background: #0E1132;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: .8rem;
  padding: 3rem 0 0;
  font-size: .9rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}

footer .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  footer .col-md-4 {
    text-align: center;
  }
}

footer .col-md-4.dir {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .col-md-4.dir h5 {
  font-size: .9rem;
  position: relative;
}

footer .col-md-4.dir p {
  margin: .5rem 0;
  font-size: .8rem;
  line-height: 1.25rem;
}

footer .dir div {
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .dir div {
    text-align: center;
  }
}

footer ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer li {
  margin: .25rem 0;
}

footer a {
  color: #ffffff;
}

footer a:hover, footer a:focus {
  color: #c5c5c5;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

footer .social img {
  max-width: 32px;
}

footer .logo-rodape {
  width: 120px;
  margin-top: 1rem;
}

footer small {
  display: block;
  margin-top: .25rem;
  margin-bottom: 1rem;
}

footer .hotmart-rodape {
  max-width: 140px;
  margin-bottom: 2rem;
}

footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer ul.menu li {
  margin: .5rem 0;
}

footer ul.menu li a {
  font-family: 'Poppins';
  color: #ffffff;
  font-size: .9rem;
}

footer ul.menu li a:hover, footer ul.menu li a:focus {
  color: #c5c5c5;
}

#cronograma {
  color: #ffffff;
  margin-top: -10rem;
  margin-bottom: 5rem;
  font-family: 'Bebas Neue';
}

#cronograma .arrow {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 478px) {
  #cronograma .arrow {
    display: none;
  }
}

@media screen and (max-width: 478px) {
  #cronograma {
    margin-top: -8rem;
  }
}

#cronograma h4 {
  color: #fff;
  padding: 1rem;
  text-align: center;
  font-family: 'Bebas Neue';
  text-transform: uppercase;
  font-size: clamp(1.4rem, 5vw, 1.75rem);
  margin: 0;
}

#cronograma h4.segunda {
  background: #A10018;
}

#cronograma h4.terca {
  background: #D96B17;
}

#cronograma h4.quarta {
  background: #029D17;
}

#cronograma h4.quinta {
  background: #2289eb;
}

#cronograma h4.sexta {
  background: #710DC8;
}

#cronograma h4.todos {
  background: #000;
}

#cronograma h5 {
  font-size: clamp(1.3rem, 5vw, 1.5rem);
  margin: 1rem 0;
  position: relative;
  display: inline-block;
  color: #222B7D;
}

#cronograma .cartao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

#cronograma .descricao {
  padding: 1rem;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cronograma .texto {
  font-family: 'Poppins';
  font-size: .9rem;
  min-height: 6rem;
}

#cronograma .item {
  text-align: center;
  background: #ffffff;
  color: #212121;
  width: 100%;
  max-width: 448px;
  margin-bottom: 1.5rem;
}

#cronograma .obs {
  text-align: center;
  margin: 1rem auto;
  border: 2px solid #fff;
  padding: 2rem;
  font-size: clamp(1rem, 3vw, 1.25rem);
}

@media screen and (max-width: 1400px) {
  #cronograma .obs {
    max-width: 914px;
  }
}

@media screen and (max-width: 991px) {
  #cronograma .obs {
    max-width: 450px;
  }
}

#cronograma fieldset {
  width: 100%;
  max-width: 180px;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-bottom: .75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px #212121 solid;
  font-size: clamp(0.9rem, 5vw, 1rem);
  color: #101653;
  font-family: 'Poppins';
  font-weight: 500;
}

#cronograma fieldset:last-child {
  margin-bottom: 0;
}

#cronograma legend {
  font-family: 'Bebas Neue';
  margin: 0;
  padding: 0;
  position: static;
  color: #222B7D;
  border: 0;
  top: auto;
  left: auto;
  float: none;
  display: block;
  text-align: center;
  font-size: clamp(1rem, 5vw, 1.2rem);
}

#cronograma .items {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#conteudo-curso {
  color: #ffffff;
  font-family: 'Bebas Neue';
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  #conteudo-curso img {
    width: 100%;
    max-width: 570px;
  }
}

#conteudo-curso h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #fff;
  text-align: center;
}

#conteudo-curso .curso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

#conteudo-curso .curso .item {
  text-align: center;
  width: 100%;
  max-width: 570px;
}

#conteudo-curso .curso .desc {
  background: #ffffff;
  color: #212121;
  padding: 2rem;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#conteudo-curso .curso .texto {
  max-width: 360px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-size: .9rem;
}

#conteudo-curso .curso .modulo h4 {
  font-size: 1.75rem;
  color: #222B7D;
  position: relative;
  display: inline-block;
}

#conteudo-curso .curso .modulo h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #A10018;
}

#conteudo-curso .curso .titulo {
  margin: 1.5rem 0;
  font-family: 'Poppins';
  font-weight: 700;
}

.btn-primary {
  border-radius: 0;
  border: 0;
  padding: .75rem 1.25rem;
  background: #222B7D;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #101653;
}

.btn-secondary {
  border-radius: 0;
  border: 0;
  padding: .75rem 1.25rem;
  background: #3aa347;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #0c4d1c;
}

.btn-baixar-w {
  text-align: center;
  margin: 3rem 0;
}

.btn-baixar-w a {
  font-family: "Poppins";
  padding: .75rem 1rem;
  background: #A10018;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.btn-baixar-w a:focus, .btn-baixar-w a:hover {
  background: #5e000e;
}

.btn-baixar-w a img {
  max-width: 32px;
}

.btn-baixar-w.blue a {
  background: #ffffff;
  color: #222B7D;
  font-weight: 800;
}

.btn-baixar-w.blue a:focus, .btn-baixar-w.blue a:hover {
  background: #efefef;
}

#local {
  color: #ffffff;
  background: #0E1132;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#local h3 {
  font-family: 'Bebas Neue';
}

#local p {
  margin: 0;
  text-align: center;
}

#ferramentas {
  margin-top: -10rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 478px) {
  #ferramentas {
    margin-top: -8rem;
  }
}

#ferramentas .ferramentas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

#ferramentas .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  #ferramentas .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#ferramentas .img {
  padding: 2rem;
  background: #fff;
  width: 100%;
  max-width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  #ferramentas .img {
    max-width: 100%;
  }
}

#ferramentas .desc {
  width: 100%;
  padding: 2rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 478px) {
  #ferramentas .desc {
    text-align: center;
  }
}

#ferramentas .btn-primary {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

#ferramentas h4 {
  position: relative;
  display: inline-block;
  font-family: "Bebas Neue";
  text-transform: uppercase;
  color: #222B7D;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
}

#ferramentas h4::after {
  content: "";
  position: absolute;
  background: #A10018;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
}

#ferramentas p {
  font-size: .9rem;
}

#ferramentas p:last-child {
  margin: 0;
}

.orcamento, .contato {
  background: url("../imagem/bg-orcamento.webp") no-repeat center center;
  background-size: cover;
  min-height: 400px;
  padding: 5rem 0;
  color: #fff;
  font-family: 'Bebas Neue';
}

.orcamento .bg-white, .contato .bg-white {
  background: #fff;
  padding: 2rem;
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 478px) {
  .orcamento .bg-white, .contato .bg-white {
    padding: 1.5rem;
  }
}

.orcamento .form-control, .contato .form-control {
  border-radius: 0;
  margin-bottom: 1rem;
}

.orcamento input, .orcamento textarea, .contato input, .contato textarea {
  font-family: 'Poppins';
  font-size: .9rem;
}

.orcamento label, .contato label {
  margin: .25rem 0;
  color: #0E1132;
  font-size: clamp(1rem, 5vw, 1.5rem);
}

.orcamento label.error, .contato label.error {
  color: #A10018;
  font-size: .8rem;
  margin-top: 0;
  font-family: 'Poppins';
}

.orcamento .btn-enviar, .contato .btn-enviar {
  text-transform: uppercase;
  border: 0;
  background: #1B2778;
  color: #fff;
  font-size: 1.25rem;
  padding: .5rem 2rem;
  margin: 1rem 0 0;
}

.orcamento .btn-enviar:focus, .orcamento .btn-enviar:hover, .contato .btn-enviar:focus, .contato .btn-enviar:hover {
  background: #101653;
}

.alertify {
  z-index: 99999;
  position: relative;
  font-family: 'Bebas Neue';
}

.alertify .ajs-header {
  background: #222B7D;
  color: #fff;
}

.alertify .ajs-content {
  text-align: center;
}

.alertify button {
  background: #222B7D;
  color: #fff;
  border: none;
}

.alertify button:hover, .alertify button:focus {
  background: #101653;
}

.alertify .ajs-primary {
  text-align: center !important;
}

.calendario {
  padding: 5rem 1rem;
  background: url("../imagem/bg-orcamento.webp") no-repeat center center;
  background-size: cover;
}

.calendario .btn-whatsapp {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .5rem;
}

.calendario .btn-whatsapp i {
  font-size: 1.5rem;
}

.whatsapp {
  z-index: 10010;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.whatsapp img {
  max-width: 48px;
}

.sprexlab-android-hands {
  max-width: 500px;
  width: 100%;
  margin: 0 0 1rem;
}

@media screen and (max-width: 478px) {
  .sprexlab-android-hands {
    max-width: 350px;
  }
}

.sprexlab {
  margin-top: -12rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 478px) {
  .sprexlab {
    margin-top: -10rem;
  }
}

.sprexlab p {
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  line-height: 2rem;
}

.sprexlab h4 {
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  font-size: 2rem;
}

.sprexlab .camada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 1160px;
  margin: 1rem auto;
}

.sprexlab .camada .coluna {
  width: 100%;
  max-width: 570px;
  background: #fff;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .sprexlab .camada .coluna {
    max-width: 100%;
  }
}

@media screen and (max-width: 478px) {
  .sprexlab .camada .coluna.esq {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 478px) {
  .sprexlab .camada .coluna.dir {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .bg-sprexlab .mb-4 {
    text-align: center;
  }
}

@media screen and (max-width: 478px) {
  .bg-sprexlab .mb-4 img {
    padding-top: 2rem;
    max-width: 250px;
  }
}

.youtube {
  max-width: 1160px;
  margin: 1rem auto;
}

#contato {
  margin-top: -15rem;
  margin-bottom: 2rem;
}

#contato h3 {
  color: #fff;
}

.whatsapp-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #fff;
  font-size: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .whatsapp-w {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    gap: .5rem;
  }
  .whatsapp-w img {
    max-width: 24px;
  }
}

#politica {
  margin-top: -15rem;
  margin-bottom: 5rem;
}

#politica .content {
  padding: 2rem;
  background: #fff;
}

#politica h2 {
  margin: 2rem 0;
}

#politica h2, #politica h3 {
  font-family: 'Bebas Neue';
}

svg > path {
  fill: #dee2e6 !important;
}

/* Disqus */
.disq {
  margin: 3rem 0;
  padding: 20px;
  background: #fff;
}
/*# sourceMappingURL=style.css.map */