
footer{
    background: #f1c40e;
    min-height: 100px;
    position:static;
    bottom: 0;
    
}

footer p{
    color: #444444;
    text-align: center;
    
}

#iconos{
    font-size: 26px;
    padding: 0 8px;
    color: #444444;
    font-display: fallback;
}

footer i{
    color: #444444;
    
}

#redes i{
    font-size: 30px;
    padding: 15px;
    
}

.nav-link {
    font-weight: bold;
    font-display: fallback;
    
}

#img-main{
    margin-top: 10px;
    margin-bottom: 20px;
}

#trabajos{
    width: 50%;
    height: 50%;
    margin: 10px auto;
    display: block;
    
}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
    margin-top:15px;
}



