﻿

.footer {
    background-color: #454545;
    width: 100%;
    color: white;
    margin-top: auto; /* Garantiza que siempre quede abajo */
}

    .footer .container .footer-wrapper .footer-item {
        width: 100%;
        /* center a div insie another div*/
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer a,
    .footer .btn {
        color: #ffffff !important;
        text-decoration: none !important;
    }

        .footer a:hover,
        .footer .btn:hover {
            color: #E7D270 !important;
            text-decoration: none !important;
            cursor: pointer;
        }

    .btn-socialmedia {
        font-size: 20pt !important;
    }

    .btn:focus, .btn:active:focus {
        box-shadow: none !important;
    }

