.hr_footer {
    border-top-color: rgba(0, 0, 0, 0.18);
    padding-bottom: 5%;
}

.div_contacto {
    padding-bottom: 3%;
}

.cell_footer {
    padding: 8px 0px 8px 0px;
    font-size: 1vw !important;
    letter-spacing: 3px;
    font-weight: bold;
    color: rgba(2, 41, 95, 1);
}

.cell_email {
    letter-spacing: 1.5px;
}

.contacto {
    /* font-family: Roboto; */
    font-size: 25px !important;
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 50px;
    color: #063299;
}

.div_copyright {
    margin-top: 35px;
    padding-top: 40px;
    padding-right: 2%;
    padding-left: 11%;
    /*font-family: Assistant;*/
    font-size: 12px;
    background-color: #063299;
    color: #ffffff;
}


@media (max-width: 600px) {
    .div_contacto {
        padding-bottom: 5%;
        margin: 2% 5% 0% 5% !important;
    }

    .cell_footer contacto {
        font-size: 2vw !important;
    }

    .cell_footer {
        font-size: 2.8vw !important;
    }

}