
body, html{
    background-color: azure;
    margin: 0%;
    background: url(../imagens/bg-2.jpg);
    min-width: 1320px;

}

header{
    padding: 0px;
    
}

.up nav a{
    background: rgba(74, 115, 238, 0);
    display: block;
    padding: 15px 18px;
    color: whitesmoke;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}

.up nav a:hover{
    background-color:rgba(0, 0, 0, 0.171);
}



.up nav ul{
    text-align: right;
    color: whitesmoke;
    margin: 20px 30px;
}

.up nav li{
    color: whitesmoke;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid whitesmoke;
    margin-left: 10px;
    
}

section{
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 0px;
    height: 52px;
    clear: both;
}

section div{
    margin-top: -51px;
    box-sizing: border-box;
}



#De-1{
    font-size: 25px;
    margin-bottom: 0px;
    padding: 50px 0 0 0;
    text-indent: 49px;
}

#De-2{
    font-size: 18px;
    margin:0;
    padding: 2px 0 0 0;
    text-indent: 49px;
}

#Texto-1{
    font-size: 15px;
    margin-bottom: 150px;
}


section p {
    background-color: rgba(245, 245, 245, 0.384);
    text-align: left;
    margin: 0;
    padding: 48px;

}

.card-img{
    margin-top: -58px;
    border-top-left-radius: 4%;
    border-bottom-left-radius: 20%;
    background-image: url(../imgQSE/perfilp.png);
    background-size: 100% 95%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 150px;
    float: left;
}

.card-text{
    width: 50%;
    float: left;
    padding: auto;
    
}


footer{
    background-color: #0d164d;;
    border-start-end-radius: 50%;
    width: 19%;
    overflow: auto;
    margin-left: 20%;
    margin-top: -151px;
}

footer img:hover {
    background-color: #1f32a8;
}

footer ul{
    list-style-type: none;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    padding: 10px;

}

footer li{
    width: 20%;
    float: left;

}
