/* HEADER */

.index-header{
    background-image: url(../img/fondo-fulbo.jpg);
    height: 95vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.oscurecer-fondo{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.644);
}

footer {
    background-color: #111;
    color: white;
    padding: 40px 60px;
}

.index-footer-h3{
    color: #ffffff;
    font-size: 35px;
    text-align: center;
}


.footer-section-h4{
    color: #ffffff;
}


.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.footer-col h4 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-top: 20px;
}

.footer-col a {
    text-decoration: none;   
    color: white;            
    font-size: 14px;
}

.footer-col a:hover {
    color: #e2cd11;
}