.header {
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s;
}

.header-logo {
    margin-top: 1rem;
    width: 11rem;
    transition: 1s;
}

.main {
    transition: 1s;
    height: 86vh;
    display: flex;
}

.logos-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 3rem 0;
}

.sct {
    flex: 1;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line::after {
    content: '';
    border-left: #84b9b3 0.3rem solid;
    height: 24rem;
}


.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.7rem;
}


.pnl {
    display: flex;
    width: 30rem;
    height: auto;
    transition: 1s;
}

.hd {
    width: 30rem;
    height: auto;
    border-radius: 3rem;
}

.logo-projeto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-sv {
    display: flex;
    justify-content: center;
    width: 15rem;
    height: 8rem;
    background-color: #FFF;
    border-radius: 2rem;
    padding: 0.7rem
}

.sv {
    width: 12rem;
    height: auto;
}

.container-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    transition: 0.5s ease;
    border-radius: 1rem;
    width: 32rem;
    background: rgba(45,150,155,0.44);
    padding: 1rem 0.5rem;
}

.container-link:hover {
    transform: scale(1.1);
}

.icon-link {
    width: 2rem;
    margin-right: 1rem;
}

#cloud {
    width: 3.5rem;
}

.text {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    color: #FFF;
    margin-left: -2rem;
    margin-right: 0.5rem;
}

.text-rose{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: #236267;
    margin-left: -2rem;
    margin-right: 0.5rem;
}

.span-pnl {
    width: 10rem;
    margin-left: 1rem;
    margin-bottom: -0.3rem;
}

.login {
    display: flex;
    justify-content: space-around;
    width: 32rem;
    align-items: center;
    background-color: #fff;
    box-shadow: 3px 4px 5px gray;
    border-radius: 1.5rem;
    padding: 0.6rem 0.5rem;
}

.login > .text {
    color:rgba(45,150,155,1);;
    font-weight: 600;
    font-size: 1.4rem;
}

@media screen and (max-width: 1000px) {
    .header {
        margin-bottom: 3rem;
    }

    .text {
        font-weight: 300;
        font-size: 1rem;
    }

    .pnl {
        width: 20rem;
    }

    .sct {
        margin-left: 2rem;
    }

    #cloud {
        width: 2rem;
    }

    .text-rose {
        font-size: 1rem;
    }

    .span-pnl {
        width: 5rem;
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 700px){
    .main {
        flex-direction: column;
    }

    .header {
        padding: 0 0.5rem;
        margin-bottom: 1rem;
    }

    .header-logo {
        width: 5rem;
    }

    .pnl {
        transform: scale(0.6);
        top: -9rem;
    }

    .container-sv{
        transform: scale(0.6);
        top: 10rem;
    }

    .container-link {
        padding: 0 2rem;
    }

    .icon-link {
        width: 1.5rem;
    }

    .text {
        font-weight: 300;
        font-size: 1rem;
    }

    .sct {
        align-items: flex-start;
    } 

    .login {
        padding: 0.5rem;
        margin-left: 1.5rem;
        margin-bottom: 2rem;
    }

    .login >.text {
        font-weight: 500;
        font-size: 1rem;
    }

    .line {
        display: none;
    }

    #cloud {
        width: 1.5rem;
    }

    .text-rose {
        font-size: 0.8rem;
        margin-left: -2.5rem;
    }

    .span-pnl {
        width: 4rem;
        margin-bottom: 0rem;
        margin-left: 0.3rem;
    }
}
