@charset "UTF-8";

body{
  background-color: #F5F5F5 !important;
}

section{
  padding: 18px 4%;
}

.body_index{
  min-height: 100vh;
  background-position:
  background-size: cover;
  background-attachment: fixed;
  background-image: url(img/bg_image.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_login {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
}

.bg_login:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px !important;
}

.container_login {
  border: solid #4F4F4F 1px; 
  border-radius: 15px !important;
}

.botao_login {
  background-color:   #000000 !important;
}

.botao_login:hover {
  background-color: #363636 !important;
}

.letra_escura{
  color:  #000000;
  font-weight: bold;
}

.esqueci_minha_senha{
  color:  #000000;
  text-decoration: none;
}

.esqueci_minha_senha:hover {
  color:  blue;
}

.botao_config:hover{
  font-weight: bold !important;
}

.card_body{
  background-color: #FFFFFF !important;
}

.barra_nav{
  background-color: #FFFFFF;
  border: solid #A9A9A9 1px;
}

.barra_item{
  color: black !important;
  font-weight: bold !important;
}

.barra_item:hover{
  color: #FFFFFF !important;
  background-color: #212529 !important;
}

.form_item{
  border: solid #212529 1px !important;
}

.form_item:hover{
  border: solid silver 1px !important;
}

.icon{
  width: 18px;
  height: 18px;
}

.icon:hover{
  width: 21px;
  height: 21px;
  color: red;
}

.icon_2{
  width: 16px;
  height: 16px;
  margin-right: 1vh;
  pointer
}

.icon_2:hover{
  width: 20px;
  height: 20px;
  color: red;
}

.transition-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.transition-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.card-style {
  padding: 1px;
}

.card-img-top {
  border-radius: 8px;
}

.card-title-style {
  font-size: 1.15rem;
  font-weight: bold;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}

.card-text {
  display: flex; 
  align-items: center;
  justify-content: center;
  text-align: justify;
  text-align-last: left;
  min-height: 5rem;
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4; 
}

.swal2-buttons-spacing {
  display: flex !important;
  gap: 15px !important;
  justify-content: center;
}

.checkbox_custom{
  border: solid 1px black;
}

.lista {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lista a {
  color: black;
  text-decoration: none;
}

.lista:hover {
  background-color: #000000;
  text-transform: uppercase;
}

.lista:hover a {
  color: #FFFAFA !important;
}

.tabela_turmas{
  border: solid 1px;
}

.tabela_turmas a{
  color: #000000;
}

.tabela_turmas td:hover {
  background-color: #000000;
}

.tabela_turmas td:hover a {
  color: #FFFAFA !important;
  text-transform: uppercase;
}

.shape{
  background-color: #F5F5F5;
  height: 100%;
  width: 35%;
  position: absolute;
  border-radius: 40% 30% 0% 20%;
  top: 0;
  right: 0;
  z-index: 1;
}

.accordion-dark .accordion-button {
  background-color: #fff;
  color: #212529;
  transition: background-color 0.3s, color 0.3s;
}

.accordion-dark .accordion-button:hover {
  background-color: #343a40;
  color: #fff;
}

.accordion-dark .accordion-button:not(.collapsed) {
  background-color: #343a40;
  color: #fff;
  box-shadow: none;
}

.accordion-dark .accordion-body {
  background-color: #f8f9fa;
  color: #212529;
}

.accordion-dark .accordion-item {
  border: 1px solid #dee2e6;
}

.tamanho_botao{
  min-width: 12rem;
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

#titulo_login {
  font-size: 3vh;
}

#cadastro_usuario {
  display: none;
}

#inserir_ocorrencia {
  display: none;
}

#texto_ocorrencia{
  height: 30vh !important;
}

#home{
  display: flex;
  height: 77vh !important;
  position: relative;
  padding-bottom: 18px; 
}

#cta{
  width: 50%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#cta .titulo_pagina_inicial{
  font-size: 2.2rem;
  color: #363636;
}

#cta .titulo_pagina_inicial span{
  font-weight: bold;
  color: #000000;
}

#cta .descricao{
  font-size: 1rem;
  color: #000000;
}

#cta_botoes{
  display: flex;
}

#cta_botoes a{
  text-decoration: none;
}

#banner{
  display: flex;
  align-items: start;
  justify-content: end;
  height: 70vh;
  width: 50%;
  z-index: 2;
}

#banner img{
  height: 85%;
  width: fit-content;
  font-size: 40px !important;
}

#mensagem{
  color: #363636;
  font-style: italic;
}

#mensagem:hover{
  color: #000000;
  font-style: italic;
}

@media screen and (max-width: 1170px){
  #home {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 20px 10px;
  }

  #cta {
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    gap: 20px;
  }

  #cta .titulo_pagina_inicial {
    font-size: 1.8rem;
  }

  #cta .descricao {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  #cta_botoes {
    justify-content: center;
    width: 100%;
  }

  #cta_botoes a {
    width: auto;
    max-width: 250px;
  }

  #banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  #banner img {
    max-width: 300px;
    height: auto;
  }

  .shape {
    display: none;
  }
}

.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
    background-color: #212529 !important; 
    border-color: #212529 !important;
    color: white !important;
}

@media screen and (max-width: 576px){
  #cta .titulo_pagina_inicial {
    font-size: 1.5rem;
  }

  #cta .descricao {
    font-size: 0.9rem;
  }

  #cta_botoes a {
    font-size: 0.9rem;
    padding: 10px 15px;
  }

  #banner img {
    max-width: 220px;
    height: auto;
  }
}

