main > .container{
    padding-top: 60px;
}
.pj{
    display: none;
}
.pf{
    display: block;
}
.descricao{
    display: none;
}
.mensalidade{
   display: none;
}
.anuidade{
   display: none;
}
.pendencias{
   display: none;
}
.certificado{
    display: none;
}
.header-busca{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eeeeee;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.158);
}
.header-busca-mobile{
    display: none !important;
}
.footer-busca{
    margin-top: 30px!important;
    text-align: center;
}
.logo_header_busca{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.title_header_busca{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}
td{
    white-space: nowrap;
 }
h1.busca_header_title{
    font-size: 1.5rem;
    font-weight: bold;
    color: #DF4942;
    width: 100%;
}
.busca_header_description{
    text-align: left!important;
    color: #b3b3b3;
    font-size: 1.1rem;
}
@media screen and (max-width: 769px){
    h1.busca_header_title{
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: bold;
        color: #DF4942;
        width: 100%;
    }
    .busca_header_description{
        text-align: center!important;
        color: #b3b3b3;
    }
    .logo_header_busca{
        margin-bottom: 5px;
        text-align: center;
        word-wrap: normal;
    }
    .header-busca{
        display: none!important;
    }
    .header-busca-mobile{
        display: flex!important;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0)!important;
        padding-bottom: 30px;
    }
}
@media print {
    .container, .container-fluid{
      width: auto;
      padding: 0px !important;
    }
    .print{
        display: none;
    }
    .card{
        width: 100% !important;
        margin: 0px !important;
    }
  }
