.title__div {
    display: flex;
    width: 61%;
    height: 95%;
    align-items: center;


}

.title__profile {
    display: flex;
    order: 2;
    width: 18.5%;
    height: 90%;
    align-items: center;
    border-radius: 360px;
    flex-shrink: 0;
    -webkit-box-shadow: 50px 50px 15px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 22px 22px 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.1);


}


.title__container {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 67%;
    width: 75%;
    margin-right: 1.5%;
    font-weight: bold;
    color: #464646;
    gap: 0.5rem;


}

.title__bio {
    align-items: center;
    display: flex;
    width: 95%;
    height: 20%;
    align-items: center;
    font-size: 70%;
    font-weight: bold;
    margin-top: 0.5%;

}

.title__subsection {
    color: var(--preto-100);
    display: flex;
    height: auto;
    width: 95%;
    box-sizing: border-box;
    font-size: 100px;
    align-items: center;
    line-height: 1.5;
    font-style: normal;
    font-weight: bold;
    padding: 0.5% 0%;
    margin-top: -2%;
}

.title__network {
    display: flex;
    justify-content: space-between;
    height: 8%;
    width: 80%;
    margin-top: -1.5%;
    align-items: center;
    font-size: 90%;
    padding-inline-start: 0px;
}

.title__network__item {
    display: flex;
    width: 25%;
    height: 100%;
    align-items: center;


}

.title__network__item>a {
    color: var(--preto-100, #464646);
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.title__network__item>a:hover {
    color: #0a3871;
    border-bottom: 0.2px solid #0a3871;
}

@media (max-width: 2048px) {



    .title__profile {
        width: 24%;
        height: 100%;

    }

    .title__container {
        font-size: 125%;
    }

    .title__network__item>a {
        font-size: 130%;
    }

    .title__bio {
        font-size: 135%;
    
    }

    .title__subsection {
        font-size: 120%;
        letter-spacing: 0.2px;
    }

    .title__network__item>a {

        height: 160%;
        width: 60%;
        font-size: 135%;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        
    }


    .title__network__item>a>img {
        height: 55%;
        width: 12%;
        
    }


}

@media (max-width: 1920px) {

    .title__profile {
        width: 21%;
        height: 98%;

    }

    .title__container {
        font-size: 100%;
    }

}




@media (max-width: 1680px) {

    .title__profile {
        width: 23%;
        height: 96%;

    }

}


@media (max-width: 1440px) {

    .title__profile {
        width: 23%;
        height: 92%;

    }

}


@media (max-width: 1366px) {

    .title__profile {
        width: 22%;
        height: 130%;

    }

    .title__bio {
        width: 100%;
        height: 40%;
        font-size: 120%;
        margin-top: 0.5%;

    }

    .title__subsection {

        font-size: 90%;
        margin-top: -2%;
    }

    .title__network__item>a {

        font-size: 100%;
    
    }


}

@media (min-width: 915px) and (max-width: 1024px) {

    .title {
        height: 40vh;
        width: 100vw;
        align-items: center;
        margin-top: 0%;

    }

    .title__div {
        flex-direction: column-reverse;
        width: 85%;
        height: 100%;
    }

    .title__profile {
        width: 330px;
        height: 330px;
    }

    .title__container {
        height: 55%;
        width: 97%;
    }


    .title__bio {
        width: 100%;
        height: 20%;
        font-size: 220%;
        margin-top: 0.5%;
        justify-content: center;

    }

    .title__subsection {

        text-align: center;
        font-size: 160%;
        margin-top: -3%;
    }

    .title__network {
        width: 100%;
        height: 20%;


    }

    .title__network__item>a {

        height: 100%;
        width: 100%;
        display: inline-flex;
        font-size: 190%;
        justify-content: center;
        align-items: center;
    }

    .title__network__item>a>img {
        display: flex;
        height: 20%;
        width: 6%;
    }

}



@media (min-width: 435px) and (max-width: 900px) {

    .title {
        height: 40vh;
        width: 100vw;
        align-items: center;
        margin-top: 0%;

    }

    .title__div {
        flex-direction: column-reverse;
        width: 80%;
        height: 100%;
    }

    .title__profile {
        width: 260px;
        height: 260px;
    }

    .title__container {
        height: 55%;
        width: 97%;
    }


    .title__bio {
        width: 100%;
        height: 20%;
        font-size: 160%;
        margin-top: 0.5%;
        justify-content: center;

    }

    .title__subsection {

        text-align: center;
        font-size: 120%;
        margin-top: -3%;
    }

    .title__network {
        width: 100%;
        height: 20%;


    }

    .title__network__item>a {

        height: 100%;
        width: 90%;
        display: inline-flex;
        font-size: 150%;
        justify-content: center;
        align-items: center;
    }

    .title__network__item>a>img {
        display: flex;
        height: 30%;
        width: 8%;
    }


}

@media (max-width: 435px) {

    .title {
        height: 30%;
        width: 100%;
        align-items: center;
    }

    .title__div {
        flex-direction: column-reverse;
        width: 100%;
        height: 100%;

    }

    .title__profile {
        width: 50%;
        height: 47%;

    }

    .title__container {
        height: 55%;
        width: 99%;
    }

    .title__bio {
        font-size: 120%;
        width: 100%;
        height: 20%;
        margin-top: 5%;
        justify-content: center;

    }

    .title__subsection {

        text-align: center;
        font-size: 90%;
        margin-top: -3%;
    }

    .title__network {
        width: 100%;
        height: 20%;
    }

    .title__network__item>a {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 100%;
    }

    .title__network__item>a>img {
        display: flex;
        height: 30%;
        width: 8%;
    }






}