.main{
  margin-top: 50px  
}

.authors-title {  
  font-size: 34px;
  line-height: 41px;
  color: #3c3c3b;
  text-align: left;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.card-author{
  box-shadow: 0px 0px 20px 0px #d4d0d0;
  border: none;
}

.body-author{
  min-height: 200px;
}

.card-author-link{
  text-decoration: none;
}

.card-img-author {
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  box-shadow: 0px 0px 15px 0px #b9b7b7;
}

.card-title-autor{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #101C28;
}

.card-text-author{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3B;
  margin: 15px 0;
}

.card-text-author-link{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #00A0AF;
}

.filter-descktop-container {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.filter-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #3C3C3B;
}

.filter-text {
  font-size: 20px;
  line-height: 28px;
  color: #3C3C3B;
  text-transform: uppercase;
}

.form-check-input, .form-check-input:focus {
  box-shadow: none;
}

.form-check-label {
  font-size: 18px;
  line-height: 28px;
  color: #3C3C3B;
  cursor: pointer!important;
}

.form-check-input:checked {
  background-color: #00A0AF;
  border-color: #00A0AF;
}



.filters-button-container {
  width: 113px;
  height: 48px;
  background: #00A0AF;
  opacity: 0.8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  cursor: pointer;
}

.filters-button-image {
  width: 20px;
  height: 20px;
}

.filters-button-text {
  text-align: center;
  font-size: 12px;
  line-height: 11px;
  color: #F8F7F7;
}

.modal-content {
  padding: 25px;
  border: none;
  border-radius: 0;
}

.filter-text-mobile {
  font-size: 12px;
  line-height: 16px;
  color: #3C3C3B;
  text-transform: uppercase;
}

.format-filter-icon {
  top: 15px;
  left: 9px;
}

.format-filter-button-radio, .format-filter-button-radio:focus {
  background: rgba(103, 103, 101, 0.09);
  border-radius: 10px;
  font-size: 10px;
  line-height: 12px;
  padding: 20px 20px 20px 38px;
  border: none;
  color: #3C3C3B;
  box-shadow: none !important;
}

.area-filter-icon {
  top: 6px;
  left: 14px;
}

.area-filter-button-radio {
  background: #F1F1F1;
  border-radius: 30px;
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3B;
  border: none;
  padding: 8px 21px 8px 41px;
}

.filter-button-checked, .filter-button-checked:hover {
  background: #00A0AF;
  color: #FFF;
}

.filter-button-mobile, .filter-button-mobile:focus {
  border: 1px solid #00A0AF;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3B;
  height: 34px;
}

.search-input, .search-input:focus {
  color: #3C3C3B; !important;
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  border-radius: 100px;
  background: #EBE9E8;
  border: 0;
  box-shadow: none;
}

.search-button, .search-button:hover {
  right: 4px;
  top: 3px;
  width: 50px;
  height: 50px;
  background: #00A0AF;
  color: #FFF;
  border-radius: 50%;
  outline: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .search-input, .search-input:focus {
    height: 48px;
    font-size: 14px;
  }
  
  .search-button, .search-button:hover {
    right: 6px;
    top: 4px;
    width: 40px;
    height: 40px;
  }
  
  .search-icon {
    padding-right: 8px;
  }

  .carregando{
    font-size: 24px;
    text-align: center;
    margin: 30px;
    color: gray;
  }
  
  .author_fake_m{
  background: red;
  min-height: 200px;
  border-radius: 99px;
}

.p_author_fake{
    color: white;
    text-align: center;
    width: 100%;
}
  
.card-body{
  padding: 10px 0px 10px 35px!important;
}