.info-box {
    width: 100%;
    max-width: 396px;
    min-height: 465px;
    background: #ffffff;
    border: 1px solid rgba(225, 225, 225, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
    padding: 15px 20px;
}

.info-box__body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #787878;
    font-family: "Inter" !important;
}

.materia .info-box__body * {
    font-family: "Inter" !important;
}

.info-box__header p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #787878;
}

.materia .info-box__header p{
    font-size: 14px !important;
}

.box-acr__header {
    width: 100%;
    height: 50px;
    padding: 12px 39px;
}

.materia .box-acr__header p{
    font-size: 16px !important;
    font-family: "Inter" !important;
}

.materia .box-acr__body p{
    font-size: 14px !important;
}

.box-acr__header p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.box-acr__body {
    background: #ffffff;
    border: 1px solid rgba(225, 225, 225, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 26px 39px;
}

.protocolo--text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin: 8px 0px;
}

.ipt--protocolo {
    background: #ffffff;
    border: 1px solid #646464;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px 0px;
    width: 100%;
    max-width: 544px;
    height: 40px;
    margin-right: 34px;
    padding: 20px;
    color: #787878;
    font-size: 16px;
}

.btn--visualizar {
    padding: 10px 30px;
    width: 139px;
    height: 39px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    margin: 8px 0px;
}

.link--recuperar-por-email {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0087e9;
}

.protocolo-msg-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.protocolo-msg-description {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #1f1f1f;
}

.protocolo-msg-info {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
}

.protocolo-text-strong {
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #373737;
}

input:disabled,
textarea:disabled {
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 4px;
}

.materia .title--protocolo-aberto {
    font-family: "Calibre" !important;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #707070;
}

.icon--status {
    width: 27px;
    height: 27px;
}

.btn--back {
    padding: 10px 30px;
    width: 122px;
    height: 45px;
    border-radius: 8px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;
    outline: none;
    border: none;
    text-align: center;
}

.btn--abrir-recurso {
    padding: 10px 30px;
    height: 45px;
    min-width: 125px;
    background: #00ac30;
    border-radius: 8px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;

    border: none;
    outline: none;
}

.link-reset,
.link-reset:hover {
    text-decoration: none !important;
}

#btn_voltar_protocolo,
#btn_voltar_protocolo:hover {
    color: #fff !important;
    margin-bottom: 20px;
}

.text-area {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #787878;
}

.recurso-box-title {
    font-family: "Calibre";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #707070;
}

@media screen and (max-width: 650px) {
    .box-acr__header {
        padding: 50px 39px;
    }
}
