*{
    margin: 0;
    padding: 0;
}
.logo-header{
width: 130px;
}
.social-media img{
    width: 24px;
    margin: 3px;
}

footer {
    align-items: center;
    background-image: url(../img/ic_img_background_blue.svg), linear-gradient(270deg, #26cfe8, #1eb9d2);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
footer ul{
    list-style-type: none;
    padding: 0;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
}
.conte-body{
    margin-top: -17rem;
    
}
.container{
    max-width: 1000px!important;
}
footer ul li a:hover{
    color: #fff;
}
header{
    height: 30rem;
    background-image: url(../img/img_vector_orange.svg), linear-gradient(270deg, #fd8023, #fc7521 24%, #fa521a 73%, #fa4918);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px){
    .logo-header{
        width: 100px;
        }
        .conte-body {
            margin-top: -9rem;
        }
        header{
            height: 20rem;
        }
}