.properties.properties__footer .prop__one h6,
.properties.properties__footer .prop__two h6,
.properties.properties__footer .prop__two__item h5{
    color: #EDF2F2
}

.properties.properties__footer{
    background-color: transparent;
}

.properties.properties__footer{
    padding-top: 11.2rem;
    padding-bottom: 19.2rem;
}

/* Contact Page */

body[data-page="contact"] .properties.properties__footer{
    padding-top: 6.3rem;
}

@media only screen and (min-width: 992px){
    .properties.properties__footer{
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px){
    .properties.properties__footer{
        padding-top: 26.2rem;
        padding-bottom: 0;
    }

    body[data-page="contact"] .properties.properties__footer{
        padding-top: 31.3rem;
    }
}

/* Transport form */

@media only screen and (min-width: 992px){
    body[data-page="transporte"] .properties.properties__footer{
        padding-top: 18rem
    }
}