#body_patientProfileAps {
    background-image: url("/assets/images/background_APs_patient.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#body_patientProfileAps #header header {
    background: none;
}

#body_patientProfileAps #main {
    background: none;
}

#body_patientProfileAps #main .container {
    background-image: url("/assets/images/background_woman_patient.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#body_patientProfileAps .waves-container {
    display: none;
}

#patientProfileAps .box_patient {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2rem 0;
    align-items: center;
    justify-content: space-between;
}

#patientProfileAps .box_patient .box_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#patientProfileAps .box_patient .box_left .box_top {
    width: 60%;
}

#patientProfileAps .box_patient .box_left .box_top .title {
    font-size: 3.4rem;
    font-weight: 500;
    color: var(--tints-neutral_400);
    font-family: var(--fonts-primary_normal);
    padding-bottom: 1rem;
}

#patientProfileAps .box_patient .box_left .box_top .title b {
    color: var(--tints-green_300);
}

#patientProfileAps .box_patient .box_left .box_top .descr {
    line-height: 2.5rem;
    font-size: 2.0rem;
    font-weight: 500;
    color: var(--tints-neutral_400);
    font-family: var(--fonts-primary_normal);
}

#patientProfileAps .box_patient .box_left .box_mid {
    display: flex;
    margin-top: -12rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#patientProfileAps .box_patient .box_left .box_mid .aspas.left {
    margin-right: auto;
    margin-bottom: 1rem;
}

#patientProfileAps .box_patient .box_left .box_mid .box_text .text {
    font-size: 2.4rem;
    line-height: 3.3rem;
    color: var(--tints-green_400);
    font-family: var(--fonts-primary_bold);
}

#patientProfileAps .box_patient .box_left .box_mid .aspas.right {
    margin-left: auto;
}

#patientProfileAps .box_patient .box_left .box_bottom .legend {
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--tints-neutral_400);
}

#patientProfileAps .box_patient .box_right {
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
}

#patientProfileAps .box_patient .box_right .box_title span {
    line-height: 2.4rem;
    font-size: 1.9rem;
    font-family: var(--fonts-primary_bold);
    color: var(--tints-neutral_400);
}

#patientProfileAps .box_patient .box_right .box_symptoms {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

#patientProfileAps .box_patient .box_right .box_symptoms .box {
    display: flex;
    align-items: center;
}

#patientProfileAps .box_patient .box_right .box_symptoms .box .box_img {
    position: relative;
    z-index: 6;
}

#patientProfileAps .box_patient .box_right .box_symptoms .box .box_text {
    position: relative;
    z-index: 5;
    background-color: var(--tints-neutral_100);
    padding: 1rem 1.3rem;
    padding-left: 4rem;
    margin-left: -3rem;
    border-radius: 5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 0.1rem 0.5rem -0.2rem #000000;
}

#patientProfileAps .box_patient .box_right .box_symptoms .box .box_text .descr {
    line-height: 1.9rem;
    font-size: 1.5rem;
    font-family: var(--fonts-primary_normal);
    color: var(--tints-neutral_400);
}

@media (max-width: 1200px) and (orientation: portrait) {
    #patientProfileAps .box_patient .box_left .box_mid .box_text {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: var(--corner-radius-pequeno);
    }
}

@media (max-width: 1100px) and (orientation: portrait) {
    #patientProfileAps .box_patient .box_right {
        margin-top: 20%;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 2%;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border-radius: var(--corner-radius-pequeno);
    }
}