 footer{background-color: #001a33;

}

.first-footer{width: 100%;
display: flex;
justify-content: center;
padding-left: 5%;
padding-right: 5%;
padding-top: 35px;
padding-bottom: 20px;

}

.copy-first-footer{width: 32%;
margin-left: 1%;
padding-right: 2%;
display: flex;
flex-direction: column;
}

.copy-first-footer h2{    font-family: 'Roboto', sans-serif;
    color: white;
    letter-spacing: .7px;
    font-weight: 500;
    font-size: 18px;}

.copy-first-footer p{    color: #bbb;
    font-family: 'Roboto';
    letter-spacing: .5px;
    font-size: 13.5px;
    line-height: 26px;
    margin-top: 12px;}

.copy-first-footer a{    color: #bbb;
    font-family: 'Roboto';
    letter-spacing: .5px;
    font-size: 13.5px;
    line-height: 26px;
    margin-top: 12px;
text-decoration: none;}

.social-media-footer{width: 100%;
display:flex;
margin-top: 20px;}

.anchor-social{text-decoration: none;
background-color: #002547;
font-size: 16px;
color: #bbb;
width: 41px;
height: 41px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
transition: all .3s;
margin-left: 10px;
}

.first-social-footer{margin-left: 0px;}

.anchor-social:hover{
    background-color: #1972F5 !important;
    color: white;
}

.space-footer-icon{margin-right: 5px;}

.copy-properties-footer{width: 65%;
display:flex;
margin-top: 10px;}

.first-copy-properties{width:100%;
    margin-right: 5%;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
}

.first-copy-properties img{width: 100%;
border-radius: 6px;
transition: all .3s;
}

.first-copy-properties img:hover{transform: scale(1.2);
border-radius: 8px;}



.second-copy-properties{width: 100%;
}

.second-copy-properties p{    color: #bbb;
    font-family: 'Roboto';
    letter-spacing: .5px;
    font-size: 13.5px;
    line-height: 22px;
    margin-top: -3px;
    font-weight: 500;}

.spadfs{    color: white;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: .5px;}

.footer-pro{margin-right: 4px;}


@media (max-width:900px){


    .first-footer{
        flex-direction: column;
    }

    .copy-first-footer{
        width: 100%;
    }

    .copy-properties-footer{
        width: 100%;
    }

    .copy-first-footer h2{
        margin-top: 15px;
    }

}