#footer {
    background: #000000;
    color: #eee;
    padding-top: 5em;
    padding-left: 2em;
    font-family: "Montserrat", sans-serif;
}


#footer .feature-list {
    max-width: 100%;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 100px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #67cfda;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
    font-size: 20px;
}

.footer-widget ul li a:hover {
    color: #67cfda;
}

.footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
}



/* Feature List */

.feature-list {
    margin-left: auto;
    margin-right: auto;
    top: 1em;
}

.feature-list section {
    padding-top: 3em;
}

.feature-list section a {
    font-size: 20px;
    padding-top: 5em;
}

.feature-list h3 {
    color: #67cfda !important;
    margin: -0.35em 0 0.75em 0;
    font-size: 23px;
    letter-spacing: 0.05em;
}

.feature-list h3:before {
    display: block;
    color: #fff;
    background: #2f333b url("images/overlay.png");
    border-radius: 2.5em;
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 0.75em;
    position: absolute;
    left: 0;
    margin-top: -0.5em;
}

.feature-list.small h3:before {
    font-size: 0.8em;
}


/* Copyright */

#copyright {
    text-align: center;
    padding: 6em;
    margin-top: 6em;
}

#copyright ul {
    display: inline-block;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0.75em 2em;
    font-size: 0.9em;
}

#copyright ul li {
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1px #333;
    border-left-color: rgba(255, 255, 255, 0.05);
}

#copyright ul li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#copyright a {
    color: inherit;
}

#copyright a:hover {
    color: #fff;
}

@media (max-width: 500px) {
    .entrenamientos {
        display: none;

    }

    #copyright {
        text-align: center;
        padding: 6em;
        margin-top: 6em;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
    }
}