.pos-rel {
  position: relative !important;
}

.sem-link {
  cursor: default !important;
}

/*Alertas --------------------------------*/
.alerta-erro {
  color: #ff0000 !important;
  background-color: #ff0000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;

}

.alerta-atencao {
  color: #efac78 !important;
  font-weight: 300;
}

.alerta-sucesso {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 150, 0) !important;
}




@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #BB4A66 !important;
    position: relative;
    top: 0;
    padding: 10px 15px;
  }

  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: rgba(255, 255, 255, .7);
    text-align: center !important;
  }


  span {
    color: #000;
  }


  footer {
    text-align: center;
  }

}


.ftco-navbar-light .navbar-toggler {
  border: none;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.navbar-brand img{
  border-radius: 50%;
}



@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-toggler{
    color: #fff !important;
  }
  span {
      color: #fff;
  }
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}
}



.ftco-section {
  padding: 3em 0;
}

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .7)
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 2s infinite pulseWhatsApp
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px
}


.offer-deal .text h3 {
  min-height: 72px;
}

.ftco-footer .nav-link {
  padding-left: 0;
}

.hero-wrap .slider-text h1{
  font-size: clamp(24px, 2vw, 40px);
  letter-spacing: 6px;
}

html, body{
  overflow-x: hidden;
}

@media(max-width:767.98px){
  .offer-deal .text h3 {
    font-size: 18px;
    text-align: center;
}
}

.curso-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}



@media(min-width:992px){
  .curso-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width:1200px){
  .curso-wrapper{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.s-parceiros{
  padding: 6% 0;
  /* background-color: #EEEEEE; */
}

.logos-wrapper{
  /* 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
   */
   display: flex;
   justify-content: center;
  gap: 62px;
  margin-top: 30px;
  
}



.logos-item img{
  max-height: 90px;
}

@media(max-width:768px){
  .logos-item{
    display: flex;
    justify-content: center;
    gap: 48px;
  }

  .logos-wrapper{
    flex-direction: column;
  } 


  .navbar-brand img {
    max-height: 60px;
}


}


@media (max-width: 991.98px) {
  .ftco-navbar-light {
      
      padding: 0px 15px;
  }
}




.offer-deal {
  padding-top: 2em;
  padding-bottom: 2em;
}