body.padrao{
    background-color: darkblue;
}
div.Principal{

    margin-top: 20px;
    width: 500px;
    height: 500px;
}
.navlink{
    transition: color 0.3s;
}
.navbar-border {
    border-bottom: 2px solid #ddd;
}

.navlink:hover{
    color: #0d6efd;
}

.center-div{
    text-align: center;
}

.estilo-times {
    text-decoration: underline;

    font-family: 'Times New Roman', Times, serif; /*Times New Roman */
    font-weight: bold;
    font-style: italic;
    font-size: 45px;
    color: white;
}

.estilo-times-projetos {
    text-decoration: underline;

    font-family: 'Times New Roman', Times, serif; /*Times New Roman */
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    color: white;
}

.estilo-times-sobre {
    text-decoration: underline;

    margin-top: 15px;

    font-family: 'Times New Roman', Times, serif; /*Times New Roman */
    font-weight: bold;
    font-style: italic;
    font-size: 25px;
    color: white;
}

.projetos_h5{
    text-align:center;
}

.projetos_p{
    text-indent: 20px;
    text-align: justify;
}

.porcentagem{
    text-align: right;
}

.sobre-card{
    width: 950px;
    height: 300px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.sobre-texto-wrapper{
    flex: 1;
    width: 100%;
    overflow-y: auto;
    padding-right: 1rem;
}

.sobre-texto-wrapper::-webkit-scrollbar {
    width: 6px;
}

.sobre-texto-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

@media (max-width: 768px) {
    .sobre-card {
        height: auto;
        padding: 1.5rem;
    }
    .sobre-card .imgSOBREMIM{
        width: 100px;
        height: 100px;
    }
    .textoSOBREMIM{
        font-size: 13px;
        text-indent: 15px;
        line-height: 1.4;
    }
}

.textoSOBREMIM{

    text-indent: 20px;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;

    font-family: 'Times New Roman', Times, serif; /*Times New Roman */
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: white;
}

.card{
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: white;
}

.social-icons{
    font-size: 40px;
    color: #000;
    margin: 0 10px;
    text-decoration: none;
}

.social-icons:hover {
    color: white;
}

.borda{
    border: 3px dashed black;
    border-radius: 75px;
}

.borda-fora{
    border: 3px solid black;
}

.img-aleatoria {
    position: absolute;
    width: 100px;
    opacity: 0;
    transition: opacity 2s ease;
    pointer-events: none;
}

.imgSOBREMIM{
    border-radius: 100%;
    border: 3px solid black;
}