@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");

body {
  font-family: 'Questrial', sans-serif;
  color: #666;
}

h1,
h3,
h4,
h5,
h6 {
  font-family: 'Indie Flower', cursive;
  color: #0186C5;
}

.bg-principios {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.bg-verde {
  background-color: #00A859;
}

.bg-vermelho {
  background-color: #ED3237;
}

.bg-unidades {
  background-color: #ffdb66;
  padding: 60px 0;
}

.bg-svg {
  background-image: url(../img/bg-svg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-azul {
  background-color: #0186C5;
}

.text-azul {
  color: #0186C5;
}

.text-amarelo {
  color: #FFCC29;
}

.text-verde {
  color: #00A859;
}

.text-vermelho {
  color: #ED3237;
}

.text-preto {
  color: #000;
}

.nav-link {
  color: rgba(1, 134, 197, 0.7) !important;
  font-size: 16px;
}

.nav-link:hover {
  color: #0186C5 !important;
}

.active {
  color: #0186C5 !important;
}

.dropdown-item {
  color: rgba(1, 134, 197, 0.7) !important;
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: #FFF !important;
  color: #0186C5 !important;
}

.dropdown-menu {
  border: solid 1px rgba(104, 171, 215, 0.7);
}

.list-check::before {
  content: url(../img/check-mark.png);
  margin-right: 10px;
}

.about {
  border-radius: 50px;
  border: solid 2px #00A859;
}

.text-about {
  padding: 30px;
}

.text-big {
  font-size: 18px;
}

.img-about {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.container-contato {
  border-top: #00A859 solid 2px;
  border-bottom: #00A859 solid 2px;
}

.bg-diferencial{
  background-color: #ED3237;
}
footer {
  padding-top: 90px;
  padding-bottom: 40px;
  color: #FFF;
}

.botao {
  width: 35%;
}

.btn-verde {
  background-color: #00A859;
  color: #FFF;
  padding: 10px 30px;
  border: solid 2px #00A859;
}

.btn-verde:hover {
  color: #00A859;
  background-color: transparent;
  border: solid 2px #00A859;
}

.btn-amarelo {
  background-color: #FFCC29;
  color: #FFF;
  padding: 10px 30px;
  border: solid 2px #FFCC29;
}

.btn-amarelo:hover {
  color: #FFCC29;
  background-color: transparent;
  border: solid 2px #FFCC29;
}

.btn-cta {
  background-color: #FFF;
  color: #ED3237;
  padding: 10px 30px;
  border: solid 2px #FFF;
}

.btn-cta:hover {
  color: #FFF;
  background-color: transparent;
  border: solid 2px #FFF;
}

.btn-lg {
  padding: 15px 35px;
  font-size: 24px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
}

.form-control {
  border: solid 1px #00A859;
  box-shadow: none !important;
}

.form-control:focus {
  border: solid 1px #0186C5 !important;
  box-shadow: none !important;
}

.rounded {
  border-radius: 10px !important;
}

.icon-numeros {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .footer-hr {
    border-bottom: #FFCC29 2px solid;
    padding-bottom: 15px;
  }

  #turmas {
    text-align: left;
  }

  .botao {
    padding-top: 20px;
    width: 40%;
  }

  .text-big {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .bg-svg {
    background-image: none;
    background-color: #0186C5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*Contato*/

.secao-contato{
  padding: 4rem 0;
}
.form-nome{
  position: relative;
}
.formulario-shadow{
  padding: 5rem 3rem;
  border-radius: 2rem;
  box-shadow: 0 8px 16px 0 rgba( 31, 38, 135, 0.37 );
}
.fale-conosco{
  border: none !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.bi-person-fill, .bi-envelope-fill,.bi-pencil-square, .bi-telephone-fill, .bi-calendar{
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 1.5rem;
  color: #2ED172;
}

label{
  font-size: 1rem;
  font-weight: bold;
}

input[type=date]::-webkit-calendar-picker-indicator{
  display: none;
}

/*Redes Sociais*/

.social{
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}

.bi-facebook, .bi-instagram, .bi-whatsapp, .bi-share-fill{
  color: #fff;
}

/* .toggle{

  width: 55px;
  height: 55px;
  background-color:var(--azul);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.toggle::before{
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  transition:0.5s;
} */



/* .btn-share.ativo .toggle::before {
  background-color: red !important;
  color: #ffffff;
  transition: 0.5s;

} */

.btn-share{ 

  margin:auto; 
  width:50px; 
  height:50px; 

}

.btn-share ol{
  position: absolute;
  margin: 2px;
  width: 50px;
  height: 50px;
}

.btn-share ol li:nth-child(1),.btn-share ol li:nth-child(2),.btn-share ol li:nth-child(3){
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 50%;
  transition: all .5s;
  text-align: center;
  right: 0;
  
}


.btn-share ol li:nth-child(1){
  background-color:#25D366;
  right: 0;
}

.btn-share ol li a{
  
  font-size:1.3em;
  text-decoration:none;
  color:#fff;
}

.btn-share.ativo ol li{
  transform: translate(0);
  transition: all 0.4s;
}
.diferenciais-icone {
    padding-top: 16px;
    padding-left: 1.5em;
    width: 80px !important;
    height: auto;
}
.card-diferencial {
  height: 304px;
  padding-top: 1em;
  padding-bottom: 2em;
  background-image: url(../img/Group\ 6.png);
  border-radius: 32px;
  margin-right: 1em;
}

.diferenciais p {
  color: var(--cor-primaria);
  font-weight: bolder;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #75bc70 !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-prev span, .owl-next span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

#myCarousel {
  --f-carousel-slide-height: 60%;
  --f-carousel-spacing: 10px;

  height: auto;
}

.carousel-control-next, .carousel-control-prev{
  background-color: transparent;
  border: none;
}