/*SLIDER*/


/* SECTION: Intro */

#slide {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 5vh;
  display: flex;
  align-items: center;
  text-align: center;
}

#slide .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#slide .title-box {
  margin-bottom: 1.5rem;
}

#slide .title-box .title {
  font-size: 3rem;
}

#slide .title-box .stit {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

#slide .embed-responsive {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* RESPONSIVO: ajuste para mobile */
@media (max-width: 767.98px) {
  #slide {
    padding-top: 30px;
    padding-bottom: 30px;

  }
  .flat-call-back{text-align: center}

#slide .title-box .title {
  font-size: 2rem;
  line-height: auto;
}
}






/*Show hide whatsapp*/

#whats-container {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}

#whats-container.whats-show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) {
  #whats-container {
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
  }
}





/*Titulos*/

h3{
    font-family: "public sans";
    font-size: 30px;
    font-weight: 600;
 color: #9BA5FA
}

.bd{border:1px solid red}

p, li{color:#D2DCDC;
font-size: 17px;
font-weight: 200;
font-family: "Public sans";
line-height: 1.4rem;
}

p.stit{
    font-size: 18px;
    font-weight: 400;
}


/*Carrossel vídeos*/


#videoCarousel{padding:50px}
.embed-responsive-item{border-radius:20px; }

/*Lista*/
.list{list-style: circle;}



.carousel-inner{border-radius: 20px}


.flat-call-back .title h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  position: relative;
}

h3{font-size: 30px;}

h3 .topStit{
    font-size: 18px;
    font-weight: 800
}

.cgreen{color: #B9F573}

/*icons*/
.icon-title .fas{color: #D2DCDC}


/*Slider*/
.btn-slider{
    font-weight: 600;
    font-family: "Public sans";
    color: #282832;
    border-radius: 10px;
}
.button{ border-radius: 10px;}

.btn-slider:hover,.btn-slider:focus,.btn-slider:active, .button:hover,.button:focus,.button:active, 
.button-menu:hover, .button-menu:focus, .button-menu:active, #apple-btn:hover, #get-start-btn:hover {background-color:#9BA5FA; color:#282832;}


/*Acordeon*/

    .faq-section {
      padding: 60px 0;
    }
    .faq-title {
      font-size: 2rem;
      margin-bottom: 30px;
    }
    .card-header {
        color: #FFF;
        background-color: transparent;
      border-bottom: 1px solid #9BA5FA;
    }
    .btn-link {
      text-decoration: none;
      color: #007bff;
      font-weight: bold;
    }
    .btn-link:hover {
      text-decoration: none;
      color: #0056b3;
    }
    .card{background: transparent;border:none;border-bottom: 1px solid #9BA5FA; border-radius: 0}


    .card h5{color: #D2DCDC;}
    .card-body{color: #9BA5FA; font-weight: 100;}


#accordion .fa-chevron-down{color: #461EA0}


/*Seções*/

/*Valores*/
.garantia img{width: 200px; height: 200px}

#valores, #benefícios, #professores{
    background: #191923;
}
.bl-features{
    text-align: center;
}
.bl-features .icon-title{
    font-size: 50px;
}
.bl-features, .bl-valores {
  flex: 0 1 auto; /* deixa crescer e encolher de acordo com o conteúdo */
}

.bl-valores{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 24px;
gap: 24px;
background: #B9F573;
border-radius: 20px;
}

.bl-valores p, .bl-valores h3, .valores{
font-family: 'Public sans';
font-style: normal;
color: #191923;
}

.bl-valores h3{
font-weight: 600;
font-size: 30px;
line-height: 38px;
text-align: center;
/*letter-spacing: -0.02em;*/
}

.valores{
text-align: center;
}

.valores .bl1{
font-weight: 600;
font-size: px;
line-height: 38px;
letter-spacing: 0.07em;
padding: 0px 0px 0px 10px;
}
.valores .bl2{
font-weight: 900;
font-size: 40px;
line-height: 38px;
text-align: center;
letter-spacing: -0.02em;
}
.valores .bl3{
font-weight: 600;
font-size: 20px;
line-height: 38px;
text-align: center;
letter-spacing: -0.02em;
}

.box-valores .info{/* Text */
font-weight: 400;
font-size: 17px;
line-height: 21px;
text-align: center;
letter-spacing: -0.02em;
}

.box-valores .button{
background: #FF37B4;
color: #fff;
}

.box-valores .button:hover,.box-valores .button:focus,.box-valores .button:active{background: #461EA0; color: #fff}
/*Valores Modais*/


/*Valores Modais*/

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 2rem;
    border-radius: 8px;
    max-width: 600px;
    position: relative;
    text-align: left;
}

.modal-content p{
    color:#282832;
}



.modal-content p a{
    color:#282832;
    text-decoration: underline;
}

.fechar {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}




/*Footer*/

footer{background: #282832}

/*.mobile-feature{border: 1px solid red}*/

.gradientbg{
background: linear-gradient(58.12deg, #9BA5FA -11.4%, #282832 72.6%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


/*Desenvolvimento*/
.desenvolvimento p{font-size: 12px; color: #ccc}

/*Professore*/
.gradient-stroke {
  display: inline-block;
  padding: 6px; /* espessura do contorno */
  background: linear-gradient(-45deg, #9BA5FA, #282832);
  border-radius:500px;
}

.gradient-stroke .inner-wrapper {
  border-radius: 500px;
  overflow: hidden;
}

.gradient-stroke img {
border-radius: 500px;
  display: block;
  width: 350px;
  height: 350px;
  height: auto;
}
.fl{float:left;}

.metainfo{font-size: .8em; line-height: 1em; padding: 20px 0; text-align: center; border-top:1px solid #D2DCDC; width: 100%}

.copyright p{font-size: .9em !important; line-height: 1.2em;padding-bottom: 10px;}

a:hover, a:focus{color: #9BA5FA;}
/*--------------------------------------------------------------
  WHATSAPP
--------------------------------------------------------------*/

.floating-wpp {
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 14px;
    transition: bottom 0.2s;
    z-index: 999999;
    color: #000;
    font-weight: 200;
    line-height: 1.2rem;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #f8f8f8;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
    right: 0;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: none;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
    color: #000;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bold;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
.floating-wpp .close{color:#fff !important; background: transparent !important; opacity: .7 !important; text-shadow: none !important; transition: .2s}
.floating-wpp .close:hover{background: transparent !important; opacity: 1 !important; color: #fff!important;}


.carousel-indicators{
    bottom: -30px;
}

.carousel-indicators.carousel-numbers li {
  width: auto;
  height: auto;
  padding: 6px 12px;
  margin: 0 5px;
  background-color: #9BA5FA;
  color: #000;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
  text-indent: 0;         /* <-- ESSENCIAL */
  overflow: visible;      /* <-- ESSENCIAL */
  display: inline-flex;   /* Permite centralização */
  align-items: center;
  justify-content: center;
}

.carousel-indicators.carousel-numbers .active {
  background-color: #B9F573;
  color: #000;
}


#videoCarousel .carousel-control-prev,
#videoCarousel .carousel-control-next {
  top: 4%;
  height: 84%;
  width: 60px; /* ou outro valor */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2); /* opcional */
  border-radius: 20px;
  z-index: 10;
}

#videoCarousel .carousel-control-prev{left: 1%}
#videoCarousel .carousel-control-next {right: 1%}



#videoCarousel .carousel-control-prev-icon,
#videoCarousel .carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

    #videoCarousel{padding:20px 0px}

    .section-video{padding-top:60px}



/* Tamanho da fonte para dispositivos móveis */
@media (max-width: 767px) {
.copyright p{font-size: .8em !important; padding-top: 10px}


#videoCarousel .carousel-control-prev,
#videoCarousel .carousel-control-next {
  top: 8%;
  height: 65%;
  width: 60px; /* ou outro valor */
}

#videoCarousel .carousel-control-prev{left: 1%}
#videoCarousel .carousel-control-next {right: 1%}



#videoCarousel .carousel-control-prev-icon,
#videoCarousel .carousel-control-next-icon {
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}



    #slide-1-layer-1 {
        font-size: 3.5rem!important; /* Ajuste conforme necessário */
    }
    #slide-1-layer-2 {
        font-size: .6rem!important; /* Ajuste conforme necessário */
        line-height: 2rem;
    }

}

/* Tamanho da fonte para tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    #slide-1-layer-1 {
        font-size: 3rem!important; /* Ajuste conforme necessário */
    }
    #slide-1-layer-2 {
        font-size: .8rem!important; /* Ajuste conforme necessário */

    }

}

/* Tamanho da fonte para desktops */
@media (min-width: 1025px) {
    #slide-1-layer-1 {
        font-size: 3rem!important; /* Ajuste conforme necessário */
    }
    #slide-1-layer-2 {
        font-size: 1rem!important; /* Ajuste conforme necessário */

    }

}
