footer.row {
    height: auto;
    margin-top: 20px;
    background: #a9cd4c;
}

footer.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer {
    height: auto;
    margin: 0;
    padding: 0;
    background: #a9cd4c;
}

.items-footer {
    height: auto;
    padding: 20px 0;
}

.items-footer ul.row-items {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.items-footer ul.row-items li {
    height: 100%;
}

.items-footer ul.row-items li a {
    text-decoration: none;
    color: #245675;
    height: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.items-footer ul.row-items li a p,
.items-footer ul.row-items li a span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.items-footer ul.row-items li a:hover {
    text-decoration: underline;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.items-footer ul.row-items li a:hover p,
.items-footer ul.row-items li a:hover span {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.contacts-footer {
    height: auto;
    padding: 10px 0;
}

.contacts-footer .contacts,
.contacts-footer .horarios {
    height: 100%;
    padding: 0 10px;
}

.contacts-footer .contacts h4,
.contacts-footer .horarios h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    color: #245675;
}

.contacts-footer .contacts p,
.contacts-footer .horarios p {
    margin: 0;
    padding: 0;
    color: #245675;
}

.contacts-footer .contacts p a,
.contacts-footer .horarios p a {
    color: #245675;
}

#copyright {
    height: auto;
    background: #245675;
}

.copyright {
    height: 100%;
}

.copyright h6 {
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #ffffff;
}

/* ========================================================
   MEDIA QUERIES
   ======================================================== */
@media (max-width: 767px) {
    .footer.container-fluid {
        padding: 0 10px;
    }

    .items-footer ul.row-items {
        text-align: center;
    }

    .items-footer ul.row-items li {
        margin: 0;
        float: none;
    }

    .items-footer {
        padding: 10px 0;
    }

    .contacts-footer {
        border-top: 1px dotted #245675;
    }

    .contacts-footer .contacts,
    .contacts-footer .horarios {
        padding: 10px;
    }

    .contacts-footer .contacts h4,
    .contacts-footer .horarios h4,
    .contacts-footer .contacts p,
    .contacts-footer .horarios p {
        text-align: center;
    }

    .copyright.container {
        padding: 0 10px;
    }

    .copyright h6 {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer.container-fluid {
        padding: 0 20px;
    }

    .copyright.container-fluid {
        padding: 0 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}
