

.slick-dots{
  left:0;
}


#horarios1{
    margin-top: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .imagem-editavel img{
    width: 100%;
    height: auto;
  }

  
  .laranja{
    color: #FD6120;
  }


  .pos-hexag1{
    position: absolute;
    z-index: -1;
    margin-top: 0rem;
    float: left;
  }

@media (max-width: 1024px){
  .pos-hexag1{
    transform: scale(0.5);
    margin-top: -15vh;
    transform-origin: left;
    left: 0;
  }
}

@media (max-width: 768px){
  .pos-hexag1{
    transform: scale(0.5);
    margin-top: -18vh;
    transform-origin: left;
    right: 0;
  }
}

  .pos-hexag2{
    position: relative;
    z-index: -1;
    float: right;
    margin-top: -26rem;
  }

@media (max-width: 1200px){
  .pos-hexag2{
    transform: scale(0.5);
    margin-top: -21vh;
    transform-origin: right;
    right: 0;
  }
}

@media (max-width: 768px){
  .pos-hexag2{
    transform: scale(0.5);
    margin-top: -21vh;
    transform-origin: right;
    left: 0;
  }
}

.espacamento{
  height: 10vh;
}
@media (max-width: 1024px){
  .espacamento{
    height: 0px;
    margin-top: 15vh;
  }
}

.disciplinas-h1{
  font-weight: 700; 
  margin-top: 150px; 
  text-align: center;
}

@media (max-width: 1024px){
  .disciplinas-h1{
    text-align: center;
    align-items: center;  }
}

.carousel-disciplinas {
    display: flex;
    padding: 20px;
    background-color: #ffffff; /* Fundo do carrossel */
    border-radius: 10px;
    width: 100%;
}

.item-disciplina {
    flex: 1 1 100%; /* Ajuste para 1 itens por linha */
    padding: 15px;
    display: flex;
    flex-direction: row !important;
    height: 35vh;
    flex-wrap: nowrap;
    margin-right: 20px;
    background-color: #00000034; /* Fundo de cada item */
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
  }

  @media (max-width: 1200px){
    .carousel-disciplina{
      display: flex;
    }
    .item-disciplina{
      height: 27vh;
      flex: 1 1 50%;
      display: flex;
      flex-direction: row !important;
      flex-wrap: nowrap;
    }
  }

  @media (max-width: 1024px){
    .carousel-disciplina{
      display: flex;
    }
    .item-disciplina{
      height: 27vh;
      flex: 1 1 50%;
      display: flex;
      flex-direction: row !important;
      flex-wrap: nowrap;
    }
  }

@media (max-width: 768px) {
  .carousel-disciplina{
    display: flex;
  }
  .item-disciplina{
    width: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}
  

.imagem-disciplina{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: left;
    height: 100%;
 }

.info-disciplina{
    flex: 1;
    padding-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

@media (max-width: 1024px) {
  .info-disciplina{
    padding-top: 10%;
    height: 90%;
  }
}

@media (max-width: 768px) {
  .info-disciplina{
    padding-top: 13%;
    height: 90%;
  }
}

.info-disciplina h4{
    font-size: 1rem;
    font-weight: 700;
}


.info-disciplina h3{
  font-size: 1rem;
  font-weight: 400;
}

.info-disciplina p{
  font-size: 0.8rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .imagem-disciplina{
    width:45%;
  }
  .info-disciplina h4{
    font-size: 0.9rem;
  }
  .info-disciplina h3{
    font-size: 0.9rem;
  }
  .info-disciplina p{
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .imagem-disciplina{
    width: 45%;
  }
  .info-disciplina h4{
    font-size: 0.7rem;
  }
  .info-disciplina h3{
    font-size: 0.7rem;
  }
  .info-disciplina p{
    font-size: 0.6rem;
  }
}

