.foot_container {
    background-color: #215153;
    color: white;
    padding-top: 80px;
    padding-bottom: 30px;
}

.foot_container .fEmtech {
    max-width: 240px;
}

.foot_container p {
    color: white;
}

.foot_container .fDireccion {
    font-size: 14px;
}

.foot_container a {
    font-weight: 600;
    color: white;
}

.foot_container a:hover {
    color: #FEC956;
}

.foot_container .fContactanos {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.foot_container .fSiguenos {
    margin-bottom: 6px;
    font-size: 14px;
}

.fIconos {
    display: flex;
}

.fIconos li {
    margin: 6px;
}

.fIconos img {
    max-width: 80%;
}