footer#footer{
    background-image: url('/img/web/Home/footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: relative;
}

footer#footer div.logo{
    width: 70% !important;
    height: 70px !important;
    margin: 0 auto 20px;

    background-position: left;
    background-size: contain;
}

footer#footer .list-item.telefono{
    color: #00a9ea;
}

footer#footer div.imagen.logo{
    width: 50% !important;
    height: 60px !important;
    margin: 0 auto 20px;
}


footer#footer .footer-list-title,
footer#footer .row.u-center a{
    color: #888;
}

footer#footer .row.u-center span{
    display: block;
    width: 20px;
    height: 10px;
}

footer#footer div.content{
    position: relative;
}


footer#footer div.content::after,
footer#footer div.content::before{
    content: '';
    display: block;
    position: absolute;

    width: 10px;
    height: 100px;
    background-color: #0a97da;
}

footer#footer div.content::after{
    top: 0;
    left: 0;
}
footer#footer div.content::before{
    bottom: 0;
    right: 0;
}

.imagen_1{
	background-image: url('https://images.unsplash.com/photo-1587061949409-02df41d5e562?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
}
.imagen_2{
	background-image: url('https://images.unsplash.com/photo-1587058680593-699d538f3045?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
}
.imagen_3{
	background-image: url('https://images.unsplash.com/photo-1587040164251-a349c7b1b7ff?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80');
}

.title-foot{
    display: flex;
    justify-content: center;
    align-items: center;

    height: 90px;
}
