:root{
  --primary_color: #F9F9F9;
  --text_primary: #151515;
  --button_primary: #3A3A3A;
}

html{height: 100%;}
body{font-family: 'Roboto', sans-serif !important;}

a:focus{
  outline: 2px solid var(--text_primary);
  outline-offset: 1px;
}

.primary_background{background-color: var(--primary_color) !important;}
.primary_text{color: var(--text_primary) !important;}

.form-control:focus {
    border-color: #bfbfbf !important;
    box-shadow: 0 0 0 0.2rem rgb(48 48 48 / 25%) !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(48 48 48 / 25%) !important;
}

/* CSS para o index */

.ind_header{
  --primary_color: #2e2e2e;
  --text_primary: #ffffff;
}

.ind_header a{
  color: var(--text_primary);
  font-size: 1.5rem;
}

.ind_header a:hover{
  color: var(--text_primary);
  text-decoration: none;
}

.ind_header button{
  background-color: #292929;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px !important;
  padding: .375rem .75rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ind_header button:focus{box-shadow:none;}

.ind_header button:hover{
  color: rgba(255, 255, 255, .5);
  background-color: rgba(0, 0, 0, .3);
}

.ind_header input{
  background-color: #404040 !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 350px !important;
  color: var(--text_primary) !important;
}

.ind_header input:focus{
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ind_header input::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /*Firefox*/
}
.ind_header input:-ms-input-placeholder{color: rgba(255, 255, 255, 0.5);}/* Internet Explorer 10-11 */
.ind_header input::-ms-input-placeholder{color: rgba(255, 255, 255, 0.5);}/* Microsoft Edge */

.modal h5{
  color: var(--text_primary);
  font-weight: 500;
}

.modal-header{
  border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

.ind_modal_footer{font-size: 16px !important;}

.modal-footer{
  padding: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .3) !important;
}

.ind_header li{font-size: 12.5px !important;}

.navbar-nav a{font-size: calc(1rem + 0.1vw);}

@media (max-width:1200px){
  .ind_header a{
    font-size: 20px !important;
  }

  .ind_header .ind_login_link{
    font-size: 15px !important;
    line-height: 5px;
  }

  .ind_header button{
    padding: .375rem .75rem !important;
    font-size: 15px !important;
  }

  .navbar{
    padding: 0px !important;
  }

  .ind_header input{
    font-size: 15px !important;
    width: 80% !important;
  }

  .ind_header .ind_login_input{width: 100% !important;}

  .modal-header span{font-size: 20px !important;}

  .modal-body form{padding: .5rem 1rem !important;}

}

/* CSS para o cover */

.ind_cover{margin-top: 30px;}

.ind_cover div{padding: 0px;}

@media (max-width:1200px){
  .ind_cover{display:none;}
}

/* CSS para a info */

.ind_info{
  margin: 30px;
  font-size: 20px;
  text-align: justify;
}

@media (max-width:1200px){
  .ind_info{font-size:15px;}
}

/* CSS para os livros */

.ind_books{--primary_color: #2e2e2e;}

.ind_books_head p{
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  margin-left: 10px;
}

.books_spacing{
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.books_spacing_book{padding: 5px !important;}

.books_spacing_book p{
  font-size: 14px;
  text-align: justify;
  line-height: 1.2;
}

.books_spacing_book h5{
  font-size: 18px !important;
  text-align: justify;
}


.books_icon_next{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;}
.books_control_next{
  margin-right: 10px;
  width: 30px !important;
  justify-content: flex-end !important;
}

.books_icon_prev{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;}
.books_control_prev{
  margin-left: 10px;
  width: 30px !important;
  justify-content: flex-start !important;
}

.card-text{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width:1200px){

  .books_spacing_book p{font-size: .8rem !important;}

  .books_spacing_book h5{font-size: 1rem !important;}

}

/* CSS para o footer */

.ind_footer{
  margin-top: 20px;
  bottom: 0 ;
  --primary_color: #2e2e2e;
  --text_primary: #aaaaaa;
  padding: 10px;
}

.ind_footer a{color: rgba(255,255,255,.5);}

.ind_footer a:hover{
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

@media (max-width: 1200px){
  .ind_footer{
    font-size: .8rem !important;
  }
}

/* Css para o sobre_nós */

.sobre_nos_info{
  --primary_color: #ebebeb;
  font-size: 20px;
  text-align: justify;
}

.sobre_nos_info h3{
  text-align: center;
  font-weight: bold;
}

.sobre_nos_info img {
    width: 150px;
    height: 150px;
    justify-content: center;
}

@media (max-width:1200px){
  .sobre_nos_info{font-size: 15px;}

  .sobre_nos_info h3{font-size: 20px;}

  .sobre_nos_info img{
    width: 100px;
    height: 100px;
   }
}

/* Css para as recomendações */

.recomendacoes_search{
  --primary_color: #ebebeb;
  font-size: 20px;
}

.recomendacoes_search h3{font-weight: bold;}

.recomendacoes_search_button button{
  background-color: #2e2e2e;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  color: #ffffff;
  border-radius: 15px;
}
.recomendacoes_search_button button:hover{
  color: rgba(255, 255, 255, .75);
  background-color: rgba(35, 35, 35);
}

.choices__inner{
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

.choices__input{
  background-color: #fff !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.is-focused{
    box-shadow: 0 0 0 0.2rem rgb(48 48 48 / 25%) !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.choices__list--multiple .choices__item {
    border-radius: 15px !important;
    background-color: #2e2e2e !important;
    border: 1px solid rgb(255, 255, 255, .1) !important;
    color: #fff;
    word-break: break-all;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {border-left: 1px solid rgb(255, 255, 255, .1) !important;}

/* CSS para o livro*/

.livro_background{
  --primary_color: #ebebeb;
  text-align: justify;
}

.livro_texto{
  font-size: 16px;
  line-height: .4;
}

/* CSS para o form do livro */

.livro_input{
  width: 30% !important;
  display: inline !important;
}

.livro_select{
  width: 15% !important;
  display: inline !important;
}

.livro_textarea{width: 80% !important;}

.livro_pendente_submit button{
  background-color: #2e2e2e;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 1.25rem;
  color: #ffffff;
  border-radius: 15px;
}

.livro_pendente_submit button:hover{
  color: rgba(255, 255, 255, .75);
  background-color: rgba(35, 35, 35);
}

/* Css para o dashboard */

.dash_nav{

}

.dash_header{

}

.dash_footer{

}
