/* 
    Created on : 24 ene 2020, 12:28:14
    Author     : nallely
*/

.generalFooter {
    background: #263238;
    position: relative;
}

.fichaFooter {
    background: #263238; 
    color: #fff; 
    position: relative;
}

.contact {
    border: 1px solid #333333; 
    background: #263238; 
    margin: 0 -30px; 
    color: whitesmoke;
}

.footerBackground {
    background: #f3f9fc;
}

.h80 {
    height: 80px;
}

.h50 {
    height: 50px;
}

.smoke {
    color: whitesmoke;
}

